@@ -500,6 +520,16 @@ function switchBatch() {
position: relative;
}
+.title{
+ font-size: 18px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ text-align: left;
+ color: #333333;
+ margin-top: 14px;
+ margin-bottom: 24px;
+}
+
.small-mark{
width: 100%;
height: 36px;
@@ -544,6 +574,29 @@ function switchBatch() {
}
}
+.status-tag{
+ display: inline-block;
+ padding: 0 12px;
+ height: 22px;
+ background: #ffc671;
+ border-radius: 12px;
+ align-items: center;
+ justify-content: center;
+ font-size: 13px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ text-align: left;
+ color: #ffffff;
+}
+
+.status-tag-green{
+ background: #53c21d;
+}
+
+.status-tag-red{
+ background: #e45656;
+}
+
.close {
position: absolute;
right: -90px;
@@ -610,11 +663,16 @@ function switchBatch() {
text-align: center;
font-weight: bold;
text-align: left;
+ font-size: 14px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ text-align: left;
+ color: #333333;
}
}
&-m32 {
- margin-left: 32px;
+ margin-left: 19px;
}
&-content {