|
@@ -4,15 +4,16 @@
|
|
|
height: 100%;
|
|
|
}
|
|
|
.header{
|
|
|
- position: fixed;
|
|
|
+ /*position: fixed;*/
|
|
|
width: 100%;
|
|
|
height:@headerHt;
|
|
|
line-height: @headerHt;
|
|
|
- top:0;
|
|
|
+ font-size: 16px;
|
|
|
+ border-bottom: 1px #E2E5EF solid;
|
|
|
+ /*top:0;
|
|
|
background:linear-gradient(123deg,rgba(90,142,238,1) 0%,rgba(126,171,255,1) 100%);;
|
|
|
text-indent: 20px;
|
|
|
- color: #fff;
|
|
|
- font-size: 16px;
|
|
|
+ color: #fff;*/
|
|
|
.login{
|
|
|
margin-right: 20px;
|
|
|
height: @headerHt;
|
|
@@ -27,7 +28,7 @@
|
|
|
top:22px;
|
|
|
width: 10px;
|
|
|
height: 6px;
|
|
|
- background: url("../images/icon_wdown.png") no-repeat;
|
|
|
+ background: url("../images/icon_down.png") no-repeat;
|
|
|
}
|
|
|
//设置
|
|
|
.userAction {
|
|
@@ -60,8 +61,8 @@
|
|
|
line-height: 26px;
|
|
|
margin: 12px 0 0 0;
|
|
|
background: url("../images/head.png") no-repeat;
|
|
|
- padding:0 22px 0 15px;
|
|
|
- color: #fff;
|
|
|
+ padding:0 22px 0 35px;
|
|
|
+ /*color: #fff;*/
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
img{
|
|
@@ -70,28 +71,61 @@
|
|
|
}
|
|
|
.title span{
|
|
|
display: inline-block;
|
|
|
- border-left: 1px #fff solid;
|
|
|
height: 20px;
|
|
|
line-height: 20px;
|
|
|
- color: #fff;
|
|
|
+ color: #333;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 15px;
|
|
|
+ text-indent: 20px;
|
|
|
}
|
|
|
}
|
|
|
.main-body{
|
|
|
height: 100%;
|
|
|
- margin-top:@headerHt;
|
|
|
+ /*margin-top:@headerHt;*/
|
|
|
}
|
|
|
.menu{
|
|
|
width: @menuWt;
|
|
|
height: 100%;
|
|
|
+ background: #203463;
|
|
|
overflow-y: auto;
|
|
|
padding-top: 15px;
|
|
|
+ position: relative;
|
|
|
+ .logo{
|
|
|
+ margin-bottom: 44px;
|
|
|
+ text-indent: 22px;
|
|
|
+ }
|
|
|
+ &>a{
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ right: 0;
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
+ &>ul>li{
|
|
|
+ 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-QBYH-JCGN{
|
|
|
+ background: url("../images/item.png") 16px 12px no-repeat;
|
|
|
+ }
|
|
|
+ .YH-JCSJWH{
|
|
|
+ background: url("../images/data.png") 16px 10px no-repeat;
|
|
|
+ }
|
|
|
+ .YH-BLZK{
|
|
|
+ background: url("../images/un.png") 16px 11px no-repeat;
|
|
|
+ }
|
|
|
.slide-btn{
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.active{
|
|
|
- color: @activeColor;
|
|
|
- background: @activeBg;
|
|
|
- border-right: 3px @activeColor solid;
|
|
|
+ color: @activeColor;
|
|
|
+ /*background: @activeBg;
|
|
|
+ border-right: 3px @activeColor solid;*/
|
|
|
}
|
|
|
.page:hover{
|
|
|
color: @activeColor;
|
|
@@ -108,6 +142,9 @@
|
|
|
height: 6px;
|
|
|
background: url("../images/icon_down.png") no-repeat;
|
|
|
}
|
|
|
+ p{
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
p:hover {
|
|
|
color: @activeColor;
|
|
|
}
|
|
@@ -118,19 +155,40 @@
|
|
|
ul{
|
|
|
display: none;
|
|
|
li.page{
|
|
|
- text-indent: 30px;
|
|
|
+ text-indent: 24px;
|
|
|
+ color: #fff;
|
|
|
+ &.active{
|
|
|
+ color: @activeColor;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.list-1-show{
|
|
|
+ background-color: @activeBg;
|
|
|
&: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;
|
|
|
text-indent: 15px;
|
|
|
cursor: pointer;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.copy-right{
|
|
|
position: fixed;
|
|
@@ -146,11 +204,21 @@
|
|
|
.menu-mini{
|
|
|
display: none;
|
|
|
width: 60px;
|
|
|
+ height: 100%;
|
|
|
+ background: #203463;
|
|
|
+ position: relative;
|
|
|
+ &>a{
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ right: 0;
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
&>ul>li{
|
|
|
width: 100%;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
- background: url("../images/icon3.png") center no-repeat;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ background: url("../images/module.png") center no-repeat;
|
|
|
& ul{
|
|
|
display: none;
|
|
|
left: 60px;
|
|
@@ -158,10 +226,19 @@
|
|
|
width: 140px;
|
|
|
}
|
|
|
&.YH-KZT{
|
|
|
- background: url("../images/icon3.png") center no-repeat;
|
|
|
+ background: url("../images/home.png") 16px 12px no-repeat;
|
|
|
+ }
|
|
|
+ &.YH-ZKK{
|
|
|
+ background: url("../images/module.png") 16px 12px no-repeat;
|
|
|
}
|
|
|
&.YH-QBYH-JCGN{
|
|
|
- background: url("../images/icon2.png") center no-repeat;
|
|
|
+ background: url("../images/item.png") 16px 12px no-repeat;
|
|
|
+ }
|
|
|
+ &.YH-JCSJWH{
|
|
|
+ background: url("../images/data.png") 16px 10px no-repeat;
|
|
|
+ }
|
|
|
+ &.YH-BLZK{
|
|
|
+ background: url("../images/un.png") 16px 11px no-repeat;
|
|
|
}
|
|
|
&.active{
|
|
|
background-color: #EEF4FF;
|
|
@@ -172,7 +249,7 @@
|
|
|
.main{
|
|
|
margin-left:@menuWt;
|
|
|
height: 100%;
|
|
|
- border: 10px solid #f5f5f5;
|
|
|
+ /*border: 10px solid #f5f5f5;*/
|
|
|
iframe {
|
|
|
width: 100%;
|
|
|
height: 100%;
|