From 474c183050988f3dd76592f6e53970134cc26b59 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 16 Jun 2016 10:35:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=A2=9C=E8=89=B2=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/new_user.css | 2 +- public/stylesheets/org_custom.css | 2 +- public/stylesheets/public.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css index 062367a4c..53b252428 100644 --- a/public/stylesheets/new_user.css +++ b/public/stylesheets/new_user.css @@ -543,7 +543,7 @@ a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; .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;} /*.navHomepageMenu:hover {background-color:#0ea6b7;}*/ .navHomepageSearchBoxcontainer {margin-top:11px; } .navHomepageSearchBox {width:380px; border:none; outline:none; height:32px; margin-top:11px; background-color:#ffffff;} diff --git a/public/stylesheets/org_custom.css b/public/stylesheets/org_custom.css index 0bdc8a670..051eb2a97 100644 --- a/public/stylesheets/org_custom.css +++ b/public/stylesheets/org_custom.css @@ -1,6 +1,6 @@ /* 门户首页 */ #por_header{ width:100%; } -.por_header_top{ width:100%; height:70px; background:#3b94d6; } +.por_header_top{ width:100%; height:70px; background:#1065bd; } .por_header_con{ width:1000px; margin:0 auto; height:70px; } .por_logo{ margin-top:5px;} .por_login li{ float:left;} diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css index d9306fa0b..644aaee10 100644 --- a/public/stylesheets/public.css +++ b/public/stylesheets/public.css @@ -515,13 +515,13 @@ a.uploadIcon {background:url(../images/resource_icon_list.png) 8px -60px no-repe /*新个人主页框架css*/ -.navContainer {width:100%; margin:0 auto; background-color:#3b94d6;} +.navContainer {width:100%; margin:0 auto; 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; background-color:#ffffff;} .navHomepageSearchInput {width:345px; height:32px; outline:none; border:none; float:left; padding-left:5px;; margin:0;}