|
@@ -4,15 +4,11 @@
|
|
position: relative;
|
|
position: relative;
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
- background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
|
|
|
|
- filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da,endColorstr=#1C85FB);/*IE<9>*/
|
|
|
|
- -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da, endColorstr=#1C85FB)";/*IE8+*/
|
|
|
|
|
|
+ background: #1E4D79;
|
|
}
|
|
}
|
|
.titleTxt{
|
|
.titleTxt{
|
|
position: relative;
|
|
position: relative;
|
|
width: 1200px;
|
|
width: 1200px;
|
|
- left: 50%;
|
|
|
|
- margin-left: -600px;
|
|
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
padding-top: 4px;
|
|
padding-top: 4px;
|
|
@@ -47,7 +43,8 @@
|
|
}
|
|
}
|
|
.left{
|
|
.left{
|
|
float: left;
|
|
float: left;
|
|
- background: #fff;
|
|
|
|
|
|
+ background: #00193D;
|
|
|
|
+ border:1px #6794A8 solid;
|
|
height: 100%;
|
|
height: 100%;
|
|
margin: 10px 0 0 0;
|
|
margin: 10px 0 0 0;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -62,7 +59,7 @@
|
|
position: relative;
|
|
position: relative;
|
|
width:394px;
|
|
width:394px;
|
|
height:80px;
|
|
height:80px;
|
|
- background:#FFFFFF;
|
|
|
|
|
|
+ background:#0D2C53;
|
|
border-radius:2px;
|
|
border-radius:2px;
|
|
margin: 0 0 10px 0;
|
|
margin: 0 0 10px 0;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -70,7 +67,7 @@
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width:92px;
|
|
width:92px;
|
|
height:40px;
|
|
height:40px;
|
|
- background:#E2ECFF;
|
|
|
|
|
|
+ background:rgba(66, 143, 220, 0.25);
|
|
border-radius:4px;
|
|
border-radius:4px;
|
|
margin: 20px 10px 10px;
|
|
margin: 20px 10px 10px;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -80,7 +77,7 @@
|
|
width: 92px;
|
|
width: 92px;
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
- color: #5A8EEE;
|
|
|
|
|
|
+ color: #5BBBFF;
|
|
position: relative;
|
|
position: relative;
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
@@ -95,16 +92,16 @@
|
|
display: none;
|
|
display: none;
|
|
width:90px;
|
|
width:90px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
- background: #fff;
|
|
|
|
- color: #333;
|
|
|
|
- border: 1px solid #e6e6e6;
|
|
|
|
|
|
+ background: #0D2C53;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border: 1px solid #5BBBFF;
|
|
z-index: 3;
|
|
z-index: 3;
|
|
}
|
|
}
|
|
.selectItem{
|
|
.selectItem{
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
.selectItem:hover{
|
|
.selectItem:hover{
|
|
- background: #E2ECFF;
|
|
|
|
|
|
+ background: #1a4478;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.search{
|
|
.search{
|
|
@@ -135,17 +132,17 @@
|
|
input::-ms-clear{display:none;}
|
|
input::-ms-clear{display:none;}
|
|
|
|
|
|
input::-webkit-input-placeholder{
|
|
input::-webkit-input-placeholder{
|
|
- color: #c3ebf5;
|
|
|
|
|
|
+ color: #aaa;
|
|
}
|
|
}
|
|
|
|
|
|
input:-moz-placeholder,textarea:-moz-placeholder{
|
|
input:-moz-placeholder,textarea:-moz-placeholder{
|
|
- color: #c3ebf5;
|
|
|
|
|
|
+ color: #aaa;
|
|
}
|
|
}
|
|
input::-moz-placeholder,textarea::-moz-placeholder{
|
|
input::-moz-placeholder,textarea::-moz-placeholder{
|
|
- color: #c3ebf5;
|
|
|
|
|
|
+ color: #aaa;
|
|
}
|
|
}
|
|
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
|
|
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
|
|
- color: #c3ebf5;
|
|
|
|
|
|
+ color: #aaa;
|
|
}
|
|
}
|
|
.searchBtn{
|
|
.searchBtn{
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -155,7 +152,7 @@
|
|
height:40px;
|
|
height:40px;
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
- background:#5A8EEE;
|
|
|
|
|
|
+ background:linear-gradient(270deg, #00A6F5 0%, #0071E7 100%);
|
|
border-radius:0px 4px 4px 0px;
|
|
border-radius:0px 4px 4px 0px;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
@@ -165,8 +162,8 @@
|
|
display: none;
|
|
display: none;
|
|
width:192px;
|
|
width:192px;
|
|
max-height:200px;
|
|
max-height:200px;
|
|
- background: #fff;
|
|
|
|
- border:1px solid rgba(230,230,230,1);
|
|
|
|
|
|
+ background: #0D2C53;
|
|
|
|
+ border:1px solid #5BBBFF;
|
|
border-radius: 4px 0 0 4px;
|
|
border-radius: 4px 0 0 4px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
@@ -175,10 +172,10 @@
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
- color: #333;
|
|
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|
|
li:hover{
|
|
li:hover{
|
|
- background: #E2ECFF;
|
|
|
|
|
|
+ background: #1a4478;
|
|
}
|
|
}
|
|
.nodeItem{
|
|
.nodeItem{
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -187,7 +184,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bottom{
|
|
.bottom{
|
|
- background: #fff;
|
|
|
|
|
|
+ background: #0D2C53;
|
|
.tabList{
|
|
.tabList{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 43px;
|
|
height: 43px;
|
|
@@ -204,17 +201,17 @@
|
|
line-height: 42px;
|
|
line-height: 42px;
|
|
margin: 0 20px 0 10px;
|
|
margin: 0 20px 0 10px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- color: #777;
|
|
|
|
|
|
+ color: #A7CFFC;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.tab:hover{
|
|
.tab:hover{
|
|
- color: #5A8EEE;
|
|
|
|
|
|
+ color: #61b7f3;
|
|
}
|
|
}
|
|
.activeTab{
|
|
.activeTab{
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- color: #5A8EEE;
|
|
|
|
|
|
+ color: #5BBBFF;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- border-bottom: 3px solid #5A8EEE;
|
|
|
|
|
|
+ border-bottom: 3px solid #5BBBFF;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -228,14 +225,14 @@
|
|
.toggleArrow{
|
|
.toggleArrow{
|
|
width: 11px;
|
|
width: 11px;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 18px;
|
|
|
|
|
|
+ top: 15px;
|
|
right: 0px;
|
|
right: 0px;
|
|
}
|
|
}
|
|
.toggleTab{
|
|
.toggleTab{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
position: absolute;
|
|
position: absolute;
|
|
font-size: 14px ;
|
|
font-size: 14px ;
|
|
- color: #AAA;
|
|
|
|
|
|
+ color: #A7CFFC;
|
|
line-height: 44px;
|
|
line-height: 44px;
|
|
right: 20px;
|
|
right: 20px;
|
|
top: 0;
|
|
top: 0;
|
|
@@ -247,7 +244,7 @@
|
|
}
|
|
}
|
|
.hideTabList{
|
|
.hideTabList{
|
|
position: relative;
|
|
position: relative;
|
|
- background: #fff;
|
|
|
|
|
|
+ background: #0D2C53;
|
|
width: 100%;
|
|
width: 100%;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
display: none;
|
|
display: none;
|
|
@@ -265,7 +262,7 @@
|
|
}
|
|
}
|
|
.radioItem{
|
|
.radioItem{
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- color: #333;
|
|
|
|
|
|
+ color: #fff;
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -283,12 +280,11 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.footer{
|
|
.footer{
|
|
- position: absolute;
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
- bottom: 0px;
|
|
|
|
|
|
+ margin: 24px 0;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- color: #bbb;
|
|
|
|
|
|
+ color: #A7CFFC;
|
|
}
|
|
}
|
|
.ztree{
|
|
.ztree{
|
|
overflow: auto;
|
|
overflow: auto;
|