|
@@ -28,7 +28,7 @@ body.console {
|
|
.partWrap {
|
|
.partWrap {
|
|
// overflow: auto;
|
|
// overflow: auto;
|
|
height: auto;
|
|
height: auto;
|
|
- background: @themeBorderClr;
|
|
|
|
|
|
+ background: @activeBg;
|
|
min-width: 1080px;
|
|
min-width: 1080px;
|
|
ul {
|
|
ul {
|
|
padding: 0 40px;
|
|
padding: 0 40px;
|
|
@@ -83,7 +83,7 @@ body.console {
|
|
}
|
|
}
|
|
.grayLine {
|
|
.grayLine {
|
|
height: 10px;
|
|
height: 10px;
|
|
- background-color: @themeBorderClr;
|
|
|
|
|
|
+ background-color: @activeBg;
|
|
}
|
|
}
|
|
.partTitleT {
|
|
.partTitleT {
|
|
height: 44px;
|
|
height: 44px;
|
|
@@ -162,15 +162,15 @@ body.console {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- border-top: 10px solid @themeBorderClr;
|
|
|
|
|
|
+ border-top: 10px solid @activeBg;
|
|
}
|
|
}
|
|
.pubEchartB {
|
|
.pubEchartB {
|
|
width: 55%;
|
|
width: 55%;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- border-top: 10px solid @themeBorderClr;
|
|
|
|
- border-left: 10px solid @themeBorderClr;
|
|
|
|
|
|
+ border-top: 10px solid @activeBg;
|
|
|
|
+ border-left: 10px solid @activeBg;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
.paymoney {
|
|
.paymoney {
|
|
@@ -194,7 +194,7 @@ body.console {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
background-color: @themeColor;
|
|
background-color: @themeColor;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- border-top: 10px solid @themeBorderClr;
|
|
|
|
|
|
+ border-top: 10px solid @activeBg;
|
|
position: relative;
|
|
position: relative;
|
|
.title {
|
|
.title {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -272,11 +272,11 @@ body.console {
|
|
.part01 {
|
|
.part01 {
|
|
width: 38%;
|
|
width: 38%;
|
|
background-color: @themeColor;
|
|
background-color: @themeColor;
|
|
- border-right: 10px solid @themeBorderClr;
|
|
|
|
|
|
+ border-right: 10px solid @activeBg;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
ul {
|
|
ul {
|
|
padding: 40px 20px;
|
|
padding: 40px 20px;
|
|
- border-bottom: 10px solid @themeBorderClr;
|
|
|
|
|
|
+ border-bottom: 10px solid @activeBg;
|
|
li {
|
|
li {
|
|
width: 50%;
|
|
width: 50%;
|
|
float: left;
|
|
float: left;
|
|
@@ -298,7 +298,7 @@ body.console {
|
|
background-color: @themeColor;
|
|
background-color: @themeColor;
|
|
height: 452px;
|
|
height: 452px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- border-bottom: 10px solid @themeBorderClr;
|
|
|
|
|
|
+ border-bottom: 10px solid @activeBg;
|
|
.list {
|
|
.list {
|
|
padding: 15px 5px;
|
|
padding: 15px 5px;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -517,7 +517,7 @@ body.console {
|
|
position: relative;
|
|
position: relative;
|
|
.homePage {
|
|
.homePage {
|
|
width: 45%;
|
|
width: 45%;
|
|
- border-right: 10px solid @themeBorderClr;
|
|
|
|
|
|
+ border-right: 10px solid @activeBg;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
.homePageNo {
|
|
.homePageNo {
|