|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
|
|
|
<link rel="stylesheet" href="/static/css/common.css?v=0.1.1" />
|
|
|
|
|
<link rel="stylesheet" href="/static/css/common.css?v=0.1.2" />
|
|
|
|
|
<style>
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
@ -72,7 +72,7 @@
|
|
|
|
|
.chatBoxMe .el-col-3{float: right;text-align: right;}
|
|
|
|
|
.chatBoxMe .chatUser{text-align: right}
|
|
|
|
|
.chatBoxMe .chatContent:after{left:auto;right: -10px;}
|
|
|
|
|
.chatArea{float: left;width: 85%;margin: 4px 0 0 4px;}
|
|
|
|
|
/*.chatArea{float: left;width: 85%;margin: 4px 0 0 4px;}*/
|
|
|
|
|
.btnArea{width: 10%;float: right;}
|
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
|
body{background: #fff}
|
|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chatTitle{height: 30px;line-height: 30px;color: #1989fa}
|
|
|
|
|
.chatBoxSend{background: #f5f5f5;position: fixed;bottom: 0;width: 100%;height: 86px;max-width: 800px;}
|
|
|
|
|
/*.chatBoxSend{background: #f5f5f5;position: fixed;bottom: 2px;width: 100%;height: 86px;max-width: 800px;}*/
|
|
|
|
|
.chatBoxSendBtn{float: right;margin: 12px 4px 0 0;}
|
|
|
|
|
.chatTime{text-align: center;color: #bbb;margin: 5px 0;font-size: 12px;}
|
|
|
|
|
.chatTimeHide{display: none;}
|
|
|
|
@ -145,5 +145,5 @@
|
|
|
|
|
var KEFU_ID='{{.KEFU_ID}}';
|
|
|
|
|
var REFER='{{.Refer}}';
|
|
|
|
|
</script>
|
|
|
|
|
<script src="/static/js/chat-page.js?v=0.1.1"></script>
|
|
|
|
|
<script src="/static/js/chat-page.js?v=0.1.2"></script>
|
|
|
|
|
</html>
|
|
|
|
|