|
@@ -65,6 +65,7 @@ $eventStateColor-wb: #c2bc43;
|
|
|
$eventStateColor-cf: #a23737;
|
|
|
$eventStateColor-bj: #6ae08f;
|
|
|
$eventStateColor-gd: #0369ef;
|
|
|
+$eventStateColor-qr: #20EF56;
|
|
|
|
|
|
$eventStateColor-xsb: #11b57e;
|
|
|
$eventStateColor-cb: #e63b4a;
|
|
@@ -2487,6 +2488,28 @@ div::-webkit-scrollbar {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ //确认
|
|
|
+ .event-state-qr {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ i {
|
|
|
+ color: $eventStateColor-qr;
|
|
|
+ font-size: 1rem;
|
|
|
+ margin-left: -.5rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .event-list-state-qr {
|
|
|
+ width: fit-content;
|
|
|
+ background-color: $eventStateColor-qr;
|
|
|
+ color: $white;
|
|
|
+ padding:0.25rem 0.4rem;
|
|
|
+ margin-left: -.5rem;
|
|
|
+ margin-bottom: .2rem;
|
|
|
+ border-radius: .2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.bgt-info-name {
|
|
|
color: $inBlue;
|
|
|
font-weight: bolder;
|