|
|
|
@ -73,6 +73,11 @@
|
|
|
|
|
.chatBoxMe .chatUser{text-align: right}
|
|
|
|
|
.chatBoxMe .chatContent:after{left:auto;right: -10px;}
|
|
|
|
|
.chatArea{float: left;width: 76%;margin: 4px 0 0 4px;}
|
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
|
.chatArea {
|
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.btnArea{width: 20%;float: right;}
|
|
|
|
|
.chatTitle{height: 30px;line-height: 30px;color: #1989fa}
|
|
|
|
|
.chatBoxSend{background: #fff;position: fixed;bottom: 0;width: 100%;height: 67px;max-width: 800px;}
|
|
|
|
|