|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
body.console {
|
|
|
overflow: auto;
|
|
|
- background-color: #f5f5f5;
|
|
|
+ background-color: @themeColor;
|
|
|
}
|
|
|
.echarts {
|
|
|
width: 100%;
|
|
@@ -28,7 +28,7 @@ body.console {
|
|
|
.partWrap {
|
|
|
// overflow: auto;
|
|
|
height: auto;
|
|
|
- background: #f5f5f5;
|
|
|
+ background: @themeBorderClr;
|
|
|
min-width: 1080px;
|
|
|
ul {
|
|
|
padding: 0 40px;
|
|
@@ -71,7 +71,7 @@ body.console {
|
|
|
.title {
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
- border-bottom: 1px solid #E2E5EF;
|
|
|
+ border-bottom: 1px solid @themeBorderClr;
|
|
|
height: 36px;
|
|
|
line-height: 36px;
|
|
|
padding-left: 15px;
|
|
@@ -83,7 +83,7 @@ body.console {
|
|
|
}
|
|
|
.grayLine {
|
|
|
height: 10px;
|
|
|
- background-color: #f5f5f5;
|
|
|
+ background-color: @themeBorderClr;
|
|
|
}
|
|
|
.partTitleT {
|
|
|
height: 44px;
|
|
@@ -95,7 +95,7 @@ body.console {
|
|
|
width: 100%;
|
|
|
min-width: 1080px;
|
|
|
box-sizing: border-box;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: @themeColor;
|
|
|
z-index: 20;
|
|
|
height: 44px;
|
|
|
line-height: 44px;
|
|
@@ -106,13 +106,15 @@ body.console {
|
|
|
p {
|
|
|
display: inline-block;
|
|
|
font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
span,i {
|
|
|
+ color: #fff;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
.dateDetail {
|
|
|
font-size: 12px;
|
|
|
- color: #777777;
|
|
|
+ color: #fff;
|
|
|
margin-right: 30px;
|
|
|
font-weight: normal;
|
|
|
}
|
|
@@ -139,7 +141,7 @@ body.console {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.mon {
|
|
|
- color: @activeColor;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -154,15 +156,15 @@ body.console {
|
|
|
display: inline-block;
|
|
|
margin-bottom: 10px;
|
|
|
background-color: #fff;
|
|
|
- border-top: 10px solid #f5f5f5;
|
|
|
+ border-top: 10px solid @themeBorderClr;
|
|
|
}
|
|
|
.pubEchartB {
|
|
|
width: 55%;
|
|
|
display: inline-block;
|
|
|
margin-bottom: 10px;
|
|
|
background-color: #fff;
|
|
|
- border-top: 10px solid #f5f5f5;
|
|
|
- border-left: 10px solid #f5f5f5;
|
|
|
+ border-top: 10px solid @themeBorderClr;
|
|
|
+ border-left: 10px solid @themeBorderClr;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.paymoney {
|
|
@@ -176,7 +178,7 @@ body.console {
|
|
|
height: 304px;
|
|
|
width: 100%;
|
|
|
display: inline-block;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: @themeColor;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
}
|
|
@@ -184,12 +186,13 @@ body.console {
|
|
|
height: 350px;
|
|
|
width: 100%;
|
|
|
display: inline-block;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: @themeColor;
|
|
|
box-sizing: border-box;
|
|
|
- border-top: 10px solid #f5f5f5;
|
|
|
+ border-top: 10px solid @themeBorderClr;
|
|
|
position: relative;
|
|
|
.title {
|
|
|
cursor: pointer;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
.btmWrap {
|
|
@@ -224,19 +227,20 @@ body.console {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.deptName {
|
|
|
- color: #777;
|
|
|
+ color: #fff;
|
|
|
p {
|
|
|
width: 110px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.smp {
|
|
|
width: 100px;
|
|
|
}
|
|
|
}
|
|
|
.deptNum {
|
|
|
- color: #333;
|
|
|
+ color: #fff;
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
padding-right: 10px;
|
|
@@ -244,7 +248,7 @@ body.console {
|
|
|
text-align: right;
|
|
|
}
|
|
|
.percent {
|
|
|
- color: #777;
|
|
|
+ color: #fff;
|
|
|
width: 40px;
|
|
|
}
|
|
|
}
|
|
@@ -253,17 +257,24 @@ body.console {
|
|
|
width: 220px;
|
|
|
}
|
|
|
|
|
|
+.detailGo {
|
|
|
+ width: 16px;
|
|
|
+ position: relative;
|
|
|
+ top: 3px;
|
|
|
+ left: 7px;
|
|
|
+}
|
|
|
.part01 {
|
|
|
width: 38%;
|
|
|
- background-color: #fff;
|
|
|
- border-right: 10px solid #f5f5f5;
|
|
|
+ background-color: @themeColor;
|
|
|
+ border-right: 10px solid @themeBorderClr;
|
|
|
box-sizing: border-box;
|
|
|
ul {
|
|
|
padding: 40px 20px;
|
|
|
- border-bottom: 10px solid #f5f5f5;
|
|
|
+ border-bottom: 10px solid @themeBorderClr;
|
|
|
li {
|
|
|
width: 50%;
|
|
|
float: left;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.lis {
|
|
|
border-left: 3px solid #F2637B;
|
|
@@ -272,18 +283,16 @@ body.console {
|
|
|
padding-left: 12px;
|
|
|
margin-left: 60px;
|
|
|
&.li02 {
|
|
|
- border-left: 3px solid #37CBCB;
|
|
|
- }
|
|
|
- &.li03 {
|
|
|
border-left: 3px solid #FAD336;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.defect {
|
|
|
- background-color: #fff;
|
|
|
+ background-color: @themeColor;
|
|
|
height: 452px;
|
|
|
overflow: hidden;
|
|
|
+ border-bottom: 10px solid @themeBorderClr;
|
|
|
.list {
|
|
|
padding: 15px 5px;
|
|
|
width: 100%;
|
|
@@ -293,7 +302,7 @@ body.console {
|
|
|
}
|
|
|
.thead {
|
|
|
td {
|
|
|
- color: #51649C;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
.qtable {
|
|
@@ -302,6 +311,7 @@ body.console {
|
|
|
}
|
|
|
td {
|
|
|
padding: 7px 10px;
|
|
|
+ color: #fff;
|
|
|
i {
|
|
|
width: 17px;
|
|
|
height: 17px;
|
|
@@ -315,7 +325,7 @@ body.console {
|
|
|
}
|
|
|
}
|
|
|
tr {
|
|
|
- border-bottom: 1px solid #f5f5f5;
|
|
|
+ border-bottom: 1px solid @themeBorderClr;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.td01 {
|
|
@@ -336,14 +346,14 @@ body.console {
|
|
|
// border-right: 10px solid #f5f5f5;
|
|
|
box-sizing: border-box;
|
|
|
width: 62%;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: @themeColor;
|
|
|
.bingli {
|
|
|
padding: 20px;
|
|
|
li {
|
|
|
float: left;
|
|
|
width: 23%;
|
|
|
text-align: center;
|
|
|
- border-right: 1px solid #E2E5EF;
|
|
|
+ border-right: 1px solid @themeBorderClr;
|
|
|
}
|
|
|
.fst {
|
|
|
// border-right: 1px solid #E2E5EF;
|
|
@@ -355,7 +365,7 @@ body.console {
|
|
|
}
|
|
|
}
|
|
|
.bingliLis {
|
|
|
- border-top: 1px solid #E2E5EF;
|
|
|
+ border-top: 1px solid @themeBorderClr;
|
|
|
padding: 20px 30px;
|
|
|
p {
|
|
|
text-align: center;
|
|
@@ -363,6 +373,11 @@ body.console {
|
|
|
font-size: 16px;
|
|
|
padding-bottom: 2px;
|
|
|
margin-bottom: 10px;
|
|
|
+ cursor: pointer;
|
|
|
+ color: #fff;
|
|
|
+ img {
|
|
|
+ top: 1px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.panPartPub {
|
|
@@ -395,17 +410,20 @@ body.console {
|
|
|
line-height: 44px;
|
|
|
padding: 0 15px;
|
|
|
box-sizing: border-box;
|
|
|
- border-bottom: 1px solid #E2E5EF;
|
|
|
+ border-bottom: 1px solid @themeBorderClr;
|
|
|
font-weight: bold;
|
|
|
font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
cursor: pointer;
|
|
|
.name {
|
|
|
float: left;
|
|
|
font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.personNum {
|
|
|
float: right;
|
|
|
color: #51649C;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -415,9 +433,11 @@ body.console {
|
|
|
height: 36px;
|
|
|
line-height: 40px;
|
|
|
font-weight: bold;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.explainNum {
|
|
|
margin-top: 8px;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.toggleSlide {
|
|
@@ -481,7 +501,7 @@ body.console {
|
|
|
position: relative;
|
|
|
.homePage {
|
|
|
width: 45%;
|
|
|
- border-right: 10px solid #f5f5f5;
|
|
|
+ border-right: 10px solid @themeBorderClr;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.homePageNo {
|