From a63dffd9d3bf2e75618c1b94191883ea5e6cc8f0 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 16 Jun 2016 14:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=BA=93=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/header.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/header.css b/public/stylesheets/header.css index 767d76cb2..6d2592de8 100644 --- a/public/stylesheets/header.css +++ b/public/stylesheets/header.css @@ -1,11 +1,11 @@ /*新个人主页框架css*/ -.navContainer {width:100%; background-color:#3b94d6;} +.navContainer {width:100%; background-color:#1065bd;} .homepageContentContainer {width:100%; margin:0 auto; background-color:#eaebed;} .homepageContent {width:1000px; background-color:#eaebed; margin:0 auto;} -.navHomepage {width:1000px; height:54px; background-color:#3b94d6; margin:0 auto;} +.navHomepage {width:1000px; height:54px; background-color:#1065bd; margin:0 auto;} .navHomepageLogo {width:60px; height:54px; line-height:54px; vertical-align:middle; margin-left:2px; margin-right:30px;} .navHomepageMenu {margin-right:20px;display:inline-block;height:54px; line-height:54px; vertical-align:middle;} -.navHomepageMenu:hover {background-color:#297fb8;} +.navHomepageMenu:hover {background-color:#05488e;} .navHomepageSearchBoxcontainer {margin-top:11px; } .navHomepageSearchBox {width:380px; border:none; outline:none; height:32px; margin-top:11px; background-color:#ffffff;} .navHomepageSearchInput {width:345px; height:32px; outline:none; border:none !important; float:left;padding: 0 0 0 5px !important; margin:0;}