|
|
@@ -643,13 +643,21 @@ onBeforeUnmount(() => {
|
|
643
|
643
|
justify-content: space-between;
|
|
644
|
644
|
align-items: center;
|
|
645
|
645
|
padding: 5px 0;
|
|
646
|
|
- border-bottom: 1px dashed #eee;
|
|
|
646
|
+ border-bottom: 1px dashed #dce9f5;
|
|
647
|
647
|
font-size: 12px;
|
|
648
|
648
|
|
|
649
|
649
|
&:last-child { border-bottom: none; }
|
|
650
|
650
|
|
|
651
|
|
- .s-lbl { color: #888; }
|
|
652
|
|
- .s-val { color: #333; font-weight: 500; }
|
|
|
651
|
+ .s-lbl { color: #666; }
|
|
|
652
|
+ .s-val {
|
|
|
653
|
+ color: #2c6baf;
|
|
|
654
|
+ font-weight: 500;
|
|
|
655
|
+ background: #d6eaf8;
|
|
|
656
|
+ padding: 2px 10px;
|
|
|
657
|
+ border-radius: 4px;
|
|
|
658
|
+ min-width: 56px;
|
|
|
659
|
+ text-align: center;
|
|
|
660
|
+ }
|
|
653
|
661
|
}
|
|
654
|
662
|
}
|
|
655
|
663
|
|
|
|
@@ -660,12 +668,13 @@ onBeforeUnmount(() => {
|
|
660
|
668
|
gap: 6px;
|
|
661
|
669
|
|
|
662
|
670
|
.pos-item {
|
|
663
|
|
- background: #e8f4ff;
|
|
664
|
|
- color: #409eff;
|
|
|
671
|
+ background: #c8e6f8;
|
|
|
672
|
+ color: #1a6aaa;
|
|
665
|
673
|
border-radius: 4px;
|
|
666
|
|
- padding: 6px 10px;
|
|
|
674
|
+ padding: 7px 10px;
|
|
667
|
675
|
font-size: 12px;
|
|
668
|
676
|
text-align: center;
|
|
|
677
|
+ font-weight: 500;
|
|
669
|
678
|
}
|
|
670
|
679
|
}
|
|
671
|
680
|
|
|
|
@@ -675,18 +684,25 @@ onBeforeUnmount(() => {
|
|
675
|
684
|
grid-template-columns: 1fr 1fr 1fr;
|
|
676
|
685
|
font-size: 12px;
|
|
677
|
686
|
text-align: center;
|
|
|
687
|
+ gap: 4px;
|
|
678
|
688
|
}
|
|
679
|
689
|
|
|
680
|
690
|
.train-header {
|
|
681
|
691
|
color: #888;
|
|
682
|
692
|
margin-bottom: 6px;
|
|
683
|
693
|
padding-bottom: 4px;
|
|
684
|
|
- border-bottom: 1px solid #eee;
|
|
|
694
|
+ border-bottom: 1px solid #dce9f5;
|
|
685
|
695
|
}
|
|
686
|
696
|
|
|
687
|
697
|
.train-row {
|
|
688
|
|
- color: #333;
|
|
689
|
|
- font-weight: 500;
|
|
|
698
|
+ color: #2c6baf;
|
|
|
699
|
+ font-weight: 600;
|
|
|
700
|
+
|
|
|
701
|
+ span {
|
|
|
702
|
+ background: #d6eaf8;
|
|
|
703
|
+ border-radius: 4px;
|
|
|
704
|
+ padding: 4px 4px;
|
|
|
705
|
+ }
|
|
690
|
706
|
}
|
|
691
|
707
|
|
|
692
|
708
|
/* 通用 */
|