From c2f500158b4be32e5e0e9a83f694ff98818a6aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B0=E5=B9=BF=E9=93=B6?= <273650669@qq.com> Date: Sat, 28 Oct 2017 10:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E5=8A=9F=E8=83=BD=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/client.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/client.css b/public/css/client.css index 6e001e9..ac9fd9c 100644 --- a/public/css/client.css +++ b/public/css/client.css @@ -141,7 +141,7 @@ a { left: 0; z-index: 2; width: 100%; - height: 50px; + height: 2.5rem; background-color: #fff; box-shadow: 0 -1px 0 0 rgba(0,0,0,.04), 0 -2px 0 0 rgba(0,0,0,.01); } @@ -195,3 +195,11 @@ a { color: #858e99; cursor: pointer; } + +.msg-container{ + overflow: auto; + height: calc(100% - 2.5rem); +} +.content-block { + margin: 0; +} \ No newline at end of file