footer.css 951 Bytes
Newer Older
藤川諒 committed
1 2 3
@charset "UTF-8";

/**************************** footer *************************/
Kim Peace committed
4
footer {
藤川諒 committed
5
  max-width: 1280px;
Kim Peace committed
6
  background: #f9f9f9;
藤川諒 committed
7 8
  height: 70px;
  margin-top: 20px;
Kim Peace committed
9
  border-top: 1px solid #cccccc;
藤川諒 committed
10 11 12 13
  position: fixed;
  bottom: 0;
  width: 100%;
}
Kim Peace committed
14
footer .footer-wrap {
藤川諒 committed
15 16 17
  margin: 0 auto;
  height: 100%;
}
Kim Peace committed
18
footer .footer_item {
藤川諒 committed
19 20 21 22 23 24 25
  text-align: center;
  margin: auto 0;
}
footer .footer_item .unread_num {
  position: absolute;
  top: -5px;
  right: -3px;
Kim Peace committed
26
  background: #ff4747;
藤川諒 committed
27 28 29 30 31 32 33 34 35
  color: #fff;
  padding: 0 7px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border-radius: 15px;
}

Kim Peace committed
36
footer .footer_item p {
藤川諒 committed
37 38 39
  font-size: 16px;
  color: #707070;
  font-weight: bold;
Kim Peace committed
40
  margin: 0;
藤川諒 committed
41
}
Kim Peace committed
42 43
footer .footer_item .active {
  color: #0070ca;
藤川諒 committed
44 45
  font-weight: bold;
}
Kim Peace committed
46
footer .footer_item a {
藤川諒 committed
47 48 49 50
  display: inline-block;
  position: relative;
}

Kim Peace committed
51 52
@media screen and (max-width: 768px) {
  footer .footer_item p {
藤川諒 committed
53 54 55
    font-size: 12px;
  }
}