|
@@ -116,20 +116,56 @@
|
|
|
padding-left: 28px;
|
|
|
background: url("../images/module.png") 16px 12px no-repeat;
|
|
|
}
|
|
|
- .YH-KZT{
|
|
|
- background: url("../images/home.png") 16px 12px no-repeat;
|
|
|
- }
|
|
|
- .YH-ZKK{
|
|
|
- background: url("../images/module.png") 16px 12px no-repeat;
|
|
|
+ .YH-KZT,.YH-KZTKS{
|
|
|
+ background: url("../images/home.png") 16px 10px no-repeat;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/home_a.png") 16px 10px no-repeat;
|
|
|
+ }
|
|
|
}
|
|
|
- .YH-QBYH-JCGN{
|
|
|
- background: url("../images/item.png") 16px 12px no-repeat;
|
|
|
+ .YH-ZKK,.YH-KSZR{
|
|
|
+ background: url("../images/data.png") 16px 10px no-repeat;
|
|
|
+ &.active,&.list-1-show{
|
|
|
+ p{
|
|
|
+ color: @activeColor;
|
|
|
+ }
|
|
|
+ background: url("../images/data_a.png") 16px 10px no-repeat;
|
|
|
+ }
|
|
|
}
|
|
|
.YH-JCSJWH{
|
|
|
- background: url("../images/data.png") 16px 10px no-repeat;
|
|
|
+ background: url("../images/item.png") 16px 13px no-repeat;
|
|
|
+ &.active,&.list-1-show{
|
|
|
+ p{
|
|
|
+ color: @activeColor;
|
|
|
+ }
|
|
|
+ background: url("../images/item_a.png") 16px 13px no-repeat;
|
|
|
+ }
|
|
|
}
|
|
|
.YH-BLZK{
|
|
|
+ background: url("../images/ba.png") 16px 10px no-repeat;
|
|
|
+ &.active,&.list-1-show{
|
|
|
+ p{
|
|
|
+ color: @activeColor;
|
|
|
+ }
|
|
|
+ background: url("../images/ba_a.png") 16px 10px no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .YH-QXGL{
|
|
|
+ background: url("../images/qxgl.png") 16px 11px no-repeat;
|
|
|
+ &.active,&.list-1-show{
|
|
|
+ p{
|
|
|
+ color: @activeColor;
|
|
|
+ }
|
|
|
+ background: url("../images/qxgl_a.png") 16px 11px no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .YH-YCSJJK{
|
|
|
background: url("../images/un.png") 16px 11px no-repeat;
|
|
|
+ &.active,&.list-1-show{
|
|
|
+ p{
|
|
|
+ color: @activeColor;
|
|
|
+ }
|
|
|
+ background: url("../images/un_a.png") 16px 11px no-repeat;
|
|
|
+ }
|
|
|
}
|
|
|
.slide-btn{
|
|
|
display: inline-block;
|
|
@@ -180,21 +216,6 @@
|
|
|
&:after{
|
|
|
background: url("../images/icon_up.png") no-repeat;
|
|
|
}
|
|
|
- &.YH-KZT{
|
|
|
- background: url("../images/home_a.png") @activeBg 16px 12px no-repeat;
|
|
|
- }
|
|
|
- &.YH-ZKK{
|
|
|
- background: url("../images/module_a.png") @activeBg 16px 12px no-repeat;
|
|
|
- }
|
|
|
- &.YH-QBYH-JCGN{
|
|
|
- background: url("../images/item_a.png") @activeBg 16px 12px no-repeat;
|
|
|
- }
|
|
|
- &.YH-JCSJWH{
|
|
|
- background: url("../images/data_a.png") @activeBg 16px 10px no-repeat;
|
|
|
- }
|
|
|
- &.YH-BLZK{
|
|
|
- background: url("../images/un_a.png") @activeBg 16px 11px no-repeat;
|
|
|
- }
|
|
|
}
|
|
|
li{
|
|
|
line-height: @menuLiHt;
|