From 7f1351e027e384730fadd74d66079c50c18315ff Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Tue, 23 Feb 2021 14:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/common.css | 3 ++- static/html/index_new.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/static/css/common.css b/static/css/common.css index f3bcfac..08505c5 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -279,7 +279,7 @@ max-width: 800px; margin:0 auto; } -.chatCenter{background: #fff;max-width: 800px;margin: 0 auto;} +.chatCenter{background: #fff;max-width: 800px;margin: 0 auto;border: 1px solid #d1d1d1;margin-top: 10px;box-shadow: 2px 2px 6px rgba(0,0,0,.3);} .chatContext{ width: 100%; text-align: left; @@ -339,6 +339,7 @@ .btnArea{width: 10%;float: right;} @media screen and (max-width: 500px) { body{background: #fff} + .chatCenter{border: none;box-shadow:none;margin-top: 0px;} .chatArea {width: 70%;} .btnArea{width: 20%;} } diff --git a/static/html/index_new.html b/static/html/index_new.html index ac49161..0e185a3 100644 --- a/static/html/index_new.html +++ b/static/html/index_new.html @@ -93,6 +93,14 @@ text-align: center; margin: 40px 0px; } + .links{ + margin-top: 20px; + } + .links a{ + color: #20b2bb; + line-height: 23px; + margin: 5px; + } @media screen and (max-width: 800px) { .container{ width: 100%; @@ -166,6 +174,29 @@