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

/**************************** footer *************************/
Kim Peace committed
4
footer {
藤川諒 committed
5 6 7 8 9 10 11
  background: #F9F9F9;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  position: fixed;
  bottom: 0;
  width: 100%;
}
Kim Peace committed
12
.footer_content_t {
藤川諒 committed
13 14 15
  height: 70px;
  padding: 0 10px;
}
Kim Peace committed
16
.footer_content_b {
藤川諒 committed
17 18
  height: 70px;
}
Kim Peace committed
19
footer .footer-wrap {
藤川諒 committed
20 21 22 23 24 25 26
  margin: 0 auto;
  /* max-width: 500px; */
  height: 100%;
}
footer .footer_content_t .footer_item {
  margin: auto 10px;
}
Kim Peace committed
27
footer .footer_item {
藤川諒 committed
28 29 30 31 32 33 34 35 36
  text-align: center;
  margin: auto 0;
}
footer .footer_content_b .footer_item p{
  font-size: 16px;
  color: #707070;
  font-weight: bold;
  margin:0;
}
Kim Peace committed
37
footer .footer_item img {
藤川諒 committed
38 39 40
  width: 32px;
  height: 32px;
}
Kim Peace committed
41
footer .footer_content_b .footer_item .active {
藤川諒 committed
42 43 44
  color: #0070CA;
  font-weight: bold;
}
Kim Peace committed
45
footer .footer_item a {
藤川諒 committed
46 47 48 49 50 51 52 53 54 55 56 57
  display: inline-block;
}

/* メッセージ入力フォーム */
footer .footer_content_t input {
  padding-left: 10px;
  margin: auto 0;
  width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  height: 45px;
}
Kim Peace committed
58
footer .footer_content_t input:focus {
藤川諒 committed
59 60 61 62
  border-color: #71a2ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 83 240 / 25%);
}
Kim Peace committed
63
@media screen and (max-width: 768px) {
藤川諒 committed
64 65 66 67
  footer .footer_content_b .footer_item p {
    font-size: 12px;
  }
}