From ef1a5d32f277d8e75569a810560fbd447bd43403 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 20 May 2016 16:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E7=AB=AF=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/header.css | 4 ++-- public/stylesheets/new_user.css | 4 ++-- public/stylesheets/public.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/stylesheets/header.css b/public/stylesheets/header.css index 096dd7e57..767d76cb2 100644 --- a/public/stylesheets/header.css +++ b/public/stylesheets/header.css @@ -1,8 +1,8 @@ /*新个人主页框架css*/ -.navContainer {width:100%; background-color:#269ac9;} +.navContainer {width:100%; background-color:#3b94d6;} .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:#269ac9; margin:0 auto;} +.navHomepage {width:1000px; height:54px; background-color:#3b94d6; 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;} diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css index 44e64e9ab..6082021af 100644 --- a/public/stylesheets/new_user.css +++ b/public/stylesheets/new_user.css @@ -537,10 +537,10 @@ a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; /*新个人主页框架css*/ -.navContainer {width:100%; margin:0 auto; background-color:#269ac9;} +.navContainer {width:100%; margin:0 auto; background-color:#3b94d6;} .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:#269ac9; margin:0 auto;} +.navHomepage {width:1000px; height:54px; background-color:#3b94d6; 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;} diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css index 8489b0fa1..ae77f380d 100644 --- a/public/stylesheets/public.css +++ b/public/stylesheets/public.css @@ -504,10 +504,10 @@ a.uploadIcon {background:url(../images/resource_icon_list.png) 8px -60px no-repe /*新个人主页框架css*/ -.navContainer {width:100%; margin:0 auto; background-color:#269ac9;} +.navContainer {width:100%; margin:0 auto; background-color:#3b94d6;} .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:#269ac9; margin:0 auto;} +.navHomepage {width:1000px; height:54px; background-color:#3b94d6; 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;}