antd-mobile 5.18.0 → 5.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/2x/bundle/antd-mobile.cjs.js +47 -18976
  2. package/2x/bundle/antd-mobile.compatible.umd.js +25752 -0
  3. package/2x/bundle/antd-mobile.es.js +16123 -16565
  4. package/2x/bundle/antd-mobile.umd.js +64 -0
  5. package/2x/bundle/style.css +227 -273
  6. package/2x/cjs/components/action-sheet/action-sheet.d.ts +1 -1
  7. package/2x/cjs/components/button/button.js +1 -1
  8. package/2x/cjs/components/calendar/calendar.d.ts +1 -1
  9. package/2x/cjs/components/cascader/cascader.d.ts +2 -0
  10. package/2x/cjs/components/cascader/index.d.ts +1 -0
  11. package/2x/cjs/components/cascader-view/cascader-view.d.ts +2 -1
  12. package/2x/cjs/components/cascader-view/cascader-view.js +2 -1
  13. package/2x/cjs/components/dialog/show.d.ts +1 -1
  14. package/2x/cjs/components/image-viewer/slide.js +75 -56
  15. package/2x/cjs/components/input/input.js +9 -2
  16. package/2x/cjs/components/modal/show.d.ts +1 -1
  17. package/2x/cjs/components/number-keyboard/number-keyboard.css +11 -15
  18. package/2x/cjs/components/number-keyboard/number-keyboard.d.ts +1 -1
  19. package/2x/cjs/components/number-keyboard/number-keyboard.js +19 -17
  20. package/2x/cjs/components/passcode-input/index.d.ts +1 -1
  21. package/2x/cjs/components/passcode-input/passcode-input.css +12 -12
  22. package/2x/cjs/components/passcode-input/passcode-input.js +16 -8
  23. package/2x/cjs/components/result/result.d.ts +1 -1
  24. package/2x/cjs/components/result/result.js +7 -1
  25. package/2x/cjs/components/search-bar/search-bar.js +12 -2
  26. package/2x/cjs/locales/base.d.ts +9 -0
  27. package/2x/cjs/locales/base.js +9 -0
  28. package/2x/cjs/locales/en-US.d.ts +9 -0
  29. package/2x/cjs/locales/es-ES.d.ts +9 -0
  30. package/2x/cjs/locales/fa-IR.d.ts +9 -0
  31. package/2x/cjs/locales/fr-FR.d.ts +9 -0
  32. package/2x/cjs/locales/id-ID.d.ts +9 -0
  33. package/2x/cjs/locales/kk-KZ.d.ts +9 -0
  34. package/2x/cjs/locales/ko-KR.d.ts +9 -0
  35. package/2x/cjs/locales/zh-CN.d.ts +9 -0
  36. package/2x/cjs/locales/zh-CN.js +9 -0
  37. package/2x/cjs/locales/zh-HK.d.ts +9 -0
  38. package/2x/cjs/locales/zh-TW.d.ts +9 -0
  39. package/2x/cjs/utils/matrix.d.ts +10 -0
  40. package/2x/cjs/utils/matrix.js +60 -0
  41. package/2x/es/components/action-sheet/action-sheet.d.ts +1 -1
  42. package/2x/es/components/button/button.js +1 -1
  43. package/2x/es/components/calendar/calendar.d.ts +1 -1
  44. package/2x/es/components/cascader/cascader.d.ts +2 -0
  45. package/2x/es/components/cascader/index.d.ts +1 -0
  46. package/2x/es/components/cascader-view/cascader-view.d.ts +2 -1
  47. package/2x/es/components/cascader-view/cascader-view.js +2 -1
  48. package/2x/es/components/dialog/show.d.ts +1 -1
  49. package/2x/es/components/image-viewer/slide.js +73 -56
  50. package/2x/es/components/input/input.js +8 -2
  51. package/2x/es/components/modal/show.d.ts +1 -1
  52. package/2x/es/components/number-keyboard/number-keyboard.css +11 -15
  53. package/2x/es/components/number-keyboard/number-keyboard.d.ts +1 -1
  54. package/2x/es/components/number-keyboard/number-keyboard.js +19 -17
  55. package/2x/es/components/passcode-input/index.d.ts +1 -1
  56. package/2x/es/components/passcode-input/passcode-input.css +12 -12
  57. package/2x/es/components/passcode-input/passcode-input.js +15 -8
  58. package/2x/es/components/result/result.d.ts +1 -1
  59. package/2x/es/components/result/result.js +6 -1
  60. package/2x/es/components/search-bar/search-bar.js +12 -2
  61. package/2x/es/locales/base.d.ts +9 -0
  62. package/2x/es/locales/base.js +9 -0
  63. package/2x/es/locales/en-US.d.ts +9 -0
  64. package/2x/es/locales/es-ES.d.ts +9 -0
  65. package/2x/es/locales/fa-IR.d.ts +9 -0
  66. package/2x/es/locales/fr-FR.d.ts +9 -0
  67. package/2x/es/locales/id-ID.d.ts +9 -0
  68. package/2x/es/locales/kk-KZ.d.ts +9 -0
  69. package/2x/es/locales/ko-KR.d.ts +9 -0
  70. package/2x/es/locales/zh-CN.d.ts +9 -0
  71. package/2x/es/locales/zh-CN.js +9 -0
  72. package/2x/es/locales/zh-HK.d.ts +9 -0
  73. package/2x/es/locales/zh-TW.d.ts +9 -0
  74. package/2x/es/utils/matrix.d.ts +10 -0
  75. package/2x/es/utils/matrix.js +27 -0
  76. package/2x/package.json +1 -1
  77. package/2x/umd/antd-mobile.js +25752 -2
  78. package/bundle/antd-mobile.cjs.js +47 -18976
  79. package/bundle/antd-mobile.compatible.umd.js +25752 -0
  80. package/bundle/antd-mobile.es.js +16123 -16565
  81. package/bundle/antd-mobile.umd.js +64 -0
  82. package/bundle/style.css +1 -4088
  83. package/cjs/components/action-sheet/action-sheet.d.ts +1 -1
  84. package/cjs/components/button/button.js +1 -1
  85. package/cjs/components/calendar/calendar.d.ts +1 -1
  86. package/cjs/components/cascader/cascader.d.ts +2 -0
  87. package/cjs/components/cascader/index.d.ts +1 -0
  88. package/cjs/components/cascader-view/cascader-view.d.ts +2 -1
  89. package/cjs/components/cascader-view/cascader-view.js +2 -1
  90. package/cjs/components/dialog/show.d.ts +1 -1
  91. package/cjs/components/image-viewer/slide.js +75 -56
  92. package/cjs/components/input/input.js +9 -2
  93. package/cjs/components/modal/show.d.ts +1 -1
  94. package/cjs/components/number-keyboard/number-keyboard.css +11 -14
  95. package/cjs/components/number-keyboard/number-keyboard.d.ts +1 -1
  96. package/cjs/components/number-keyboard/number-keyboard.js +19 -17
  97. package/cjs/components/passcode-input/index.d.ts +1 -1
  98. package/cjs/components/passcode-input/passcode-input.css +12 -12
  99. package/cjs/components/passcode-input/passcode-input.js +16 -8
  100. package/cjs/components/result/result.d.ts +1 -1
  101. package/cjs/components/result/result.js +7 -1
  102. package/cjs/components/search-bar/search-bar.js +12 -2
  103. package/cjs/locales/base.d.ts +9 -0
  104. package/cjs/locales/base.js +9 -0
  105. package/cjs/locales/en-US.d.ts +9 -0
  106. package/cjs/locales/es-ES.d.ts +9 -0
  107. package/cjs/locales/fa-IR.d.ts +9 -0
  108. package/cjs/locales/fr-FR.d.ts +9 -0
  109. package/cjs/locales/id-ID.d.ts +9 -0
  110. package/cjs/locales/kk-KZ.d.ts +9 -0
  111. package/cjs/locales/ko-KR.d.ts +9 -0
  112. package/cjs/locales/zh-CN.d.ts +9 -0
  113. package/cjs/locales/zh-CN.js +9 -0
  114. package/cjs/locales/zh-HK.d.ts +9 -0
  115. package/cjs/locales/zh-TW.d.ts +9 -0
  116. package/cjs/utils/matrix.d.ts +10 -0
  117. package/cjs/utils/matrix.js +60 -0
  118. package/es/components/action-sheet/action-sheet.d.ts +1 -1
  119. package/es/components/button/button.js +1 -1
  120. package/es/components/calendar/calendar.d.ts +1 -1
  121. package/es/components/cascader/cascader.d.ts +2 -0
  122. package/es/components/cascader/index.d.ts +1 -0
  123. package/es/components/cascader-view/cascader-view.d.ts +2 -1
  124. package/es/components/cascader-view/cascader-view.js +2 -1
  125. package/es/components/dialog/show.d.ts +1 -1
  126. package/es/components/image-viewer/slide.js +73 -56
  127. package/es/components/input/input.js +8 -2
  128. package/es/components/modal/show.d.ts +1 -1
  129. package/es/components/number-keyboard/number-keyboard.css +11 -14
  130. package/es/components/number-keyboard/number-keyboard.d.ts +1 -1
  131. package/es/components/number-keyboard/number-keyboard.js +19 -17
  132. package/es/components/passcode-input/index.d.ts +1 -1
  133. package/es/components/passcode-input/passcode-input.css +12 -12
  134. package/es/components/passcode-input/passcode-input.js +15 -8
  135. package/es/components/result/result.d.ts +1 -1
  136. package/es/components/result/result.js +6 -1
  137. package/es/components/search-bar/search-bar.js +12 -2
  138. package/es/locales/base.d.ts +9 -0
  139. package/es/locales/base.js +9 -0
  140. package/es/locales/en-US.d.ts +9 -0
  141. package/es/locales/es-ES.d.ts +9 -0
  142. package/es/locales/fa-IR.d.ts +9 -0
  143. package/es/locales/fr-FR.d.ts +9 -0
  144. package/es/locales/id-ID.d.ts +9 -0
  145. package/es/locales/kk-KZ.d.ts +9 -0
  146. package/es/locales/ko-KR.d.ts +9 -0
  147. package/es/locales/zh-CN.d.ts +9 -0
  148. package/es/locales/zh-CN.js +9 -0
  149. package/es/locales/zh-HK.d.ts +9 -0
  150. package/es/locales/zh-TW.d.ts +9 -0
  151. package/es/utils/matrix.d.ts +10 -0
  152. package/es/utils/matrix.js +27 -0
  153. package/package.json +1 -1
  154. package/umd/antd-mobile.js +1 -1
  155. package/2x/umd/antd-mobile.js.LICENSE.txt +0 -35
