|
@@ -86,16 +86,16 @@
|
|
|
line-height: 80px !important;*/
|
|
|
}
|
|
|
.header .nav{
|
|
|
- border-bottom: 4px solid #76cd10;
|
|
|
+ border-bottom: 4px solid #14A24B;
|
|
|
}
|
|
|
.header .navone {
|
|
|
height: 60px;
|
|
|
line-height: 60px;
|
|
|
font-size: 14px;
|
|
|
- background: -webkit-linear-gradient(top, #ceef73 , #63bd08);
|
|
|
- background: -o-linear-gradient(bottom, #ceef73 , #63bd08);
|
|
|
- background: -moz-linear-gradient(bottom, #ceef73, #63bd08);
|
|
|
- background: linear-gradient(to bottom, #ceef73 , #63bd08);
|
|
|
+ background: -webkit-linear-gradient(top, #f0f0f0 , #14A24B);
|
|
|
+ background: -o-linear-gradient(bottom, #f0f0f0 , #14A24B);
|
|
|
+ background: -moz-linear-gradient(bottom, #f0f0f0, #14A24B);
|
|
|
+ background: linear-gradient(to bottom, #f0f0f0 , #14A24B);
|
|
|
}
|
|
|
.header .navone a{
|
|
|
color: #fff;
|
|
@@ -112,13 +112,13 @@
|
|
|
width: 96px;
|
|
|
}
|
|
|
.header .cardMenu1 .active {
|
|
|
- background-color: #86c100;
|
|
|
+ background-color: #14A24B;
|
|
|
}
|
|
|
/*二级导航样式*/
|
|
|
.header .menu2 {
|
|
|
color: white;
|
|
|
text-align: left;
|
|
|
- background: #76cd10;
|
|
|
+ background: #14A24B;
|
|
|
position: absolute;
|
|
|
padding: 5px 20px;
|
|
|
z-index: 99999;
|