|
@@ -25,36 +25,55 @@
|
|
|
border: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
|
box-sizing: border-box;
|
|
|
border-radius: 0.08rem;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 0.48rem;
|
|
|
+ line-height: 0.56rem;
|
|
|
+ text-align: center;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ padding: 0 0.1rem 0 0.2rem;
|
|
|
+ letter-spacing: 0.1rem;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
-.ent-info-head .ent-info-status.status-1 {
|
|
|
- background: #FB483D;
|
|
|
-}
|
|
|
-
|
|
|
-.ent-info-head .ent-info-status.status-2 {
|
|
|
- background: #FF9F40;
|
|
|
-}
|
|
|
-
|
|
|
-.ent-info-head .ent-info-status.status-3 {
|
|
|
- background: #9B9CA3;
|
|
|
+.ent-info-bottom {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ margin-top: 0.24rem;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
-.ent-info-head .ent-info-status {
|
|
|
- position: absolute;
|
|
|
- top: 0.08rem;
|
|
|
- left: 0.08rem;
|
|
|
- background: #2ABED1;
|
|
|
+.ent-info-bottom .ent-info-status {
|
|
|
+ background: transparent;
|
|
|
border-radius: 0.08rem;
|
|
|
font-family: PingFang SC;
|
|
|
font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 0.24rem;
|
|
|
line-height: 0.36rem;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #2ABED1;
|
|
|
+ border: 0.01rem solid #2ABED1;
|
|
|
padding: 0 0.08rem;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
+.ent-info-bottom .ent-info-status.status-1 {
|
|
|
+ color: #FB483D;
|
|
|
+ border-color: #FB483D;
|
|
|
+}
|
|
|
+
|
|
|
+.ent-info-bottom .ent-info-status.status-1 {
|
|
|
+ color: #FF9F40;
|
|
|
+ border-color: #FF9F40;
|
|
|
+}
|
|
|
+
|
|
|
+.ent-info-bottom .ent-info-status.status-1 {
|
|
|
+ color: #9B9CA3;
|
|
|
+ border-color: #9B9CA3;
|
|
|
+}
|
|
|
+
|
|
|
.ent-info-top {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -110,13 +129,6 @@
|
|
|
margin-top: 0.2rem;
|
|
|
}
|
|
|
|
|
|
-.ent-info-bottom {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-end;
|
|
|
- margin-top: 0.24rem;
|
|
|
-}
|
|
|
-
|
|
|
.ent-line-box {
|
|
|
margin-top: 0.24rem;
|
|
|
width: 4.22rem;
|