修改media query

pull/30/head
taoshihan1991 4 years ago
parent 91fd18ba2f
commit 4e6ef65ca3

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

Loading…
Cancel
Save