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; }