From af1ee04e35325dd58686ad9889158659885d527b Mon Sep 17 00:00:00 2001 From: "DESKTOP-4RNDQIC\\29019" <290198252@qq.com> Date: Sat, 9 Nov 2019 17:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2=E5=A4=A7?= =?UTF-8?q?=E6=94=B9=E7=AC=A6=E5=90=88=E6=9C=AC=E4=B8=96=E7=B4=80=E5=88=9D?= =?UTF-8?q?=E7=9A=84=E7=89=B9=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Views/blog/basic.html | 58 +++++++++++++++++-------------------- App/Views/blog/css/left.css | 36 ++++++++++++++--------- 2 files changed, 49 insertions(+), 45 deletions(-) diff --git a/App/Views/blog/basic.html b/App/Views/blog/basic.html index f371a07..05e8cef 100644 --- a/App/Views/blog/basic.html +++ b/App/Views/blog/basic.html @@ -29,11 +29,11 @@ bottom: auto; left: 0px; right: 0px; - width: 1280px; - height: 50px; + width: 100%; + height: 80px; z-index: 0; padding: 24px 0px 0px 0px; - background: #0b58a2; + background: #20375f; border: 1px solid rgb(187, 187, 187); overflow: auto; display: block; @@ -58,41 +58,34 @@ display: block; position:absolute; left:50%; - margin-left: -640px; - top:74px; - width:1280px; - height: 860px; - margin-top: 3px; + margin-left: -50%; + top:104px; + width:100%; + height:auto!important; + min-height:600px; } #footer{ - position: absolute; bottom: 0px; background: #FFFDFF; - left:50%; - top: 940px; - margin-left: -400px; - width: 800px; + left:35%; height: 50px; } #container #left{ - border: #0b93d5 solid 1px; display: inline-block; text-align: center; margin: 0 auto; - width:240px; - height: 860px; - background: #0b58a2; + width: 14%; + height: auto; + background: #d9d6cb; } #container #right{ vertical-align:top; top: 0px; display: inline-block; - width: 1024px; - height: 860px; + width: 85%; + height: auto; float: top; - border: #0b93d5 solid 1px; - border-radius: 1px; } ul li a{ color: white; @@ -134,7 +127,7 @@ ul li a{