From d9e84aabccee1e053f4f956762e526efd6f39f7c Mon Sep 17 00:00:00 2001 From: xiaoz Date: Sat, 17 Nov 2018 17:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 3b0a3ec..2f348c2 100644 --- a/static/style.css +++ b/static/style.css @@ -83,6 +83,8 @@ /*margin-top:1em;*/ margin-left:auto; margin-right:auto; + margin:0 auto; + display: block; } .msg{ /* width:100%; */ @@ -106,6 +108,8 @@ max-height:100%; /*border:1px solid #ECECEC;*/ border-radius:5px; + margin:0 auto; + display: block; } .page{ margin-bottom:100px;