Bladeren bron

首页顶部导航增加黑色背景

Chente 9 jaren geleden
bovenliggende
commit
e4dd0daa67
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      css/global.css
  2. BIN
      css/header-bg.png

+ 4 - 4
css/global.css

@@ -1332,7 +1332,7 @@ li.search .topSerach input[type=submit]:active{
   height:60px
 }
 .selectEntry{
-  width:270px;
+  width:280px;
   height:50px;
   line-height:50px;
   background:#009F86;
@@ -1378,7 +1378,7 @@ li.search .topSerach input[type=submit]:active{
   overflow-x:hidden;
 }
 .selectEntry li a{
-  width:290px;
+  width:300px;
   padding:0 0 0 20px;
   height:30px;
   line-height:30px;
@@ -1396,7 +1396,6 @@ li.search .topSerach input[type=submit]:active{
   color:#fff
 }
 .selectEntry.downLink {
-  width:270px;
   background:#336699;
   margin:0
 }
@@ -2224,7 +2223,8 @@ border:none
 .index-header{
   position:absolute;
   width:100%;
-  z-index: 999
+  z-index: 999;
+  background:url(header-bg.png) repeat;
 }
 .index-header .header-logo a{
   background-position: 0px -205px

BIN
css/header-bg.png