|
@@ -43,36 +43,51 @@
|
|
|
z-index: 1;
|
|
|
}
|
|
|
&>ul>li{
|
|
|
- color: @themeFontClr;
|
|
|
+ color: #E9EBEF;
|
|
|
&.menu-0{
|
|
|
background: url("../images/total.png") 20px 9px no-repeat;
|
|
|
&.active{
|
|
|
background: url("../images/total_a.png") 20px 9px no-repeat;
|
|
|
}
|
|
|
+ &.slide-up{
|
|
|
+ background-color: @activeBg;
|
|
|
+ }
|
|
|
}
|
|
|
&.menu-6{
|
|
|
background: url("../images/index.png") 20px 11px no-repeat;
|
|
|
&.active{
|
|
|
background: url("../images/index_a.png") 20px 11px no-repeat;
|
|
|
}
|
|
|
+ &.slide-up{
|
|
|
+ background-color: @activeBg;
|
|
|
+ }
|
|
|
}
|
|
|
&.menu-1{
|
|
|
background: url("../images/inhis.png") 19px 11px no-repeat;
|
|
|
&.active{
|
|
|
background: url("../images/inhis_a.png") 19px 11px no-repeat;
|
|
|
}
|
|
|
+ &.slide-up{
|
|
|
+ background-color: @activeBg;
|
|
|
+ }
|
|
|
}
|
|
|
&.menu-37{
|
|
|
background: url("../images/prod.png") 20px 10px no-repeat;
|
|
|
&.active{
|
|
|
background: url("../images/prod_a.png") 20px 10px no-repeat;
|
|
|
}
|
|
|
+ &.slide-up{
|
|
|
+ background-color: @activeBg;
|
|
|
+ }
|
|
|
}
|
|
|
&.menu-5{
|
|
|
background: url("../images/out.png") 20px 11px no-repeat;
|
|
|
&.active{
|
|
|
background: url("../images/out_a.png") 20px 11px no-repeat;
|
|
|
}
|
|
|
+ &.slide-up{
|
|
|
+ background-color: @activeBg;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.active{
|
|
@@ -86,7 +101,7 @@
|
|
|
.list-1{
|
|
|
position: relative;
|
|
|
p {
|
|
|
- color: @themeFontClr;
|
|
|
+ color: #E9EBEF;
|
|
|
&:hover {
|
|
|
color: @activeColor;
|
|
|
}
|
|
@@ -109,7 +124,7 @@
|
|
|
display: none;
|
|
|
li.page{
|
|
|
text-indent: 55px;
|
|
|
- color: @themeFontClr;
|
|
|
+ color: #E9EBEF;
|
|
|
&.active{
|
|
|
color: @activeColor;
|
|
|
}
|
|
@@ -124,7 +139,7 @@
|
|
|
.copy-right{
|
|
|
position: fixed;
|
|
|
bottom: 0px;
|
|
|
- width: @menuWt;
|
|
|
+ width: @menuWt+15;
|
|
|
text-align: center;
|
|
|
background: @themeColor;
|
|
|
padding: 10px 0 20px;
|