From 0187df3c799ab5e66c2b0db1e486c7e3370c9966 Mon Sep 17 00:00:00 2001 From: mumuy Date: Tue, 12 Sep 2017 09:40:17 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +++++ style/index.css | 16 +++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e3d1119..0741812 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,11 @@
+
+ +
diff --git a/style/index.css b/style/index.css index f3463a9..1c4bcc1 100644 --- a/style/index.css +++ b/style/index.css @@ -23,11 +23,21 @@ a:hover{ text-decoration: underline; } +.wrapper{ + max-width: 740px; + margin: 0 auto; + _width: 740px; +} +.container{ + margin-bottom: 30px; +} + +.mod-head{ + line-height: 36px; + text-align: right; +} .mod-panel { width: 100%; - max-width: 740px; - margin: 0 auto 30px; - _width: 740px; } .mod-panel .hd{ padding-top: 25px;