|
@@ -99,6 +99,8 @@
|
|
|
width: @menuWt;
|
|
|
height: 100%;
|
|
|
background: @themeColor;
|
|
|
+ border-right: 1px @themeBorderClr solid;
|
|
|
+ box-sizing: border-box;
|
|
|
overflow-y: auto;
|
|
|
padding-top: 15px;
|
|
|
position: relative;
|
|
@@ -113,58 +115,44 @@
|
|
|
z-index: 1;
|
|
|
}
|
|
|
&>ul>li{
|
|
|
- padding-left: 28px;
|
|
|
+ text-indent: 42px;
|
|
|
background: url("../images/module.png") 16px 12px no-repeat;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
.YH-KZT,.YH-KZTKS{
|
|
|
background: url("../images/home.png") 16px 10px no-repeat;
|
|
|
&.active{
|
|
|
- background: url("../images/home_a.png") 16px 10px no-repeat;
|
|
|
+ background: url("../images/home_a.png") @activeBg 16px 10px 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;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/data_a.png") @activeBg 16px 10px no-repeat;
|
|
|
}
|
|
|
}
|
|
|
.YH-JCSJWH{
|
|
|
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;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/item_a.png") @activeBg 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;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/ba_a.png") @activeBg 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;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/qxgl_a.png") @activeBg 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;
|
|
|
+ background: url("../images/un_a.png") @activeBg 16px 11px no-repeat;
|
|
|
}
|
|
|
}
|
|
|
.slide-btn{
|
|
@@ -192,6 +180,7 @@
|
|
|
}
|
|
|
p{
|
|
|
color: #fff;
|
|
|
+ opacity: .9;
|
|
|
}
|
|
|
p:hover {
|
|
|
color: @activeColor;
|
|
@@ -203,10 +192,12 @@
|
|
|
ul{
|
|
|
display: none;
|
|
|
li.page{
|
|
|
- text-indent: 24px;
|
|
|
+ text-indent: 52px;
|
|
|
color: #fff;
|
|
|
+ opacity: .6;
|
|
|
&.active{
|
|
|
color: @activeColor;
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -214,7 +205,8 @@
|
|
|
.list-1-show{
|
|
|
background-color: @activeBg;
|
|
|
&:after{
|
|
|
- background: url("../images/icon_up.png") no-repeat;
|
|
|
+ transform: rotate(180deg);
|
|
|
+ -webkit-transform: rotate(180deg);
|
|
|
}
|
|
|
}
|
|
|
li{
|
|
@@ -228,12 +220,15 @@
|
|
|
bottom: 0px;
|
|
|
width: @menuWt;
|
|
|
text-align: center;
|
|
|
- font-size:12px;
|
|
|
- color: #F0F0F0;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
background: @themeColor;
|
|
|
border-top: 1px @themeBorderClr solid;
|
|
|
+ p{
|
|
|
+ font-size:12px;
|
|
|
+ opacity: .3;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.menu-mini{
|