From 40a7f5525a076883bb086d524ed9968f4a737768 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 10 Jun 2020 19:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=81=8A=E5=A4=A9=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/chat_page.html | 39 +++++++++++++++++++++++++++++++------- static/html/login.html | 2 +- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/static/html/chat_page.html b/static/html/chat_page.html index 04fdc16..e1e9a41 100644 --- a/static/html/chat_page.html +++ b/static/html/chat_page.html @@ -61,6 +61,8 @@ border-top-style: solid; border-top-color: rgb(166,212,242); } + .chatBoxMe .chatContent{background-color: rgb(152,225,101);border: 1px solid rgb(145, 215, 96);} + .chatBoxMe .chatContent:after{border-top-color: rgb(152,225,101);} .chatBoxMe .el-col-3{float: right;text-align: right;} .chatBoxMe .chatUser{text-align: right} .chatBoxMe .chatContent:after{left:auto;right: -10px;} @@ -74,7 +76,10 @@