|
@@ -150,14 +150,14 @@ a {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- background-color: rgba(59,211,255,0.26);
|
|
|
+ background-color: rgba(18, 61, 98, .6);
|
|
|
}
|
|
|
.b {
|
|
|
padding: 15px 0;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-around;
|
|
|
- background-color: rgba(59,211,255,0.16);
|
|
|
+ background-color: rgba(7, 42, 76, .6);
|
|
|
padding: 15px 0;
|
|
|
}
|
|
|
.b span {
|
|
@@ -397,7 +397,7 @@ a {
|
|
|
border: 1px solid #afadad;
|
|
|
}
|
|
|
.status p {
|
|
|
- background-color: rgb(39 122 145 / 0.56);
|
|
|
+ background-color: #02397F;
|
|
|
line-height: 35px;
|
|
|
text-align: center;
|
|
|
font-size: 16px;
|
|
@@ -406,6 +406,19 @@ a {
|
|
|
.status li {
|
|
|
line-height: 25px;
|
|
|
padding-right: 15px;
|
|
|
+ list-style: none;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.status li::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: -15px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(0, -50%);
|
|
|
+ width: 5px;
|
|
|
+ height: 5px;
|
|
|
+ background-color: #00FFFF;
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
|
.status i {
|
|
|
font-size: 16px;
|