@@ -25,13 +25,11 @@
25
25
  --adm-color-box: #f5f5f5;
26
26
  --adm-color-background: #ffffff;
27
27
  --adm-font-size-main: var(--adm-font-size-5);
28
- --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
29
- helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
30
- 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
28
+ --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
31
29
  --adm-border-color: var(--adm-color-border);
32
30
  }
33
31
 
34
- html[data-prefers-color-scheme='dark'] {
32
+ html[data-prefers-color-scheme=dark] {
35
33
  --adm-color-primary: #3086ff;
36
34
  --adm-color-success: #34b368;
37
35
  --adm-color-warning: #ffa930;
@@ -47,7 +45,7 @@ html[data-prefers-color-scheme='dark'] {
47
45
  }
48
46
 
49
47
  :root {
50
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
48
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
51
49
  }
52
50
 
53
51
  body {
@@ -63,11 +61,11 @@ button {
63
61
 
64
62
  a {
65
63
  color: var(--adm-color-primary);
66
- transition: opacity ease-in-out 0.2s;
64
+ transition: opacity ease-in-out .2s;
67
65
  }
68
66
 
69
67
  a:active {
70
- opacity: 0.8;
68
+ opacity: .8;
71
69
  }
72
70
 
73
71
  .adm-plain-anchor {
@@ -80,7 +78,7 @@ a:active {
80
78
  }
81
79
 
82
80
  body.adm-overflow-hidden {
83
- overflow: hidden !important;
81
+ overflow: hidden!important;
84
82
  }
85
83
 
86
84
  div.adm-px-tester {
@@ -95,7 +93,7 @@ div.adm-px-tester {
95
93
  pointer-events: none;
96
94
  }
97
95
 
98
- .adm-action-sheet-popup > .adm-popup-body {
96
+ .adm-action-sheet-popup>.adm-popup-body {
99
97
  border-top-left-radius: 16px;
100
98
  border-top-right-radius: 16px;
101
99
  overflow: hidden;
@@ -110,10 +108,7 @@ div.adm-px-tester {
110
108
  border-bottom: 2px solid var(--adm-color-border);
111
109
  }
112
110
 
113
- .adm-action-sheet-button-list {
114
- border-bottom: 2px solid var(--adm-color-border);
115
- }
116
-
111
+ .adm-action-sheet-button-list,
117
112
  .adm-action-sheet-button-item-wrapper {
118
113
  border-bottom: 2px solid var(--adm-color-border);
119
114
  }
@@ -130,13 +125,13 @@ div.adm-px-tester {
130
125
  }
131
126
 
132
127
  .adm-action-sheet-button-item:active {
133
- background-color: #eeeeee;
128
+ background-color: #eee;
134
129
  }
135
130
 
136
131
  .adm-action-sheet-button-item-disabled {
137
132
  cursor: not-allowed;
138
133
  pointer-events: none;
139
- opacity: 0.4;
134
+ opacity: .4;
140
135
  }
141
136
 
142
137
  .adm-action-sheet-button-item-name {
@@ -316,7 +311,7 @@ div.adm-px-tester {
316
311
  font-size: var(--adm-font-size-1);
317
312
  line-height: 24px;
318
313
  white-space: nowrap;
319
- font-weight: normal;
314
+ font-weight: 400;
320
315
  text-align: center;
321
316
  }
322
317
 
@@ -324,7 +319,7 @@ div.adm-px-tester {
324
319
  position: absolute;
325
320
  right: var(--right);
326
321
  top: var(--top);
327
- transform: translate(50%, -50%);
322
+ transform: translate(50%,-50%);
328
323
  }
329
324
 
330
325
  .adm-badge-dot {
@@ -360,7 +355,7 @@ div.adm-px-tester {
360
355
  border: var(--border-width) var(--border-style) var(--border-color);
361
356
  border-radius: var(--border-radius);
362
357
  cursor: pointer;
363
- transition: opacity ease 0.15s;
358
+ transition: opacity ease .15s;
364
359
  -webkit-user-select: none;
365
360
  user-select: none;
366
361
  }
@@ -369,23 +364,23 @@ div.adm-px-tester {
369
364
  outline: none;
370
365
  }
371
366
 
372
- .adm-button::before {
367
+ .adm-button:before {
373
368
  position: absolute;
374
369
  top: 0;
375
370
  left: 0;
376
- transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
371
+ transform: translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));
377
372
  width: 100%;
378
373
  height: 100%;
379
374
  background-color: #000;
380
375
  border: var(--border-width) var(--border-style) #000;
381
376
  border-radius: var(--border-radius);
382
377
  opacity: 0;
383
- content: ' ';
378
+ content: " ";
384
379
  box-sizing: content-box;
385
380
  }
386
381
 
387
- .adm-button:active::before {
388
- opacity: 0.08;
382
+ .adm-button:active:before {
383
+ opacity: .08;
389
384
  }
390
385
 
391
386
  .adm-button-default.adm-button-fill-outline {
@@ -438,10 +433,10 @@ div.adm-px-tester {
438
433
 
439
434
  .adm-button-disabled {
440
435
  cursor: not-allowed;
441
- opacity: 0.4;
436
+ opacity: .4;
442
437
  }
443
438
 
444
- .adm-button-disabled:active::before {
439
+ .adm-button-disabled:active:before {
445
440
  display: none;
446
441
  }
447
442
 
@@ -487,8 +482,8 @@ div.adm-px-tester {
487
482
  justify-content: center;
488
483
  }
489
484
 
490
- .adm-button-loading-wrapper > .adm-loading {
491
- opacity: 0.6;
485
+ .adm-button-loading-wrapper>.adm-loading {
486
+ opacity: .6;
492
487
  }
493
488
 
494
489
  .adm-dot-loading {
@@ -556,10 +551,7 @@ div.adm-px-tester {
556
551
  color: var(--adm-color-primary);
557
552
  }
558
553
 
559
- .adm-calendar-cell.adm-calendar-cell-disabled {
560
- color: var(--adm-color-light);
561
- }
562
-
554
+ .adm-calendar-cell.adm-calendar-cell-disabled,
563
555
  .adm-calendar-cell.adm-calendar-cell-disabled .adm-calendar-cell-bottom {
564
556
  color: var(--adm-color-light);
565
557
  }
@@ -665,7 +657,7 @@ div.adm-px-tester {
665
657
  }
666
658
 
667
659
  .adm-capsule-tabs-tab-disabled {
668
- opacity: 0.5;
660
+ opacity: .5;
669
661
  cursor: not-allowed;
670
662
  }
671
663
 
@@ -685,12 +677,12 @@ div.adm-px-tester {
685
677
 
686
678
  .adm-scroll-mask-left {
687
679
  left: 0;
688
- background: linear-gradient(to right, var(--adm-color-background), rgba(255, 255, 255, 0));
680
+ background: linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0));
689
681
  }
690
682
 
691
683
  .adm-scroll-mask-right {
692
684
  right: 0;
693
- background: linear-gradient(to left, var(--adm-color-background), rgba(255, 255, 255, 0));
685
+ background: linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0));
694
686
  }
695
687
 
696
688
  .adm-card {
@@ -709,13 +701,13 @@ div.adm-px-tester {
709
701
  }
710
702
 
711
703
  .adm-card-header:not(:last-child) {
712
- border-bottom: solid 1px var(--adm-color-border);
704
+ border-bottom: solid .10px var(--adm-color-border);
713
705
  }
714
706
 
715
707
  .adm-card-header-title {
716
708
  font-size: var(--adm-font-size-7);
717
709
  line-height: 1.4;
718
- font-weight: bold;
710
+ font-weight: 700;
719
711
  }
720
712
 
721
713
  .adm-card-body {
@@ -748,23 +740,23 @@ div.adm-px-tester {
748
740
  display: flex;
749
741
  justify-content: space-between;
750
742
  align-items: center;
751
- padding: 8px 8px;
743
+ padding: 8px;
752
744
  }
753
745
 
754
746
  .adm-picker-header-button {
755
747
  font-size: var(--header-button-font-size);
756
748
  display: inline-block;
757
- padding: 16px 16px;
749
+ padding: 16px;
758
750
  }
759
751
 
760
752
  .adm-picker-header-button-disabled,
761
753
  .adm-picker-header-button-disabled:active {
762
- opacity: 0.4;
754
+ opacity: .4;
763
755
  cursor: not-allowed;
764
756
  }
765
757
 
766
758
  .adm-picker-header-title {
767
- padding: 8px 8px;
759
+ padding: 8px;
768
760
  font-size: var(--title-font-size);
769
761
  color: var(--adm-color-text);
770
762
  text-align: center;
@@ -776,7 +768,7 @@ div.adm-px-tester {
776
768
  width: 100%;
777
769
  }
778
770
 
779
- .adm-picker-body > .adm-picker-view {
771
+ .adm-picker-body>.adm-picker-view {
780
772
  --height: 100%;
781
773
  }
782
774
 
@@ -795,16 +787,16 @@ div.adm-px-tester {
795
787
  .adm-spin-loading-svg {
796
788
  width: 100%;
797
789
  height: 100%;
798
- animation: adm-spin-loading-rotate 0.8s infinite linear;
790
+ animation: adm-spin-loading-rotate .8s infinite linear;
799
791
  }
800
792
 
801
- .adm-spin-loading-svg > .adm-spin-loading-fill {
793
+ .adm-spin-loading-svg>.adm-spin-loading-fill {
802
794
  stroke: var(--color);
803
795
  }
804
796
 
805
797
  @keyframes adm-spin-loading-rotate {
806
- from {
807
- transform: rotate(0deg);
798
+ 0% {
799
+ transform: rotate(0);
808
800
  }
809
801
 
810
802
  to {
@@ -843,8 +835,8 @@ div.adm-px-tester {
843
835
  left: 0;
844
836
  }
845
837
 
846
- .adm-picker-view-column-wheel::before {
847
- content: ' ';
838
+ .adm-picker-view-column-wheel:before {
839
+ content: " ";
848
840
  display: block;
849
841
  position: absolute;
850
842
  width: 100%;
@@ -852,8 +844,8 @@ div.adm-px-tester {
852
844
  top: -100vh;
853
845
  }
854
846
 
855
- .adm-picker-view-column-wheel::after {
856
- content: ' ';
847
+ .adm-picker-view-column-wheel:after {
848
+ content: " ";
857
849
  display: block;
858
850
  position: absolute;
859
851
  width: 100%;
@@ -888,7 +880,7 @@ div.adm-px-tester {
888
880
  padding-bottom: 2px;
889
881
  }
890
882
 
891
- .adm-picker-view-column-accessible > * {
883
+ .adm-picker-view-column-accessible>* {
892
884
  flex: 1;
893
885
  text-overflow: ellipsis;
894
886
  }
@@ -931,14 +923,14 @@ div.adm-px-tester {
931
923
 
932
924
  .adm-picker-view-mask-top {
933
925
  background: var(--adm-color-background);
934
- -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
935
- mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
926
+ -webkit-mask: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);
927
+ mask: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);
936
928
  }
937
929
 
938
930
  .adm-picker-view-mask-bottom {
939
931
  background: var(--adm-color-background);
940
- -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
941
- mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
932
+ -webkit-mask: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);
933
+ mask: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);
942
934
  }
943
935
 
944
936
  .adm-picker-view-loading-content {
@@ -970,7 +962,7 @@ div.adm-px-tester {
970
962
  overflow-y: auto;
971
963
  }
972
964
 
973
- .adm-cascader-view-content > .adm-check-list {
965
+ .adm-cascader-view-content>.adm-check-list {
974
966
  --border-inner: none;
975
967
  --border-bottom: none;
976
968
  --border-top: none;
@@ -1061,7 +1053,7 @@ div.adm-px-tester {
1061
1053
  }
1062
1054
 
1063
1055
  .adm-tabs-tab-disabled {
1064
- opacity: 0.5;
1056
+ opacity: .5;
1065
1057
  cursor: not-allowed;
1066
1058
  }
1067
1059
 
@@ -1089,12 +1081,12 @@ div.adm-px-tester {
1089
1081
 
1090
1082
  .adm-tabs-header-mask-left {
1091
1083
  left: 0;
1092
- background: linear-gradient(to right, var(--adm-color-background), rgba(255, 255, 255, 0));
1084
+ background: linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0));
1093
1085
  }
1094
1086
 
1095
1087
  .adm-tabs-header-mask-right {
1096
1088
  right: 0;
1097
- background: linear-gradient(to left, var(--adm-color-background), rgba(255, 255, 255, 0));
1089
+ background: linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0));
1098
1090
  }
1099
1091
 
1100
1092
  .adm-check-list-item-extra {
@@ -1109,7 +1101,7 @@ div.adm-px-tester {
1109
1101
 
1110
1102
  .adm-list {
1111
1103
  --header-font-size: var(--adm-font-size-7);
1112
- --prefix-width: 'auto';
1104
+ --prefix-width: "auto";
1113
1105
  --prefix-padding-right: 24px;
1114
1106
  --align-items: center;
1115
1107
  --active-background-color: var(--adm-color-border);
@@ -1209,8 +1201,8 @@ div.adm-px-tester {
1209
1201
  cursor: not-allowed;
1210
1202
  }
1211
1203
 
1212
- .adm-list-item-disabled.adm-list-item-disabled > .adm-list-item-content > * {
1213
- opacity: 0.4;
1204
+ .adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>* {
1205
+ opacity: .4;
1214
1206
  pointer-events: none;
1215
1207
  }
1216
1208
 
@@ -1218,8 +1210,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled) {
1218
1210
  background-color: var(--active-background-color);
1219
1211
  }
1220
1212
 
1221
- a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1222
- content: ' ';
1213
+ a.adm-list-item:active:not(.adm-list-item-disabled):after {
1214
+ content: " ";
1223
1215
  display: block;
1224
1216
  position: absolute;
1225
1217
  width: 100%;
@@ -1232,7 +1224,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1232
1224
  --width: 100%;
1233
1225
  --height: 0;
1234
1226
  --border-radius: 0;
1235
- background-color: rgba(190, 190, 190, 0.2);
1227
+ background-color: #bebebe33;
1236
1228
  border-radius: var(--border-radius);
1237
1229
  width: var(--width);
1238
1230
  height: var(--height);
@@ -1240,7 +1232,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1240
1232
  }
1241
1233
 
1242
1234
  .adm-skeleton.adm-skeleton-animated {
1243
- background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
1235
+ background: linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);
1244
1236
  background-size: 400% 100%;
1245
1237
  animation: adm-skeleton-loading 1.4s ease infinite;
1246
1238
  }
@@ -1269,7 +1261,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1269
1261
  background-position: 100% 50%;
1270
1262
  }
1271
1263
 
1272
- 100% {
1264
+ to {
1273
1265
  background-position: 0 50%;
1274
1266
  }
1275
1267
  }
@@ -1293,11 +1285,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1293
1285
  .adm-cascader-header-button {
1294
1286
  font-size: var(--adm-font-size-7);
1295
1287
  display: inline-block;
1296
- padding: 8px 8px;
1288
+ padding: 8px;
1297
1289
  }
1298
1290
 
1299
1291
  .adm-cascader-header-title {
1300
- padding: 8px 8px;
1292
+ padding: 8px;
1301
1293
  font-size: var(--adm-font-size-7);
1302
1294
  color: var(--adm-color-text);
1303
1295
  text-align: center;
@@ -1310,7 +1302,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1310
1302
  width: 100%;
1311
1303
  }
1312
1304
 
1313
- .adm-cascader-body > .adm-cascader-view {
1305
+ .adm-cascader-body>.adm-cascader-view {
1314
1306
  --height: 620px;
1315
1307
  }
1316
1308
 
@@ -1336,7 +1328,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1336
1328
  width: auto;
1337
1329
  min-width: var(--min-width);
1338
1330
  max-width: var(--max-width);
1339
- transform: translate(-50%, -50%);
1331
+ transform: translate(-50%,-50%);
1340
1332
  }
1341
1333
 
1342
1334
  .adm-center-popup-body {
@@ -1380,7 +1372,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1380
1372
  color: var(--adm-color-white);
1381
1373
  }
1382
1374
 
1383
- .adm-checkbox .adm-checkbox-icon > svg {
1375
+ .adm-checkbox .adm-checkbox-icon>svg {
1384
1376
  display: block;
1385
1377
  width: 100%;
1386
1378
  height: 100%;
@@ -1400,7 +1392,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1400
1392
  }
1401
1393
 
1402
1394
  .adm-checkbox.adm-checkbox-disabled .adm-checkbox-content {
1403
- opacity: 0.4;
1395
+ opacity: .4;
1404
1396
  }
1405
1397
 
1406
1398
  .adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon {
@@ -1429,8 +1421,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1429
1421
  }
1430
1422
 
1431
1423
  .adm-collapse-arrow {
1432
- transform: rotate(0deg);
1433
- transition: all ease 0.3s;
1424
+ transform: rotate(0);
1425
+ transition: all ease .3s;
1434
1426
  }
1435
1427
 
1436
1428
  .adm-collapse-arrow-active {
@@ -1461,11 +1453,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1461
1453
  flex-direction: column;
1462
1454
  }
1463
1455
 
1464
- .adm-dialog-body > * {
1456
+ .adm-dialog-body>* {
1465
1457
  flex: none;
1466
1458
  }
1467
1459
 
1468
- .adm-dialog-body > .adm-dialog-content {
1460
+ .adm-dialog-body>.adm-dialog-content {
1469
1461
  flex: auto;
1470
1462
  }
1471
1463
 
@@ -1486,7 +1478,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1486
1478
  .adm-dialog-title {
1487
1479
  margin-bottom: 16px;
1488
1480
  padding: 0 24px;
1489
- font-weight: bold;
1481
+ font-weight: 700;
1490
1482
  font-size: var(--adm-font-size-10);
1491
1483
  line-height: 50px;
1492
1484
  text-align: center;
@@ -1515,26 +1507,26 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1515
1507
  .adm-dialog-footer .adm-dialog-action-row {
1516
1508
  display: flex;
1517
1509
  align-items: stretch;
1518
- border-top: 1px solid var(--adm-color-border);
1510
+ border-top: .10px solid var(--adm-color-border);
1519
1511
  }
1520
1512
 
1521
- .adm-dialog-footer .adm-dialog-action-row > * {
1513
+ .adm-dialog-footer .adm-dialog-action-row>* {
1522
1514
  flex: 1;
1523
1515
  }
1524
1516
 
1525
- .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
1517
+ .adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button {
1526
1518
  padding: 20px;
1527
1519
  font-size: var(--adm-font-size-10);
1528
1520
  line-height: 50px;
1529
1521
  border-radius: 0;
1530
- border-right: solid 1px var(--adm-color-border);
1522
+ border-right: solid .10px var(--adm-color-border);
1531
1523
  }
1532
1524
 
1533
- .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button-bold {
1534
- font-weight: bold;
1525
+ .adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold {
1526
+ font-weight: 700;
1535
1527
  }
1536
1528
 
1537
- .adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button:last-child {
1529
+ .adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child {
1538
1530
  border-right: none;
1539
1531
  }
1540
1532
 
@@ -1564,13 +1556,13 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1564
1556
  min-width: 48px;
1565
1557
  }
1566
1558
 
1567
- .adm-image-tip > svg {
1559
+ .adm-image-tip>svg {
1568
1560
  width: 48px;
1569
1561
  height: 48px;
1570
1562
  position: absolute;
1571
1563
  left: 50%;
1572
1564
  top: 50%;
1573
- transform: translate(-50%, -50%);
1565
+ transform: translate(-50%,-50%);
1574
1566
  color: var(--adm-color-weak);
1575
1567
  }
1576
1568
 
@@ -1585,19 +1577,19 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1585
1577
  font-size: 28px;
1586
1578
  }
1587
1579
 
1588
- .adm-divider-left.adm-divider-horizontal::before {
1580
+ .adm-divider-left.adm-divider-horizontal:before {
1589
1581
  max-width: 10%;
1590
1582
  }
1591
1583
 
1592
- .adm-divider-right.adm-divider-horizontal::after {
1584
+ .adm-divider-right.adm-divider-horizontal:after {
1593
1585
  max-width: 10%;
1594
1586
  }
1595
1587
 
1596
- .adm-divider-horizontal::after,
1597
- .adm-divider-horizontal::before {
1588
+ .adm-divider-horizontal:after,
1589
+ .adm-divider-horizontal:before {
1598
1590
  flex: auto;
1599
1591
  display: block;
1600
- content: '';
1592
+ content: "";
1601
1593
  border-style: inherit;
1602
1594
  border-color: inherit;
1603
1595
  border-width: 2px 0 0;
@@ -1610,9 +1602,9 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1610
1602
 
1611
1603
  .adm-divider-vertical {
1612
1604
  position: relative;
1613
- top: -0.06em;
1605
+ top: -.06em;
1614
1606
  display: inline-block;
1615
- height: 0.9em;
1607
+ height: .9em;
1616
1608
  margin: 0 32px;
1617
1609
  vertical-align: middle;
1618
1610
  border-top: 0;
@@ -1659,8 +1651,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1659
1651
  .adm-dropdown-item .adm-dropdown-item-title-arrow {
1660
1652
  color: var(--adm-color-light);
1661
1653
  font-size: 18px;
1662
- transform: rotate(0deg) translateY(2px);
1663
- transition: all ease 0.2s;
1654
+ transform: rotate(0) translateY(2px);
1655
+ transition: all ease .2s;
1664
1656
  }
1665
1657
 
1666
1658
  .adm-dropdown-item .adm-dropdown-item-title-arrow-active {
@@ -1668,7 +1660,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1668
1660
  }
1669
1661
 
1670
1662
  .adm-dropdown-item .adm-dropdown-item-title:active {
1671
- opacity: 0.7;
1663
+ opacity: .7;
1672
1664
  }
1673
1665
 
1674
1666
  .adm-dropdown-item-highlight {
@@ -1698,10 +1690,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1698
1690
  left: 0;
1699
1691
  }
1700
1692
 
1701
- .adm-dropdown-popup .adm-dropdown-popup-mask {
1702
- position: absolute;
1703
- }
1704
-
1693
+ .adm-dropdown-popup .adm-dropdown-popup-mask,
1705
1694
  .adm-dropdown-popup .adm-dropdown-popup-body {
1706
1695
  position: absolute;
1707
1696
  }
@@ -1837,7 +1826,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1837
1826
  align-items: center;
1838
1827
  overflow: hidden;
1839
1828
  cursor: pointer;
1840
- transition: opacity ease 0.15s;
1829
+ transition: opacity ease .15s;
1841
1830
  -webkit-user-select: none;
1842
1831
  user-select: none;
1843
1832
  touch-action: none;
@@ -1871,8 +1860,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1871
1860
  background: transparent;
1872
1861
  }
1873
1862
 
1874
- .adm-floating-panel::after {
1875
- content: '';
1863
+ .adm-floating-panel:after {
1864
+ content: "";
1876
1865
  display: block;
1877
1866
  position: absolute;
1878
1867
  bottom: -100vh;
@@ -1935,7 +1924,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1935
1924
  color: #1677ff;
1936
1925
  }
1937
1926
 
1938
- .adm-form-item + .adm-form-item {
1927
+ .adm-form-item+.adm-form-item {
1939
1928
  border-top: none;
1940
1929
  }
1941
1930
 
@@ -1950,9 +1939,9 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1950
1939
 
1951
1940
  .adm-form-item-label .adm-form-item-required-asterisk {
1952
1941
  position: absolute;
1953
- left: -0.6em;
1942
+ left: -.6em;
1954
1943
  top: 0;
1955
- font-family: SimSun, sans-serif;
1944
+ font-family: SimSun,sans-serif;
1956
1945
  color: var(--adm-color-danger);
1957
1946
  -webkit-user-select: none;
1958
1947
  user-select: none;
@@ -1976,7 +1965,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1976
1965
  justify-content: normal;
1977
1966
  }
1978
1967
 
1979
- .adm-form-item-child-position-normal > * {
1968
+ .adm-form-item-child-position-normal>* {
1980
1969
  flex: auto;
1981
1970
  }
1982
1971
 
@@ -1984,7 +1973,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1984
1973
  justify-content: flex-end;
1985
1974
  }
1986
1975
 
1987
- .adm-form-item-child-position-right > * {
1976
+ .adm-form-item-child-position-right>* {
1988
1977
  flex: none;
1989
1978
  }
1990
1979
 
@@ -2026,7 +2015,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2026
2015
  --background: #ffffff;
2027
2016
  --arrow-size: 16px;
2028
2017
  --content-padding: 16px 24px;
2029
- color: #333333;
2018
+ color: #333;
2030
2019
  position: absolute;
2031
2020
  top: 0;
2032
2021
  left: 0;
@@ -2040,19 +2029,19 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2040
2029
  }
2041
2030
 
2042
2031
  .adm-popover.adm-popover-dark {
2043
- --background: rgba(0, 0, 0, 0.75);
2032
+ --background: rgba(0, 0, 0, .75);
2044
2033
  --adm-color-text: #ffffff;
2045
- color: #ffffff;
2034
+ color: #fff;
2046
2035
  }
2047
2036
 
2048
2037
  .adm-popover.adm-popover-dark .adm-popover-inner {
2049
2038
  box-shadow: none;
2050
2039
  }
2051
2040
 
2052
- .adm-popover::after {
2041
+ .adm-popover:after {
2053
2042
  position: absolute;
2054
- background: rgba(255, 255, 255, 0.01);
2055
- content: '';
2043
+ background: rgba(255,255,255,.01);
2044
+ content: "";
2056
2045
  }
2057
2046
 
2058
2047
  .adm-popover-hidden {
@@ -2063,7 +2052,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2063
2052
  background-color: var(--background);
2064
2053
  background-clip: padding-box;
2065
2054
  border-radius: 16px;
2066
- box-shadow: 0 0 60px 0 rgba(51, 51, 51, 0.2);
2055
+ box-shadow: 0 0 60px #3333;
2067
2056
  font-size: var(--adm-font-size-7);
2068
2057
  width: -webkit-max-content;
2069
2058
  width: max-content;
@@ -2092,7 +2081,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2092
2081
  position: absolute;
2093
2082
  top: 50%;
2094
2083
  left: 50%;
2095
- transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
2084
+ transform: translate(-50%,-50%) rotate(var(--arrow-icon-rotate));
2096
2085
  }
2097
2086
 
2098
2087
  .adm-popover .adm-popover-arrow {
@@ -2140,16 +2129,16 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2140
2129
  cursor: not-allowed;
2141
2130
  }
2142
2131
 
2143
- .adm-popover-menu-item-disabled > * {
2144
- opacity: 0.4;
2132
+ .adm-popover-menu-item-disabled>* {
2133
+ opacity: .4;
2145
2134
  }
2146
2135
 
2147
2136
  .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
2148
2137
  background-color: var(--border-color);
2149
2138
  }
2150
2139
 
2151
- .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
2152
- content: ' ';
2140
+ .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after {
2141
+ content: " ";
2153
2142
  display: block;
2154
2143
  position: absolute;
2155
2144
  width: 100%;
@@ -2160,7 +2149,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2160
2149
 
2161
2150
  .adm-popover.adm-popover-dark.adm-popover-menu {
2162
2151
  --border-color: #333333;
2163
- --background: rgba(0, 0, 0, 0.9);
2152
+ --background: rgba(0, 0, 0, .9);
2164
2153
  }
2165
2154
 
2166
2155
  .adm-grid {
@@ -2172,7 +2161,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2172
2161
  -webkit-column-gap: var(--gap-horizontal);
2173
2162
  column-gap: var(--gap-horizontal);
2174
2163
  row-gap: var(--gap-vertical);
2175
- grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
2164
+ grid-template-columns: repeat(var(--columns),minmax(0,1fr));
2176
2165
  align-items: stretch;
2177
2166
  }
2178
2167
 
@@ -2209,7 +2198,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2209
2198
  white-space: nowrap;
2210
2199
  }
2211
2200
 
2212
- .adm-image-viewer-slides-inner > * {
2201
+ .adm-image-viewer-slides-inner>* {
2213
2202
  margin-right: 32px;
2214
2203
  }
2215
2204
 
@@ -2251,7 +2240,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2251
2240
  z-index: 2;
2252
2241
  left: 50%;
2253
2242
  top: 24px;
2254
- transform: translateX(-50%);
2243
+ transform: translate(-50%);
2255
2244
  color: #e6e6e6;
2256
2245
  font-size: var(--adm-font-size-6);
2257
2246
  }
@@ -2271,11 +2260,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2271
2260
  flex-direction: column;
2272
2261
  }
2273
2262
 
2274
- .adm-space-vertical > .adm-space-item {
2263
+ .adm-space-vertical>.adm-space-item {
2275
2264
  margin-bottom: var(--gap-vertical);
2276
2265
  }
2277
2266
 
2278
- .adm-space-vertical > .adm-space-item:last-child {
2267
+ .adm-space-vertical>.adm-space-item:last-child {
2279
2268
  margin-bottom: 0;
2280
2269
  }
2281
2270
 
@@ -2283,11 +2272,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2283
2272
  flex-direction: row;
2284
2273
  }
2285
2274
 
2286
- .adm-space-horizontal > .adm-space-item {
2275
+ .adm-space-horizontal>.adm-space-item {
2287
2276
  margin-right: var(--gap-horizontal);
2288
2277
  }
2289
2278
 
2290
- .adm-space-horizontal > .adm-space-item:last-child {
2279
+ .adm-space-horizontal>.adm-space-item:last-child {
2291
2280
  margin-right: 0;
2292
2281
  }
2293
2282
 
@@ -2296,7 +2285,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2296
2285
  margin-bottom: calc(var(--gap-vertical) * -1);
2297
2286
  }
2298
2287
 
2299
- .adm-space-horizontal.adm-space-wrap > .adm-space-item {
2288
+ .adm-space-horizontal.adm-space-wrap>.adm-space-item {
2300
2289
  padding-bottom: var(--gap-vertical);
2301
2290
  }
2302
2291
 
@@ -2375,7 +2364,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2375
2364
  right: 0;
2376
2365
  width: 28px;
2377
2366
  height: 28px;
2378
- background-color: rgba(0, 0, 0, 0.7);
2367
+ background-color: #000000b3;
2379
2368
  border-radius: 0 0 0 24px;
2380
2369
  font-size: 16px;
2381
2370
  color: var(--adm-color-white);
@@ -2395,7 +2384,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2395
2384
  bottom: 0;
2396
2385
  left: 0;
2397
2386
  color: var(--adm-color-white);
2398
- background-color: rgba(50, 50, 51, 0.88);
2387
+ background-color: #323233e0;
2399
2388
  }
2400
2389
 
2401
2390
  .adm-image-uploader-cell-loading {
@@ -2431,7 +2420,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2431
2420
  }
2432
2421
 
2433
2422
  .adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button-icon {
2434
- color: #999999;
2423
+ color: #999;
2435
2424
  font-size: 64px;
2436
2425
  }
2437
2426
 
@@ -2513,7 +2502,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2513
2502
  padding: 0 24px;
2514
2503
  }
2515
2504
 
2516
- .adm-index-bar-sidebar-row > * {
2505
+ .adm-index-bar-sidebar-row>* {
2517
2506
  pointer-events: none;
2518
2507
  }
2519
2508
 
@@ -2575,7 +2564,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2575
2564
  }
2576
2565
 
2577
2566
  .adm-input-disabled {
2578
- opacity: 0.4;
2567
+ opacity: .4;
2579
2568
  cursor: not-allowed;
2580
2569
  }
2581
2570
 
@@ -2642,13 +2631,13 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2642
2631
  opacity: 1;
2643
2632
  }
2644
2633
 
2645
- .adm-input-element[type='date'],
2646
- .adm-input-element[type='time'],
2647
- .adm-input-element[type='datetime-local'] {
2634
+ .adm-input-element[type=date],
2635
+ .adm-input-element[type=time],
2636
+ .adm-input-element[type=datetime-local] {
2648
2637
  min-height: 1.5em;
2649
2638
  }
2650
2639
 
2651
- .adm-input-element[type='search'] {
2640
+ .adm-input-element[type=search] {
2652
2641
  -webkit-appearance: none;
2653
2642
  }
2654
2643
 
@@ -2744,7 +2733,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2744
2733
  }
2745
2734
 
2746
2735
  .adm-jumbo-tabs-tab-disabled {
2747
- opacity: 0.5;
2736
+ opacity: .5;
2748
2737
  cursor: not-allowed;
2749
2738
  }
2750
2739
 
@@ -2770,11 +2759,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2770
2759
  flex-direction: column;
2771
2760
  }
2772
2761
 
2773
- .adm-modal-body > * {
2762
+ .adm-modal-body>* {
2774
2763
  flex: none;
2775
2764
  }
2776
2765
 
2777
- .adm-modal-body > .adm-modal-content {
2766
+ .adm-modal-body>.adm-modal-content {
2778
2767
  flex: auto;
2779
2768
  }
2780
2769
 
@@ -2796,7 +2785,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2796
2785
  .adm-modal-title {
2797
2786
  margin-bottom: 16px;
2798
2787
  padding: 0 24px;
2799
- font-weight: bold;
2788
+ font-weight: 700;
2800
2789
  font-size: var(--adm-font-size-10);
2801
2790
  line-height: 50px;
2802
2791
  text-align: center;
@@ -2837,12 +2826,12 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2837
2826
  padding-bottom: 0;
2838
2827
  }
2839
2828
 
2840
- .adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary)::before {
2829
+ .adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before {
2841
2830
  display: none;
2842
2831
  }
2843
2832
 
2844
2833
  .adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active {
2845
- opacity: 0.7;
2834
+ opacity: .7;
2846
2835
  }
2847
2836
 
2848
2837
  .adm-nav-bar {
@@ -2921,7 +2910,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2921
2910
  color: var(--text-color);
2922
2911
  }
2923
2912
 
2924
- .adm-notice-bar > span[role='img'] {
2913
+ .adm-notice-bar>span[role=img] {
2925
2914
  color: var(--text-color);
2926
2915
  }
2927
2916
 
@@ -2990,7 +2979,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2990
2979
  flex: 1;
2991
2980
  }
2992
2981
 
2993
- .adm-number-keyboard-main.confirmed-style .sign-key {
2982
+ .adm-number-keyboard-main.adm-number-keyboard-main-confirmed-style .adm-number-keyboard-key-sign {
2994
2983
  background-color: var(--adm-color-white);
2995
2984
  }
2996
2985
 
@@ -3026,11 +3015,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3026
3015
  font-size: 32px;
3027
3016
  }
3028
3017
 
3029
- .adm-number-keyboard-header.with-title {
3018
+ .adm-number-keyboard-header.adm-number-keyboard-header-with-title {
3030
3019
  justify-content: space-between;
3031
3020
  }
3032
3021
 
3033
- .adm-number-keyboard-header.with-title .adm-number-keyboard-header-close-button {
3022
+ .adm-number-keyboard-header.adm-number-keyboard-header-with-title .adm-number-keyboard-header-close-button {
3034
3023
  padding-right: 0;
3035
3024
  }
3036
3025
 
@@ -3067,7 +3056,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3067
3056
  border-right: none;
3068
3057
  }
3069
3058
 
3070
- .adm-number-keyboard-key::before {
3059
+ .adm-number-keyboard-key:before {
3071
3060
  position: absolute;
3072
3061
  top: 50%;
3073
3062
  left: 50%;
@@ -3077,36 +3066,36 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3077
3066
  border: inherit;
3078
3067
  border-color: #000;
3079
3068
  border-radius: inherit;
3080
- transform: translate(-50%, -50%);
3069
+ transform: translate(-50%,-50%);
3081
3070
  opacity: 0;
3082
- content: ' ';
3071
+ content: " ";
3083
3072
  box-sizing: content-box;
3084
3073
  }
3085
3074
 
3086
- .adm-number-keyboard-key.mid-key {
3075
+ .adm-number-keyboard-key.adm-number-keyboard-key-mid {
3087
3076
  flex-basis: 66.67%;
3088
3077
  }
3089
3078
 
3090
- .adm-number-keyboard-key.sign-key:active::before {
3091
- opacity: 0.1;
3079
+ .adm-number-keyboard-key.adm-number-keyboard-key-sign:active:before {
3080
+ opacity: .1;
3092
3081
  }
3093
3082
 
3094
- .adm-number-keyboard-key.extra-key {
3083
+ .adm-number-keyboard-key.adm-number-keyboard-key-extra {
3095
3084
  border-left: solid 2px var(--adm-color-border);
3096
3085
  border-right: none;
3097
3086
  }
3098
3087
 
3099
- .adm-number-keyboard-key.extra-key,
3100
- .adm-number-keyboard-key.number-key {
3088
+ .adm-number-keyboard-key.adm-number-keyboard-key-extra,
3089
+ .adm-number-keyboard-key.adm-number-keyboard-key-number {
3101
3090
  background-color: var(--adm-color-background);
3102
3091
  }
3103
3092
 
3104
- .adm-number-keyboard-key.extra-key:active::before,
3105
- .adm-number-keyboard-key.number-key:active::before {
3106
- opacity: 0.1;
3093
+ .adm-number-keyboard-key.adm-number-keyboard-key-extra:active:before,
3094
+ .adm-number-keyboard-key.adm-number-keyboard-key-number:active:before {
3095
+ opacity: .1;
3107
3096
  }
3108
3097
 
3109
- .adm-number-keyboard-key.ok-key {
3098
+ .adm-number-keyboard-key.adm-number-keyboard-key-ok {
3110
3099
  background-color: var(--adm-color-primary);
3111
3100
  color: var(--adm-color-white);
3112
3101
  height: 288px;
@@ -3114,14 +3103,10 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3114
3103
  border: none;
3115
3104
  }
3116
3105
 
3117
- .adm-number-keyboard-bs-key {
3118
- height: 40px;
3119
- }
3120
-
3121
3106
  .adm-page-indicator {
3122
3107
  display: flex;
3123
3108
  width: auto;
3124
- --dot-color: rgba(0, 0, 0, 0.2);
3109
+ --dot-color: rgba(0, 0, 0, .2);
3125
3110
  --active-dot-color: var(--adm-color-primary);
3126
3111
  --dot-size: 6px;
3127
3112
  --active-dot-size: 26px;
@@ -3202,65 +3187,65 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3202
3187
  background: var(--adm-color-background);
3203
3188
  }
3204
3189
 
3205
- .adm-passcode-input:not(.seperated) {
3190
+ .adm-passcode-input:not(.adm-passcode-input-seperated) {
3206
3191
  border-radius: var(--border-radius);
3207
3192
  overflow: hidden;
3208
3193
  border: 2px solid var(--border-color);
3209
3194
  }
3210
3195
 
3211
- .adm-passcode-input:not(.seperated) .adm-passcode-input-cell:not(:last-child) {
3196
+ .adm-passcode-input:not(.adm-passcode-input-seperated) .adm-passcode-input-cell:not(:last-child) {
3212
3197
  border-right: 2px solid var(--border-color);
3213
3198
  }
3214
3199
 
3215
- .adm-passcode-input:not(.seperated).focused {
3200
+ .adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-focused {
3216
3201
  border-color: var(--adm-color-primary);
3217
3202
  box-shadow: 0 0 4px 0 var(--adm-color-primary);
3218
3203
  outline: none;
3219
3204
  }
3220
3205
 
3221
- .adm-passcode-input:not(.seperated).error {
3206
+ .adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-error {
3222
3207
  border-color: var(--adm-color-danger);
3223
3208
  box-shadow: 0 0 4px 0 var(--adm-color-danger);
3224
- animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
3209
+ animation: .1s ease-in-out 0s 3 normal none running adm-shake-horizontal;
3225
3210
  }
3226
3211
 
3227
- .adm-passcode-input.seperated .adm-passcode-input-cell {
3212
+ .adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell {
3228
3213
  border-radius: var(--border-radius);
3229
3214
  border: 2px solid var(--border-color);
3230
3215
  }
3231
3216
 
3232
- .adm-passcode-input.seperated .adm-passcode-input-cell:not(:last-child) {
3217
+ .adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell:not(:last-child) {
3233
3218
  margin-right: var(--cell-gap);
3234
3219
  }
3235
3220
 
3236
- .adm-passcode-input.seperated .adm-passcode-input-cell.focused {
3221
+ .adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell-focused {
3237
3222
  border-color: var(--adm-color-primary);
3238
3223
  box-shadow: 0 0 4px 0 var(--adm-color-primary);
3239
3224
  }
3240
3225
 
3241
- .adm-passcode-input.seperated.focused {
3226
+ .adm-passcode-input-seperated.adm-passcode-input-focused {
3242
3227
  outline: none;
3243
3228
  }
3244
3229
 
3245
- .adm-passcode-input.seperated.error {
3246
- animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
3230
+ .adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error {
3231
+ animation: .1s ease-in-out 0s 3 normal none running adm-shake-horizontal;
3247
3232
  }
3248
3233
 
3249
- .adm-passcode-input.seperated.error .adm-passcode-input-cell {
3234
+ .adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error .adm-passcode-input-cell {
3250
3235
  border-color: var(--adm-color-danger);
3251
3236
  box-shadow: 0 0 4px 0 var(--adm-color-danger);
3252
3237
  }
3253
3238
 
3254
- .adm-passcode-input-cell.dot::before {
3255
- content: '';
3239
+ .adm-passcode-input-cell-dot:before {
3240
+ content: "";
3256
3241
  width: var(--dot-size);
3257
3242
  height: var(--dot-size);
3258
3243
  border-radius: 50%;
3259
3244
  background: var(--adm-color-text);
3260
3245
  }
3261
3246
 
3262
- .adm-passcode-input-cell.caret::after {
3263
- content: '';
3247
+ .adm-passcode-input-cell-caret:after {
3248
+ content: "";
3264
3249
  width: 4px;
3265
3250
  height: 1.1em;
3266
3251
  margin-left: 2px;
@@ -3268,77 +3253,59 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3268
3253
  animation: 1s linear infinite adm-caret-blink;
3269
3254
  }
3270
3255
 
3271
- .adm-passcode-input > .adm-passcode-input-native-input {
3256
+ .adm-passcode-input>.adm-passcode-input-native-input {
3272
3257
  position: absolute;
3273
3258
  left: -200vw;
3274
3259
  top: 0;
3275
3260
  display: block;
3276
3261
  width: 100px;
3277
3262
  height: 40px;
3278
- opacity: 0.5;
3263
+ opacity: .5;
3279
3264
  }
3280
3265
 
3281
3266
  @keyframes adm-shake-horizontal {
3282
3267
  0% {
3283
- transform: translateX(0);
3268
+ transform: translate(0);
3284
3269
  }
3285
3270
 
3286
3271
  10% {
3287
- transform: translateX(-8px);
3272
+ transform: translate(-8px);
3288
3273
  }
3289
3274
 
3290
3275
  20% {
3291
- transform: translateX(10px);
3276
+ transform: translate(10px);
3292
3277
  }
3293
3278
 
3294
3279
  30% {
3295
- transform: translateX(-2px);
3280
+ transform: translate(-2px);
3296
3281
  }
3297
3282
 
3298
3283
  40% {
3299
- transform: translateX(16px);
3284
+ transform: translate(16px);
3300
3285
  }
3301
3286
 
3302
3287
  50% {
3303
- transform: translateX(0);
3288
+ transform: translate(0);
3304
3289
  }
3305
3290
 
3306
3291
  60% {
3307
- transform: translateX(-16px);
3292
+ transform: translate(-16px);
3308
3293
  }
3309
3294
 
3310
3295
  70% {
3311
- transform: translateX(2px);
3296
+ transform: translate(2px);
3312
3297
  }
3313
3298
 
3314
3299
  80% {
3315
- transform: translateX(-10px);
3300
+ transform: translate(-10px);
3316
3301
  }
3317
3302
 
3318
3303
  90% {
3319
- transform: translateX(8px);
3320
- }
3321
-
3322
- 100% {
3323
- transform: translateX(0);
3324
- }
3325
- }
3326
-
3327
- @keyframes adm-caret-blink {
3328
- from {
3329
- opacity: 1;
3330
- }
3331
-
3332
- 60% {
3333
- opacity: 1;
3334
- }
3335
-
3336
- 80% {
3337
- opacity: 0;
3304
+ transform: translate(8px);
3338
3305
  }
3339
3306
 
3340
3307
  to {
3341
- opacity: 0;
3308
+ transform: translate(0);
3342
3309
  }
3343
3310
  }
3344
3311
 
@@ -3359,7 +3326,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3359
3326
  }
3360
3327
 
3361
3328
  .adm-progress-bar-fill {
3362
- transition: width 0.3s;
3329
+ transition: width .3s;
3363
3330
  background: var(--fill-color);
3364
3331
  height: var(--track-width);
3365
3332
  }
@@ -3368,7 +3335,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3368
3335
  flex: none;
3369
3336
  width: calc(var(--text-width) + 16px);
3370
3337
  padding-left: 16px;
3371
- color: #999999;
3338
+ color: #999;
3372
3339
  }
3373
3340
 
3374
3341
  .adm-progress-bar-rounded .adm-progress-bar-trail,
@@ -3376,8 +3343,6 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3376
3343
  border-radius: var(--track-width);
3377
3344
  }
3378
3345
 
3379
- /*进度圈*/
3380
-
3381
3346
  .adm-progress-circle {
3382
3347
  --track-width: var(--adm-progress-circle-track-width, 6px);
3383
3348
  --size: var(--adm-progress-circle-size, 100px);
@@ -3397,7 +3362,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3397
3362
  height: 100%;
3398
3363
  }
3399
3364
 
3400
- .adm-progress-circle-svg > .adm-progress-circle-track,
3365
+ .adm-progress-circle-svg>.adm-progress-circle-track,
3401
3366
  .adm-progress-circle-svg .adm-progress-circle-fill {
3402
3367
  stroke-width: var(--track-width);
3403
3368
  r: var(--radius);
@@ -3407,12 +3372,12 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3407
3372
  transform-origin: 50% 50%;
3408
3373
  }
3409
3374
 
3410
- .adm-progress-circle-svg > .adm-progress-circle-track {
3375
+ .adm-progress-circle-svg>.adm-progress-circle-track {
3411
3376
  stroke: var(--track-color);
3412
3377
  }
3413
3378
 
3414
- .adm-progress-circle-svg > .adm-progress-circle-fill {
3415
- transition: stroke-dashoffset 0.35s;
3379
+ .adm-progress-circle-svg>.adm-progress-circle-fill {
3380
+ transition: stroke-dashoffset .35s;
3416
3381
  stroke: var(--fill-color);
3417
3382
  stroke-dasharray: var(--circumference);
3418
3383
  stroke-dashoffset: calc(var(--circumference) * (1 - var(--percent) / 100));
@@ -3432,7 +3397,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3432
3397
  top: 50%;
3433
3398
  left: 50%;
3434
3399
  text-align: center;
3435
- transform: translate(-50%, -50%);
3400
+ transform: translate(-50%,-50%);
3436
3401
  }
3437
3402
 
3438
3403
  .adm-pull-to-refresh-head {
@@ -3476,7 +3441,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3476
3441
  color: var(--adm-color-white);
3477
3442
  }
3478
3443
 
3479
- .adm-radio .adm-radio-icon > svg {
3444
+ .adm-radio .adm-radio-icon>svg {
3480
3445
  display: block;
3481
3446
  width: 100%;
3482
3447
  height: 100%;
@@ -3496,7 +3461,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3496
3461
  }
3497
3462
 
3498
3463
  .adm-radio.adm-radio-disabled .adm-radio-content {
3499
- opacity: 0.4;
3464
+ opacity: .4;
3500
3465
  }
3501
3466
 
3502
3467
  .adm-radio.adm-radio-disabled .adm-radio-icon {
@@ -3527,7 +3492,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3527
3492
  }
3528
3493
 
3529
3494
  .adm-rate-star {
3530
- padding: 0.125em;
3495
+ padding: .125em;
3531
3496
  line-height: var(--star-size);
3532
3497
  font-size: var(--star-size);
3533
3498
  color: var(--inactive-color);
@@ -3562,7 +3527,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3562
3527
  box-sizing: border-box;
3563
3528
  width: 128px;
3564
3529
  height: 128px;
3565
- margin: 0 auto 40px auto;
3530
+ margin: 0 auto 40px;
3566
3531
  padding: 12px;
3567
3532
  }
3568
3533
 
@@ -3730,7 +3695,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3730
3695
  border-right: solid 20px var(--adm-color-primary);
3731
3696
  }
3732
3697
 
3733
- .adm-selector-item .adm-selector-check-mark-wrapper > svg {
3698
+ .adm-selector-item .adm-selector-check-mark-wrapper>svg {
3734
3699
  position: absolute;
3735
3700
  left: 0;
3736
3701
  top: 0;
@@ -3740,7 +3705,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3740
3705
 
3741
3706
  .adm-selector-item-disabled {
3742
3707
  cursor: not-allowed;
3743
- opacity: 0.4;
3708
+ opacity: .4;
3744
3709
  }
3745
3710
 
3746
3711
  .adm-side-bar {
@@ -3823,7 +3788,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3823
3788
  }
3824
3789
 
3825
3790
  .adm-side-bar-item-disabled .adm-side-bar-item-title {
3826
- opacity: 0.4;
3791
+ opacity: .4;
3827
3792
  }
3828
3793
 
3829
3794
  .adm-side-bar-badge.adm-badge {
@@ -3887,7 +3852,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3887
3852
  text-align: center;
3888
3853
  line-height: 56px;
3889
3854
  background: var(--adm-color-white);
3890
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
3855
+ box-shadow: 0 4px 10px #0000001f;
3891
3856
  color: var(--fill-color);
3892
3857
  }
3893
3858
 
@@ -3913,7 +3878,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3913
3878
  height: 64px;
3914
3879
  border-radius: 50%;
3915
3880
  top: 50%;
3916
- transform: translate(-50%, -50%);
3881
+ transform: translate(-50%,-50%);
3917
3882
  }
3918
3883
 
3919
3884
  .adm-slider-mark {
@@ -3934,11 +3899,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3934
3899
  word-break: keep-all;
3935
3900
  -webkit-user-select: none;
3936
3901
  user-select: none;
3937
- transform: translateX(-50%);
3902
+ transform: translate(-50%);
3938
3903
  }
3939
3904
 
3940
3905
  .adm-slider-disabled {
3941
- opacity: 0.4;
3906
+ opacity: .4;
3942
3907
  }
3943
3908
 
3944
3909
  .adm-slider-disabled .adm-slider-thumb {
@@ -4014,13 +3979,10 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4014
3979
  position: absolute;
4015
3980
  top: 50%;
4016
3981
  left: 50%;
4017
- transform: translate(-50%, -50%);
4018
- }
4019
-
4020
- .adm-stepper-minus {
4021
- border-radius: 0;
3982
+ transform: translate(-50%,-50%);
4022
3983
  }
4023
3984
 
3985
+ .adm-stepper-minus,
4024
3986
  .adm-stepper-plus {
4025
3987
  border-radius: 0;
4026
3988
  }
@@ -4034,8 +3996,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4034
3996
  position: relative;
4035
3997
  }
4036
3998
 
4037
- .adm-step .adm-step-indicator::after {
4038
- content: '';
3999
+ .adm-step .adm-step-indicator:after {
4000
+ content: "";
4039
4001
  position: absolute;
4040
4002
  z-index: 0;
4041
4003
  background-color: var(--line-to-next-color);
@@ -4048,11 +4010,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4048
4010
  color: var(--icon-color);
4049
4011
  }
4050
4012
 
4051
- .adm-step .adm-step-indicator .adm-step-icon-container > .antd-mobile-icon {
4013
+ .adm-step .adm-step-indicator .adm-step-icon-container>.antd-mobile-icon {
4052
4014
  display: block;
4053
4015
  }
4054
4016
 
4055
- .adm-step:last-child .adm-step-indicator::after {
4017
+ .adm-step:last-child .adm-step-indicator:after {
4056
4018
  display: none;
4057
4019
  }
4058
4020
 
@@ -4112,7 +4074,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4112
4074
  height: 48px;
4113
4075
  }
4114
4076
 
4115
- .adm-steps-horizontal .adm-step .adm-step-indicator::after {
4077
+ .adm-steps-horizontal .adm-step .adm-step-indicator:after {
4116
4078
  left: 50%;
4117
4079
  top: 50%;
4118
4080
  height: 2px;
@@ -4123,7 +4085,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4123
4085
  .adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container {
4124
4086
  left: 50%;
4125
4087
  top: 50%;
4126
- transform: translate(-50%, -50%);
4088
+ transform: translate(-50%,-50%);
4127
4089
  }
4128
4090
 
4129
4091
  .adm-steps-horizontal .adm-step-content {
@@ -4156,18 +4118,18 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4156
4118
  margin-right: var(--indicator-margin-right);
4157
4119
  }
4158
4120
 
4159
- .adm-steps-vertical .adm-step .adm-step-indicator::after {
4121
+ .adm-steps-vertical .adm-step .adm-step-indicator:after {
4160
4122
  left: 50%;
4161
4123
  top: calc(var(--title-font-size) * 1.5 / 2);
4162
4124
  width: 2px;
4163
- transform: translateX(-50%);
4125
+ transform: translate(-50%);
4164
4126
  height: 100%;
4165
4127
  }
4166
4128
 
4167
4129
  .adm-steps-vertical .adm-step .adm-step-indicator .adm-step-icon-container {
4168
4130
  top: calc(var(--title-font-size) * 1.5 / 2);
4169
4131
  left: 50%;
4170
- transform: translate(-50%, -50%);
4132
+ transform: translate(-50%,-50%);
4171
4133
  }
4172
4134
 
4173
4135
  .adm-steps-vertical .adm-step:last-child .adm-step-content {
@@ -4306,11 +4268,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4306
4268
  position: absolute;
4307
4269
  bottom: 12px;
4308
4270
  left: 50%;
4309
- transform: translateX(-50%);
4271
+ transform: translate(-50%);
4310
4272
  }
4311
4273
 
4312
4274
  .adm-swiper-horizontal .adm-swiper-track {
4313
- transform: translateX(var(--track-offset));
4275
+ transform: translate(var(--track-offset));
4314
4276
  }
4315
4277
 
4316
4278
  .adm-swiper-horizontal .adm-swiper-track-inner {
@@ -4339,7 +4301,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4339
4301
  }
4340
4302
 
4341
4303
  @keyframes loading-rotate {
4342
- 100% {
4304
+ to {
4343
4305
  transform: rotate(1turn);
4344
4306
  }
4345
4307
  }
@@ -4355,9 +4317,6 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4355
4317
  position: relative;
4356
4318
  align-self: center;
4357
4319
  cursor: pointer;
4358
- /* 选中状态 */
4359
- /* 禁用状态 */
4360
- /* loading图标 */
4361
4320
  }
4362
4321
 
4363
4322
  .adm-switch input {
@@ -4376,7 +4335,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4376
4335
  }
4377
4336
 
4378
4337
  .adm-switch-checkbox:before {
4379
- content: ' ';
4338
+ content: " ";
4380
4339
  position: absolute;
4381
4340
  left: var(--border-width);
4382
4341
  top: var(--border-width);
@@ -4386,7 +4345,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4386
4345
  box-sizing: border-box;
4387
4346
  background: var(--adm-color-background);
4388
4347
  z-index: 1;
4389
- transition: all 200ms;
4348
+ transition: all .2s;
4390
4349
  transform: scale(1);
4391
4350
  }
4392
4351
 
@@ -4402,8 +4361,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4402
4361
  z-index: 2;
4403
4362
  top: var(--border-width);
4404
4363
  left: var(--border-width);
4405
- transition: all 200ms;
4406
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 23px 0 rgba(0, 0, 0, 0.08), -2px 4px 4px 0 rgba(0, 0, 0, 0.1);
4364
+ transition: all .2s;
4365
+ box-shadow: 0 0 4px #0003,0 4px 23px #00000014,-2px 4px 4px #0000001a;
4407
4366
  }
4408
4367
 
4409
4368
  .adm-switch-inner {
@@ -4415,7 +4374,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4415
4374
  margin: 0 16px 0 calc(var(--height) - var(--border-width) + 8px);
4416
4375
  height: 100%;
4417
4376
  color: var(--adm-color-weak);
4418
- transition: margin 200ms;
4377
+ transition: margin .2s;
4419
4378
  font-size: var(--adm-font-size-7);
4420
4379
  }
4421
4380
 
@@ -4438,7 +4397,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4438
4397
 
4439
4398
  .adm-switch.adm-switch-disabled {
4440
4399
  cursor: not-allowed;
4441
- opacity: 0.4;
4400
+ opacity: .4;
4442
4401
  }
4443
4402
 
4444
4403
  .adm-switch-spin-icon {
@@ -4504,7 +4463,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4504
4463
  padding: 4px 8px;
4505
4464
  font-size: var(--adm-font-size-3);
4506
4465
  line-height: 1;
4507
- font-weight: normal;
4466
+ font-weight: 400;
4508
4467
  background: var(--background-color);
4509
4468
  color: var(--text-color);
4510
4469
  display: inline-block;
@@ -4610,15 +4569,15 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4610
4569
  position: relative;
4611
4570
  top: 50%;
4612
4571
  left: 50%;
4613
- transform: translate(-50%, -50%);
4572
+ transform: translate(-50%,-50%);
4614
4573
  width: auto;
4615
4574
  min-width: 192px;
4616
4575
  max-width: 400px;
4617
4576
  max-height: 70%;
4618
4577
  overflow: auto;
4619
- color: white;
4578
+ color: #fff;
4620
4579
  word-break: break-all;
4621
- background-color: rgba(0, 0, 0, 0.7);
4580
+ background-color: #000000b3;
4622
4581
  border-radius: 16px;
4623
4582
  pointer-events: all;
4624
4583
  font-size: var(--adm-font-size-7);
@@ -4681,16 +4640,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4681
4640
  position: relative;
4682
4641
  }
4683
4642
 
4684
- .adm-tree-select-item-active {
4685
- color: var(--adm-color-primary);
4686
- font-weight: bold;
4687
- background-color: white;
4688
- }
4689
-
4643
+ .adm-tree-select-item-active,
4690
4644
  .adm-tree-select-multiple-item-expand {
4691
4645
  color: var(--adm-color-primary);
4692
- font-weight: bold;
4693
- background-color: white;
4646
+ font-weight: 700;
4647
+ background-color: #fff;
4694
4648
  }
4695
4649
 
4696
4650
  .adm-tree-select-multiple-item-checkbox {
@@ -4727,7 +4681,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4727
4681
  color: var(--color);
4728
4682
  }
4729
4683
 
4730
- .adm-virtual-input > * {
4684
+ .adm-virtual-input>* {
4731
4685
  vertical-align: top;
4732
4686
  }
4733
4687
 
@@ -4792,7 +4746,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4792
4746
  }
4793
4747
 
4794
4748
  @keyframes adm-caret-blink {
4795
- from {
4749
+ 0% {
4796
4750
  opacity: 1;
4797
4751
  }
4798
4752