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