|
@@ -147,8 +147,37 @@ a {
|
|
.header-item {
|
|
.header-item {
|
|
color: #69c0ff;
|
|
color: #69c0ff;
|
|
}
|
|
}
|
|
-.row-item > .ceil:nth-child(2) {
|
|
|
|
- color: rgb(180, 197, 29) !important;
|
|
|
|
|
|
+.row-item .ceil:nth-child(2) {
|
|
|
|
+ width: 100px !important;
|
|
|
|
+ margin-left: 80px;
|
|
|
|
+ display: grid;
|
|
|
|
+ grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
|
+}
|
|
|
|
+.red {
|
|
|
|
+ color: #ed3248;
|
|
|
|
+}
|
|
|
|
+.red:after {
|
|
|
|
+ background: url('../images/up.png') no-repeat;
|
|
|
|
+}
|
|
|
|
+.green {
|
|
|
|
+ color: #39f6b2;
|
|
|
|
+}
|
|
|
|
+.green:after {
|
|
|
|
+ background: url('../images/down2.png') no-repeat;
|
|
|
|
+}
|
|
|
|
+.row-item .ceil:nth-child(2):after {
|
|
|
|
+ content: '';
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ width: 15px;
|
|
|
|
+ height: 15px;
|
|
|
|
+ top: 16px;
|
|
|
|
+ left: 10px;
|
|
|
|
+ position: relative;
|
|
|
|
+ display: inline-block;
|
|
|
|
+}
|
|
|
|
+.el-progress-bar__outer {
|
|
|
|
+ background-color: #102f53;
|
|
|
|
+ overflow: visible;
|
|
}
|
|
}
|
|
.list {
|
|
.list {
|
|
list-style-type: none;
|
|
list-style-type: none;
|
|
@@ -157,13 +186,6 @@ a {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 0 5%;
|
|
padding: 0 5%;
|
|
}
|
|
}
|
|
-/* .center1-footer > .list span {
|
|
|
|
- font-size: 20px;
|
|
|
|
- color: #69c0ff;
|
|
|
|
- font-style: italic;
|
|
|
|
- font-weight: bold;
|
|
|
|
- margin: 0 10px;
|
|
|
|
-} */
|
|
|
|
.list {
|
|
.list {
|
|
height: 80%;
|
|
height: 80%;
|
|
}
|
|
}
|
|
@@ -175,19 +197,24 @@ a {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
-.list > .list-item:nth-child(1) .el-progress-bar__inner {
|
|
|
|
|
|
+.list > .list-item:nth-child(1) .el-progress-bar__inner,
|
|
|
|
+.list .list-item:first-child .serial {
|
|
background: linear-gradient(to right, #092854, #40a8fe);
|
|
background: linear-gradient(to right, #092854, #40a8fe);
|
|
}
|
|
}
|
|
-.list > .list-item:nth-child(2) .el-progress-bar__inner {
|
|
|
|
|
|
+.list > .list-item:nth-child(2) .el-progress-bar__inner,
|
|
|
|
+.list .list-item:nth-child(2) .serial {
|
|
background: linear-gradient(to right, #0b2855, #5d78e3);
|
|
background: linear-gradient(to right, #0b2855, #5d78e3);
|
|
}
|
|
}
|
|
-.list > .list-item:nth-child(3) .el-progress-bar__inner {
|
|
|
|
|
|
+.list > .list-item:nth-child(3) .el-progress-bar__inner,
|
|
|
|
+.list .list-item:nth-child(3) .serial {
|
|
background: linear-gradient(to right, #0a2a54, #3fc9c1);
|
|
background: linear-gradient(to right, #0a2a54, #3fc9c1);
|
|
}
|
|
}
|
|
-.list > .list-item:nth-child(4) .el-progress-bar__inner {
|
|
|
|
|
|
+.list > .list-item:nth-child(4) .el-progress-bar__inner,
|
|
|
|
+.list .list-item:nth-child(4) .serial {
|
|
background: linear-gradient(to right, #0a2a54, #ca8317);
|
|
background: linear-gradient(to right, #0a2a54, #ca8317);
|
|
}
|
|
}
|
|
-.list > .list-item:nth-child(5) .el-progress-bar__inner {
|
|
|
|
|
|
+.list > .list-item:nth-child(5) .el-progress-bar__inner,
|
|
|
|
+.list .list-item:nth-child(5) .serial {
|
|
background: linear-gradient(to right, #0a2a54, #9c1765);
|
|
background: linear-gradient(to right, #0a2a54, #9c1765);
|
|
}
|
|
}
|
|
.el-progress {
|
|
.el-progress {
|
|
@@ -198,7 +225,8 @@ a {
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
background-color: #163a5d;
|
|
background-color: #163a5d;
|
|
- color: #69c0ff;
|
|
|
|
|
|
+ /* color: #69c0ff; */
|
|
|
|
+ color: #fff;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
text-align: center;
|