Browse Source

公告页面UI调整,(粗调)

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7949 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
71f1a73e8c
1 changed files with 9 additions and 6 deletions
  1. 9 6
      src/main/webapp/resources/css/serve.css

+ 9 - 6
src/main/webapp/resources/css/serve.css

@@ -420,8 +420,11 @@ a.none:hover {
 }
 
 #header.navbar-inverse {
-	background-color: #56a022;
-	border: none;
+    background-color: #e8e8e8;
+    border: none;
+    border-top: 10px solid #d32526;
+    box-shadow: 0 0 10px #6f6f6f;
+    position: relative;
 }
 
 #header.navbar-inverse .navbar-brand {
@@ -938,10 +941,10 @@ a.none:hover {
 /*footer*/
 #footer {
 	color: #f1f1f1;
-	background-color: #b8b9b9;
-	margin-top: 20px;
-	padding: 20px 0;
-	font-size: 12px;
+    background-color: #333333;
+    margin-top: 20px;
+    padding: 20px 0;
+    font-size: 14px;
 }
 
 #footer a {