From 2247021f26727e01ead8db6730519c2f7e76fcb9 Mon Sep 17 00:00:00 2001 From: mumuy Date: Thu, 28 Oct 2021 18:01:18 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 +++++--- style/index.css | 12 ++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index d2f1b8c..d69cc9f 100644 --- a/index.html +++ b/index.html @@ -27,12 +27,14 @@
-
-
+

中国亲戚关系计算器

diff --git a/style/index.css b/style/index.css index 014c450..e58fc92 100644 --- a/style/index.css +++ b/style/index.css @@ -6,7 +6,6 @@ body{ height: 100%; font-size: 14px; font-family: Arial,Helvetica,"Microsoft Yahei"; - background: #fdfdfd; color:#757575; } button, input { @@ -24,13 +23,14 @@ a:hover{ } .wrapper{ - max-width: 740px; - margin: 0 auto; - _width: 740px; + background: #fdfdfd; } .container{ - padding: 0 15px; - margin-bottom: 30px; + padding: 0 15px 30px; +} +.inner{ + max-width: 720px; + margin: 0 auto; } .mod-head{