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{