|
@@ -25,7 +25,7 @@
|
|
|
}
|
|
|
.sub-menu{
|
|
|
position: relative;
|
|
|
- width: @menuWt;
|
|
|
+ width: @menuWt+20px;
|
|
|
height: 100%;
|
|
|
float: left;
|
|
|
overflow-y: auto;
|
|
@@ -44,6 +44,36 @@
|
|
|
}
|
|
|
&>ul>li{
|
|
|
color: @themeFontClr;
|
|
|
+ &.menu-0{
|
|
|
+ background: url("../images/total.png") 20px 9px no-repeat;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/total_a.png") 20px 9px no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.menu-6{
|
|
|
+ background: url("../images/index.png") 20px 11px no-repeat;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/index_a.png") 20px 11px no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.menu-1{
|
|
|
+ background: url("../images/inhis.png") 19px 11px no-repeat;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/inhis_a.png") 19px 11px no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.menu-37{
|
|
|
+ background: url("../images/prod.png") 20px 10px no-repeat;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/prod_a.png") 20px 10px no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.menu-5{
|
|
|
+ background: url("../images/out.png") 20px 11px no-repeat;
|
|
|
+ &.active{
|
|
|
+ background: url("../images/out_a.png") 20px 11px no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.active{
|
|
|
color: @activeColor;
|
|
@@ -78,7 +108,7 @@
|
|
|
ul{
|
|
|
display: none;
|
|
|
li.page{
|
|
|
- text-indent: 30px;
|
|
|
+ text-indent: 55px;
|
|
|
color: @themeFontClr;
|
|
|
&.active{
|
|
|
color: @activeColor;
|
|
@@ -88,7 +118,7 @@
|
|
|
}
|
|
|
li{
|
|
|
line-height: @menuLiHt;
|
|
|
- text-indent: 15px;
|
|
|
+ text-indent: 45px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.copy-right{
|