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

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

Kim Peace committed
42
footer .footer_item p {
藤川諒 committed
43 44 45
  font-size: 16px;
  color: #707070;
  font-weight: bold;
Kim Peace committed
46
  margin: 0;
47
  white-space: nowrap;
藤川諒 committed
48
}
Kim Peace committed
49
footer .footer_item .active {
藤川諒 committed
50
  color: #4896d6;
藤川諒 committed
51 52
  font-weight: bold;
}
Kim Peace committed
53
footer .footer_item a {
藤川諒 committed
54 55 56 57
  display: inline-block;
  position: relative;
}

Kim Peace committed
58 59
@media screen and (max-width: 768px) {
  footer .footer_item p {
藤川諒 committed
60 61 62
    font-size: 12px;
  }
}