From 41ad0b62891643aa4ecc16c58242d9dd609137f4 Mon Sep 17 00:00:00 2001 From: PASSER-BY Date: Mon, 14 Feb 2022 20:43:42 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E7=BB=9F=E8=AE=A1=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 42 ++++++++++++++++++++++++------------------ style/index.css | 12 ++++++------ 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 09cd692..cd486be 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ -
- -
+ diff --git a/style/index.css b/style/index.css index b1a67ac..c805bb3 100644 --- a/style/index.css +++ b/style/index.css @@ -74,11 +74,11 @@ a:hover{ } .mod-panel .hd{ padding: 10px 0; - line-height: 24px; + line-height: 22px; text-align: center; } .mod-panel .hd h1{ - line-height: 30px; + line-height: 32px; font-size: 24px; color:#212121; } @@ -88,7 +88,7 @@ a:hover{ } .mod-panel .bd{ max-width: 500px; - margin:0 auto 20px; + margin:0 auto 15px; } .mod-panel .bd p{ overflow: hidden; @@ -224,7 +224,7 @@ a:hover{ margin-right: 10px; } .mod-panel .ft{ - padding-top: 10px; + padding-top: 5px; border-top:1px dotted #e0e0e0; } .mod-panel .about{ @@ -244,8 +244,8 @@ a:hover{ line-height: 24px; } .mod-panel .intro,.mod-panel .article{ - padding: 15px 20px; - margin: 15px 0; + padding: 10px 20px; + margin: 10px 0; background: #f5f5f6; border-radius: 6px; }