From 42b19c747c254431174e7bbc29bcff2755234046 Mon Sep 17 00:00:00 2001 From: taoshihan <630892807@qq.com> Date: Mon, 18 Apr 2022 20:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E5=AE=A2=E7=95=8C=E9=9D=A2=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/common.css | 20 ++++++++++++++++++-- static/templates/chat_page.html | 11 +++++------ 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/static/css/common.css b/static/css/common.css index 9c30cb8..ab88075 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -34,10 +34,19 @@ float: left; margin-left: 5px; } + .visitorFaceBox{ position: absolute; bottom: 105px; } +.visitorIconBtns{ + margin-right: 8px; + transform: scale(0.8); +} +.visitorIconBtns:hover{ + color:#484848; +} + .kefuFaceBox{ position: absolute; bottom: 0px; @@ -307,7 +316,7 @@ /*margin-bottom: 80px;*/ } .chatVisitorPage{ - height: calc(100% - 150px); + height: calc(100% - 100px); overflow-y: auto; } .chatVisitorPage .chatBox{ @@ -471,7 +480,7 @@ a{color: #07a9fe;text-decoration: none;} background-color: rgb(11 113 236); align-items: center; justify-content: left; - display: flex; + display: none; } .chatEntTitleLogo{ margin-right: 5px; @@ -488,6 +497,10 @@ a{color: #07a9fe;text-decoration: none;} margin-left: -450px; max-width: 900px; } + .chatVisitorPage{ + height: calc(100% - 150px); + } + .chatEntTitle{display: flex;} } .visitorEditorArea{ margin: 0 5px; @@ -500,4 +513,7 @@ a{color: #07a9fe;text-decoration: none;} .visitorEditor{ display: flex; align-items: center; +} +.visitorSendBtn{ + margin-right: 2px; } \ No newline at end of file diff --git a/static/templates/chat_page.html b/static/templates/chat_page.html index bd52e05..2c866fe 100644 --- a/static/templates/chat_page.html +++ b/static/templates/chat_page.html @@ -39,16 +39,15 @@
-
-
-
-
+
+
+
- <{flyLang.sent}> + <{flyLang.sent}>
- GO-FLY0.4.2开源客服系统 + 智能在线客服系统版权所有 © 2020-2022