antd-mobile 5.17.1 → 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 (219) hide show
  1. package/2x/bundle/antd-mobile.cjs.js +47 -19173
  2. package/2x/bundle/antd-mobile.compatible.umd.js +25752 -0
  3. package/2x/bundle/antd-mobile.es.js +16416 -17055
  4. package/2x/bundle/antd-mobile.umd.js +64 -0
  5. package/2x/bundle/style.css +240 -277
  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 +3 -3
  9. package/2x/cjs/components/calendar/index.d.ts +1 -1
  10. package/2x/cjs/components/cascader/cascader.d.ts +2 -0
  11. package/2x/cjs/components/cascader/index.d.ts +1 -0
  12. package/2x/cjs/components/cascader-view/cascader-view.d.ts +2 -1
  13. package/2x/cjs/components/cascader-view/cascader-view.js +2 -1
  14. package/2x/cjs/components/dialog/show.d.ts +1 -1
  15. package/2x/cjs/components/floating-panel/floating-panel.css +4 -4
  16. package/2x/cjs/components/form/form-item.js +6 -4
  17. package/2x/cjs/components/image-viewer/slide.js +75 -56
  18. package/2x/cjs/components/input/input.js +9 -2
  19. package/2x/cjs/components/modal/show.d.ts +1 -1
  20. package/2x/cjs/components/notice-bar/notice-bar.css +9 -0
  21. package/2x/cjs/components/notice-bar/notice-bar.js +5 -3
  22. package/2x/cjs/components/number-keyboard/number-keyboard.css +11 -15
  23. package/2x/cjs/components/number-keyboard/number-keyboard.d.ts +1 -1
  24. package/2x/cjs/components/number-keyboard/number-keyboard.js +19 -17
  25. package/2x/cjs/components/passcode-input/index.d.ts +1 -1
  26. package/2x/cjs/components/passcode-input/passcode-input.css +12 -12
  27. package/2x/cjs/components/passcode-input/passcode-input.js +16 -8
  28. package/2x/cjs/components/picker-view/wheel.js +1 -1
  29. package/2x/cjs/components/rate/rate.js +7 -2
  30. package/2x/cjs/components/rate/star.js +0 -10
  31. package/2x/cjs/components/result/result.d.ts +1 -1
  32. package/2x/cjs/components/result/result.js +7 -1
  33. package/2x/cjs/components/search-bar/search-bar.js +12 -2
  34. package/2x/cjs/components/switch/switch.d.ts +2 -1
  35. package/2x/cjs/components/switch/switch.js +16 -3
  36. package/2x/cjs/components/text-area/text-area.js +1 -0
  37. package/2x/cjs/locales/base.d.ts +9 -0
  38. package/2x/cjs/locales/base.js +9 -0
  39. package/2x/cjs/locales/en-US.d.ts +9 -0
  40. package/2x/cjs/locales/es-ES.d.ts +9 -0
  41. package/2x/cjs/locales/fa-IR.d.ts +9 -0
  42. package/2x/cjs/locales/fr-FR.d.ts +9 -0
  43. package/2x/cjs/locales/id-ID.d.ts +9 -0
  44. package/2x/cjs/locales/kk-KZ.d.ts +9 -0
  45. package/2x/cjs/locales/ko-KR.d.ts +9 -0
  46. package/2x/cjs/locales/zh-CN.d.ts +9 -0
  47. package/2x/cjs/locales/zh-CN.js +9 -0
  48. package/2x/cjs/locales/zh-HK.d.ts +9 -0
  49. package/2x/cjs/locales/zh-TW.d.ts +9 -0
  50. package/2x/cjs/utils/matrix.d.ts +10 -0
  51. package/2x/cjs/utils/matrix.js +60 -0
  52. package/2x/cjs/utils/merge-locale.d.ts +1 -1
  53. package/2x/cjs/utils/merge-locale.js +15 -5
  54. package/2x/cjs/utils/use-drag-and-pinch.d.ts +1 -1
  55. package/2x/cjs/utils/use-props-value.js +1 -1
  56. package/2x/cjs/utils/with-default-props.js +2 -6
  57. package/2x/es/components/action-sheet/action-sheet.d.ts +1 -1
  58. package/2x/es/components/button/button.js +1 -1
  59. package/2x/es/components/calendar/calendar.d.ts +3 -3
  60. package/2x/es/components/calendar/index.d.ts +1 -1
  61. package/2x/es/components/cascader/cascader.d.ts +2 -0
  62. package/2x/es/components/cascader/index.d.ts +1 -0
  63. package/2x/es/components/cascader-view/cascader-view.d.ts +2 -1
  64. package/2x/es/components/cascader-view/cascader-view.js +2 -1
  65. package/2x/es/components/dialog/show.d.ts +1 -1
  66. package/2x/es/components/floating-panel/floating-panel.css +4 -4
  67. package/2x/es/components/form/form-item.js +5 -4
  68. package/2x/es/components/image-viewer/slide.js +73 -56
  69. package/2x/es/components/input/input.js +8 -2
  70. package/2x/es/components/modal/show.d.ts +1 -1
  71. package/2x/es/components/notice-bar/notice-bar.css +9 -0
  72. package/2x/es/components/notice-bar/notice-bar.js +5 -3
  73. package/2x/es/components/number-keyboard/number-keyboard.css +11 -15
  74. package/2x/es/components/number-keyboard/number-keyboard.d.ts +1 -1
  75. package/2x/es/components/number-keyboard/number-keyboard.js +19 -17
  76. package/2x/es/components/passcode-input/index.d.ts +1 -1
  77. package/2x/es/components/passcode-input/passcode-input.css +12 -12
  78. package/2x/es/components/passcode-input/passcode-input.js +15 -8
  79. package/2x/es/components/picker-view/wheel.js +1 -1
  80. package/2x/es/components/rate/rate.js +7 -2
  81. package/2x/es/components/rate/star.js +0 -10
  82. package/2x/es/components/result/result.d.ts +1 -1
  83. package/2x/es/components/result/result.js +6 -1
  84. package/2x/es/components/search-bar/search-bar.js +12 -2
  85. package/2x/es/components/switch/switch.d.ts +2 -1
  86. package/2x/es/components/switch/switch.js +15 -3
  87. package/2x/es/components/text-area/text-area.js +1 -0
  88. package/2x/es/locales/base.d.ts +9 -0
  89. package/2x/es/locales/base.js +9 -0
  90. package/2x/es/locales/en-US.d.ts +9 -0
  91. package/2x/es/locales/es-ES.d.ts +9 -0
  92. package/2x/es/locales/fa-IR.d.ts +9 -0
  93. package/2x/es/locales/fr-FR.d.ts +9 -0
  94. package/2x/es/locales/id-ID.d.ts +9 -0
  95. package/2x/es/locales/kk-KZ.d.ts +9 -0
  96. package/2x/es/locales/ko-KR.d.ts +9 -0
  97. package/2x/es/locales/zh-CN.d.ts +9 -0
  98. package/2x/es/locales/zh-CN.js +9 -0
  99. package/2x/es/locales/zh-HK.d.ts +9 -0
  100. package/2x/es/locales/zh-TW.d.ts +9 -0
  101. package/2x/es/utils/matrix.d.ts +10 -0
  102. package/2x/es/utils/matrix.js +27 -0
  103. package/2x/es/utils/merge-locale.d.ts +1 -1
  104. package/2x/es/utils/merge-locale.js +17 -3
  105. package/2x/es/utils/use-drag-and-pinch.d.ts +1 -1
  106. package/2x/es/utils/use-props-value.js +1 -1
  107. package/2x/es/utils/with-default-props.js +2 -4
  108. package/2x/package.json +4 -4
  109. package/2x/umd/antd-mobile.js +25752 -2
  110. package/bundle/antd-mobile.cjs.js +47 -19173
  111. package/bundle/antd-mobile.compatible.umd.js +25752 -0
  112. package/bundle/antd-mobile.es.js +16416 -17055
  113. package/bundle/antd-mobile.umd.js +64 -0
  114. package/bundle/style.css +1 -4080
  115. package/cjs/components/action-sheet/action-sheet.d.ts +1 -1
  116. package/cjs/components/button/button.js +1 -1
  117. package/cjs/components/calendar/calendar.d.ts +3 -3
  118. package/cjs/components/calendar/index.d.ts +1 -1
  119. package/cjs/components/cascader/cascader.d.ts +2 -0
  120. package/cjs/components/cascader/index.d.ts +1 -0
  121. package/cjs/components/cascader-view/cascader-view.d.ts +2 -1
  122. package/cjs/components/cascader-view/cascader-view.js +2 -1
  123. package/cjs/components/dialog/show.d.ts +1 -1
  124. package/cjs/components/floating-panel/floating-panel.css +4 -4
  125. package/cjs/components/form/form-item.js +6 -4
  126. package/cjs/components/image-viewer/slide.js +75 -56
  127. package/cjs/components/input/input.js +9 -2
  128. package/cjs/components/modal/show.d.ts +1 -1
  129. package/cjs/components/notice-bar/notice-bar.css +8 -0
  130. package/cjs/components/notice-bar/notice-bar.js +5 -3
  131. package/cjs/components/number-keyboard/number-keyboard.css +11 -14
  132. package/cjs/components/number-keyboard/number-keyboard.d.ts +1 -1
  133. package/cjs/components/number-keyboard/number-keyboard.js +19 -17
  134. package/cjs/components/passcode-input/index.d.ts +1 -1
  135. package/cjs/components/passcode-input/passcode-input.css +12 -12
  136. package/cjs/components/passcode-input/passcode-input.js +16 -8
  137. package/cjs/components/picker-view/wheel.js +1 -1
  138. package/cjs/components/rate/rate.js +7 -2
  139. package/cjs/components/rate/star.js +0 -10
  140. package/cjs/components/result/result.d.ts +1 -1
  141. package/cjs/components/result/result.js +7 -1
  142. package/cjs/components/search-bar/search-bar.js +12 -2
  143. package/cjs/components/switch/switch.d.ts +2 -1
  144. package/cjs/components/switch/switch.js +16 -3
  145. package/cjs/components/text-area/text-area.js +1 -0
  146. package/cjs/locales/base.d.ts +9 -0
  147. package/cjs/locales/base.js +9 -0
  148. package/cjs/locales/en-US.d.ts +9 -0
  149. package/cjs/locales/es-ES.d.ts +9 -0
  150. package/cjs/locales/fa-IR.d.ts +9 -0
  151. package/cjs/locales/fr-FR.d.ts +9 -0
  152. package/cjs/locales/id-ID.d.ts +9 -0
  153. package/cjs/locales/kk-KZ.d.ts +9 -0
  154. package/cjs/locales/ko-KR.d.ts +9 -0
  155. package/cjs/locales/zh-CN.d.ts +9 -0
  156. package/cjs/locales/zh-CN.js +9 -0
  157. package/cjs/locales/zh-HK.d.ts +9 -0
  158. package/cjs/locales/zh-TW.d.ts +9 -0
  159. package/cjs/utils/matrix.d.ts +10 -0
  160. package/cjs/utils/matrix.js +60 -0
  161. package/cjs/utils/merge-locale.d.ts +1 -1
  162. package/cjs/utils/merge-locale.js +15 -5
  163. package/cjs/utils/use-drag-and-pinch.d.ts +1 -1
  164. package/cjs/utils/use-props-value.js +1 -1
  165. package/cjs/utils/with-default-props.js +2 -6
  166. package/es/components/action-sheet/action-sheet.d.ts +1 -1
  167. package/es/components/button/button.js +1 -1
  168. package/es/components/calendar/calendar.d.ts +3 -3
  169. package/es/components/calendar/index.d.ts +1 -1
  170. package/es/components/cascader/cascader.d.ts +2 -0
  171. package/es/components/cascader/index.d.ts +1 -0
  172. package/es/components/cascader-view/cascader-view.d.ts +2 -1
  173. package/es/components/cascader-view/cascader-view.js +2 -1
  174. package/es/components/dialog/show.d.ts +1 -1
  175. package/es/components/floating-panel/floating-panel.css +4 -4
  176. package/es/components/form/form-item.js +5 -4
  177. package/es/components/image-viewer/slide.js +73 -56
  178. package/es/components/input/input.js +8 -2
  179. package/es/components/modal/show.d.ts +1 -1
  180. package/es/components/notice-bar/notice-bar.css +8 -0
  181. package/es/components/notice-bar/notice-bar.js +5 -3
  182. package/es/components/number-keyboard/number-keyboard.css +11 -14
  183. package/es/components/number-keyboard/number-keyboard.d.ts +1 -1
  184. package/es/components/number-keyboard/number-keyboard.js +19 -17
  185. package/es/components/passcode-input/index.d.ts +1 -1
  186. package/es/components/passcode-input/passcode-input.css +12 -12
  187. package/es/components/passcode-input/passcode-input.js +15 -8
  188. package/es/components/picker-view/wheel.js +1 -1
  189. package/es/components/rate/rate.js +7 -2
  190. package/es/components/rate/star.js +0 -10
  191. package/es/components/result/result.d.ts +1 -1
  192. package/es/components/result/result.js +6 -1
  193. package/es/components/search-bar/search-bar.js +12 -2
  194. package/es/components/switch/switch.d.ts +2 -1
  195. package/es/components/switch/switch.js +15 -3
  196. package/es/components/text-area/text-area.js +1 -0
  197. package/es/locales/base.d.ts +9 -0
  198. package/es/locales/base.js +9 -0
  199. package/es/locales/en-US.d.ts +9 -0
  200. package/es/locales/es-ES.d.ts +9 -0
  201. package/es/locales/fa-IR.d.ts +9 -0
  202. package/es/locales/fr-FR.d.ts +9 -0
  203. package/es/locales/id-ID.d.ts +9 -0
  204. package/es/locales/kk-KZ.d.ts +9 -0
  205. package/es/locales/ko-KR.d.ts +9 -0
  206. package/es/locales/zh-CN.d.ts +9 -0
  207. package/es/locales/zh-CN.js +9 -0
  208. package/es/locales/zh-HK.d.ts +9 -0
  209. package/es/locales/zh-TW.d.ts +9 -0
  210. package/es/utils/matrix.d.ts +10 -0
  211. package/es/utils/matrix.js +27 -0
  212. package/es/utils/merge-locale.d.ts +1 -1
  213. package/es/utils/merge-locale.js +17 -3
  214. package/es/utils/use-drag-and-pinch.d.ts +1 -1
  215. package/es/utils/use-props-value.js +1 -1
  216. package/es/utils/with-default-props.js +2 -4
  217. package/package.json +4 -4
  218. package/umd/antd-mobile.js +1 -1
  219. 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;
@@ -1851,9 +1840,6 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1851
1840
  --border-radius: 16px;
1852
1841
  --header-height: 56px;
1853
1842
  --z-index: var(--adm-floating-panel-z-index, 900);
1854
- border-top-left-radius: var(--border-radius);
1855
- border-top-right-radius: var(--border-radius);
1856
- background: var(--adm-color-white);
1857
1843
  position: fixed;
1858
1844
  z-index: var(--z-index);
1859
1845
  bottom: 0;
@@ -1874,14 +1860,14 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1874
1860
  background: transparent;
1875
1861
  }
1876
1862
 
1877
- .adm-floating-panel::after {
1878
- content: '';
1863
+ .adm-floating-panel:after {
1864
+ content: "";
1879
1865
  display: block;
1880
1866
  position: absolute;
1881
1867
  bottom: -100vh;
1882
1868
  height: 100vh;
1883
1869
  width: 100vw;
1884
- background: var(--adm-color-white);
1870
+ background: var(--adm-color-background);
1885
1871
  }
1886
1872
 
1887
1873
  .adm-floating-panel .adm-floating-panel-header {
@@ -1895,6 +1881,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1895
1881
  -webkit-user-select: none;
1896
1882
  user-select: none;
1897
1883
  background-color: var(--adm-color-background);
1884
+ border-top-left-radius: var(--border-radius);
1885
+ border-top-right-radius: var(--border-radius);
1898
1886
  }
1899
1887
 
1900
1888
  .adm-floating-panel .adm-floating-panel-header .adm-floating-panel-bar {
@@ -1907,6 +1895,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
1907
1895
  .adm-floating-panel .adm-floating-panel-content {
1908
1896
  flex: 1;
1909
1897
  overflow-y: scroll;
1898
+ background: var(--adm-color-background);
1910
1899
  }
1911
1900
 
1912
1901
  .adm-form {
@@ -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
 
@@ -2971,6 +2960,15 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2971
2960
  margin-left: 24px;
2972
2961
  }
2973
2962
 
2963
+ .adm-notice-bar-close {
2964
+ width: 48px;
2965
+ height: 48px;
2966
+ margin-right: -6px;
2967
+ display: flex;
2968
+ align-items: center;
2969
+ justify-content: center;
2970
+ }
2971
+
2974
2972
  .adm-notice-bar-close-icon {
2975
2973
  font-size: var(--adm-font-size-10);
2976
2974
  }
@@ -2981,7 +2979,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
2981
2979
  flex: 1;
2982
2980
  }
2983
2981
 
2984
- .adm-number-keyboard-main.confirmed-style .sign-key {
2982
+ .adm-number-keyboard-main.adm-number-keyboard-main-confirmed-style .adm-number-keyboard-key-sign {
2985
2983
  background-color: var(--adm-color-white);
2986
2984
  }
2987
2985
 
@@ -3017,11 +3015,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3017
3015
  font-size: 32px;
3018
3016
  }
3019
3017
 
3020
- .adm-number-keyboard-header.with-title {
3018
+ .adm-number-keyboard-header.adm-number-keyboard-header-with-title {
3021
3019
  justify-content: space-between;
3022
3020
  }
3023
3021
 
3024
- .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 {
3025
3023
  padding-right: 0;
3026
3024
  }
3027
3025
 
@@ -3058,7 +3056,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3058
3056
  border-right: none;
3059
3057
  }
3060
3058
 
3061
- .adm-number-keyboard-key::before {
3059
+ .adm-number-keyboard-key:before {
3062
3060
  position: absolute;
3063
3061
  top: 50%;
3064
3062
  left: 50%;
@@ -3068,36 +3066,36 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3068
3066
  border: inherit;
3069
3067
  border-color: #000;
3070
3068
  border-radius: inherit;
3071
- transform: translate(-50%, -50%);
3069
+ transform: translate(-50%,-50%);
3072
3070
  opacity: 0;
3073
- content: ' ';
3071
+ content: " ";
3074
3072
  box-sizing: content-box;
3075
3073
  }
3076
3074
 
3077
- .adm-number-keyboard-key.mid-key {
3075
+ .adm-number-keyboard-key.adm-number-keyboard-key-mid {
3078
3076
  flex-basis: 66.67%;
3079
3077
  }
3080
3078
 
3081
- .adm-number-keyboard-key.sign-key:active::before {
3082
- opacity: 0.1;
3079
+ .adm-number-keyboard-key.adm-number-keyboard-key-sign:active:before {
3080
+ opacity: .1;
3083
3081
  }
3084
3082
 
3085
- .adm-number-keyboard-key.extra-key {
3083
+ .adm-number-keyboard-key.adm-number-keyboard-key-extra {
3086
3084
  border-left: solid 2px var(--adm-color-border);
3087
3085
  border-right: none;
3088
3086
  }
3089
3087
 
3090
- .adm-number-keyboard-key.extra-key,
3091
- .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 {
3092
3090
  background-color: var(--adm-color-background);
3093
3091
  }
3094
3092
 
3095
- .adm-number-keyboard-key.extra-key:active::before,
3096
- .adm-number-keyboard-key.number-key:active::before {
3097
- 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;
3098
3096
  }
3099
3097
 
3100
- .adm-number-keyboard-key.ok-key {
3098
+ .adm-number-keyboard-key.adm-number-keyboard-key-ok {
3101
3099
  background-color: var(--adm-color-primary);
3102
3100
  color: var(--adm-color-white);
3103
3101
  height: 288px;
@@ -3105,14 +3103,10 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3105
3103
  border: none;
3106
3104
  }
3107
3105
 
3108
- .adm-number-keyboard-bs-key {
3109
- height: 40px;
3110
- }
3111
-
3112
3106
  .adm-page-indicator {
3113
3107
  display: flex;
3114
3108
  width: auto;
3115
- --dot-color: rgba(0, 0, 0, 0.2);
3109
+ --dot-color: rgba(0, 0, 0, .2);
3116
3110
  --active-dot-color: var(--adm-color-primary);
3117
3111
  --dot-size: 6px;
3118
3112
  --active-dot-size: 26px;
@@ -3193,65 +3187,65 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3193
3187
  background: var(--adm-color-background);
3194
3188
  }
3195
3189
 
3196
- .adm-passcode-input:not(.seperated) {
3190
+ .adm-passcode-input:not(.adm-passcode-input-seperated) {
3197
3191
  border-radius: var(--border-radius);
3198
3192
  overflow: hidden;
3199
3193
  border: 2px solid var(--border-color);
3200
3194
  }
3201
3195
 
3202
- .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) {
3203
3197
  border-right: 2px solid var(--border-color);
3204
3198
  }
3205
3199
 
3206
- .adm-passcode-input:not(.seperated).focused {
3200
+ .adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-focused {
3207
3201
  border-color: var(--adm-color-primary);
3208
3202
  box-shadow: 0 0 4px 0 var(--adm-color-primary);
3209
3203
  outline: none;
3210
3204
  }
3211
3205
 
3212
- .adm-passcode-input:not(.seperated).error {
3206
+ .adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-error {
3213
3207
  border-color: var(--adm-color-danger);
3214
3208
  box-shadow: 0 0 4px 0 var(--adm-color-danger);
3215
- 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;
3216
3210
  }
3217
3211
 
3218
- .adm-passcode-input.seperated .adm-passcode-input-cell {
3212
+ .adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell {
3219
3213
  border-radius: var(--border-radius);
3220
3214
  border: 2px solid var(--border-color);
3221
3215
  }
3222
3216
 
3223
- .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) {
3224
3218
  margin-right: var(--cell-gap);
3225
3219
  }
3226
3220
 
3227
- .adm-passcode-input.seperated .adm-passcode-input-cell.focused {
3221
+ .adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell-focused {
3228
3222
  border-color: var(--adm-color-primary);
3229
3223
  box-shadow: 0 0 4px 0 var(--adm-color-primary);
3230
3224
  }
3231
3225
 
3232
- .adm-passcode-input.seperated.focused {
3226
+ .adm-passcode-input-seperated.adm-passcode-input-focused {
3233
3227
  outline: none;
3234
3228
  }
3235
3229
 
3236
- .adm-passcode-input.seperated.error {
3237
- 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;
3238
3232
  }
3239
3233
 
3240
- .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 {
3241
3235
  border-color: var(--adm-color-danger);
3242
3236
  box-shadow: 0 0 4px 0 var(--adm-color-danger);
3243
3237
  }
3244
3238
 
3245
- .adm-passcode-input-cell.dot::before {
3246
- content: '';
3239
+ .adm-passcode-input-cell-dot:before {
3240
+ content: "";
3247
3241
  width: var(--dot-size);
3248
3242
  height: var(--dot-size);
3249
3243
  border-radius: 50%;
3250
3244
  background: var(--adm-color-text);
3251
3245
  }
3252
3246
 
3253
- .adm-passcode-input-cell.caret::after {
3254
- content: '';
3247
+ .adm-passcode-input-cell-caret:after {
3248
+ content: "";
3255
3249
  width: 4px;
3256
3250
  height: 1.1em;
3257
3251
  margin-left: 2px;
@@ -3259,77 +3253,59 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3259
3253
  animation: 1s linear infinite adm-caret-blink;
3260
3254
  }
3261
3255
 
3262
- .adm-passcode-input > .adm-passcode-input-native-input {
3256
+ .adm-passcode-input>.adm-passcode-input-native-input {
3263
3257
  position: absolute;
3264
3258
  left: -200vw;
3265
3259
  top: 0;
3266
3260
  display: block;
3267
3261
  width: 100px;
3268
3262
  height: 40px;
3269
- opacity: 0.5;
3263
+ opacity: .5;
3270
3264
  }
3271
3265
 
3272
3266
  @keyframes adm-shake-horizontal {
3273
3267
  0% {
3274
- transform: translateX(0);
3268
+ transform: translate(0);
3275
3269
  }
3276
3270
 
3277
3271
  10% {
3278
- transform: translateX(-8px);
3272
+ transform: translate(-8px);
3279
3273
  }
3280
3274
 
3281
3275
  20% {
3282
- transform: translateX(10px);
3276
+ transform: translate(10px);
3283
3277
  }
3284
3278
 
3285
3279
  30% {
3286
- transform: translateX(-2px);
3280
+ transform: translate(-2px);
3287
3281
  }
3288
3282
 
3289
3283
  40% {
3290
- transform: translateX(16px);
3284
+ transform: translate(16px);
3291
3285
  }
3292
3286
 
3293
3287
  50% {
3294
- transform: translateX(0);
3288
+ transform: translate(0);
3295
3289
  }
3296
3290
 
3297
3291
  60% {
3298
- transform: translateX(-16px);
3292
+ transform: translate(-16px);
3299
3293
  }
3300
3294
 
3301
3295
  70% {
3302
- transform: translateX(2px);
3296
+ transform: translate(2px);
3303
3297
  }
3304
3298
 
3305
3299
  80% {
3306
- transform: translateX(-10px);
3300
+ transform: translate(-10px);
3307
3301
  }
3308
3302
 
3309
3303
  90% {
3310
- transform: translateX(8px);
3311
- }
3312
-
3313
- 100% {
3314
- transform: translateX(0);
3315
- }
3316
- }
3317
-
3318
- @keyframes adm-caret-blink {
3319
- from {
3320
- opacity: 1;
3321
- }
3322
-
3323
- 60% {
3324
- opacity: 1;
3325
- }
3326
-
3327
- 80% {
3328
- opacity: 0;
3304
+ transform: translate(8px);
3329
3305
  }
3330
3306
 
3331
3307
  to {
3332
- opacity: 0;
3308
+ transform: translate(0);
3333
3309
  }
3334
3310
  }
3335
3311
 
@@ -3350,7 +3326,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3350
3326
  }
3351
3327
 
3352
3328
  .adm-progress-bar-fill {
3353
- transition: width 0.3s;
3329
+ transition: width .3s;
3354
3330
  background: var(--fill-color);
3355
3331
  height: var(--track-width);
3356
3332
  }
@@ -3359,7 +3335,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3359
3335
  flex: none;
3360
3336
  width: calc(var(--text-width) + 16px);
3361
3337
  padding-left: 16px;
3362
- color: #999999;
3338
+ color: #999;
3363
3339
  }
3364
3340
 
3365
3341
  .adm-progress-bar-rounded .adm-progress-bar-trail,
@@ -3367,8 +3343,6 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3367
3343
  border-radius: var(--track-width);
3368
3344
  }
3369
3345
 
3370
- /*进度圈*/
3371
-
3372
3346
  .adm-progress-circle {
3373
3347
  --track-width: var(--adm-progress-circle-track-width, 6px);
3374
3348
  --size: var(--adm-progress-circle-size, 100px);
@@ -3388,7 +3362,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3388
3362
  height: 100%;
3389
3363
  }
3390
3364
 
3391
- .adm-progress-circle-svg > .adm-progress-circle-track,
3365
+ .adm-progress-circle-svg>.adm-progress-circle-track,
3392
3366
  .adm-progress-circle-svg .adm-progress-circle-fill {
3393
3367
  stroke-width: var(--track-width);
3394
3368
  r: var(--radius);
@@ -3398,12 +3372,12 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3398
3372
  transform-origin: 50% 50%;
3399
3373
  }
3400
3374
 
3401
- .adm-progress-circle-svg > .adm-progress-circle-track {
3375
+ .adm-progress-circle-svg>.adm-progress-circle-track {
3402
3376
  stroke: var(--track-color);
3403
3377
  }
3404
3378
 
3405
- .adm-progress-circle-svg > .adm-progress-circle-fill {
3406
- transition: stroke-dashoffset 0.35s;
3379
+ .adm-progress-circle-svg>.adm-progress-circle-fill {
3380
+ transition: stroke-dashoffset .35s;
3407
3381
  stroke: var(--fill-color);
3408
3382
  stroke-dasharray: var(--circumference);
3409
3383
  stroke-dashoffset: calc(var(--circumference) * (1 - var(--percent) / 100));
@@ -3423,7 +3397,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3423
3397
  top: 50%;
3424
3398
  left: 50%;
3425
3399
  text-align: center;
3426
- transform: translate(-50%, -50%);
3400
+ transform: translate(-50%,-50%);
3427
3401
  }
3428
3402
 
3429
3403
  .adm-pull-to-refresh-head {
@@ -3467,7 +3441,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3467
3441
  color: var(--adm-color-white);
3468
3442
  }
3469
3443
 
3470
- .adm-radio .adm-radio-icon > svg {
3444
+ .adm-radio .adm-radio-icon>svg {
3471
3445
  display: block;
3472
3446
  width: 100%;
3473
3447
  height: 100%;
@@ -3487,7 +3461,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3487
3461
  }
3488
3462
 
3489
3463
  .adm-radio.adm-radio-disabled .adm-radio-content {
3490
- opacity: 0.4;
3464
+ opacity: .4;
3491
3465
  }
3492
3466
 
3493
3467
  .adm-radio.adm-radio-disabled .adm-radio-icon {
@@ -3518,7 +3492,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3518
3492
  }
3519
3493
 
3520
3494
  .adm-rate-star {
3521
- padding: 0.125em;
3495
+ padding: .125em;
3522
3496
  line-height: var(--star-size);
3523
3497
  font-size: var(--star-size);
3524
3498
  color: var(--inactive-color);
@@ -3553,7 +3527,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3553
3527
  box-sizing: border-box;
3554
3528
  width: 128px;
3555
3529
  height: 128px;
3556
- margin: 0 auto 40px auto;
3530
+ margin: 0 auto 40px;
3557
3531
  padding: 12px;
3558
3532
  }
3559
3533
 
@@ -3721,7 +3695,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3721
3695
  border-right: solid 20px var(--adm-color-primary);
3722
3696
  }
3723
3697
 
3724
- .adm-selector-item .adm-selector-check-mark-wrapper > svg {
3698
+ .adm-selector-item .adm-selector-check-mark-wrapper>svg {
3725
3699
  position: absolute;
3726
3700
  left: 0;
3727
3701
  top: 0;
@@ -3731,7 +3705,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3731
3705
 
3732
3706
  .adm-selector-item-disabled {
3733
3707
  cursor: not-allowed;
3734
- opacity: 0.4;
3708
+ opacity: .4;
3735
3709
  }
3736
3710
 
3737
3711
  .adm-side-bar {
@@ -3814,7 +3788,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3814
3788
  }
3815
3789
 
3816
3790
  .adm-side-bar-item-disabled .adm-side-bar-item-title {
3817
- opacity: 0.4;
3791
+ opacity: .4;
3818
3792
  }
3819
3793
 
3820
3794
  .adm-side-bar-badge.adm-badge {
@@ -3878,7 +3852,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3878
3852
  text-align: center;
3879
3853
  line-height: 56px;
3880
3854
  background: var(--adm-color-white);
3881
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
3855
+ box-shadow: 0 4px 10px #0000001f;
3882
3856
  color: var(--fill-color);
3883
3857
  }
3884
3858
 
@@ -3904,7 +3878,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3904
3878
  height: 64px;
3905
3879
  border-radius: 50%;
3906
3880
  top: 50%;
3907
- transform: translate(-50%, -50%);
3881
+ transform: translate(-50%,-50%);
3908
3882
  }
3909
3883
 
3910
3884
  .adm-slider-mark {
@@ -3925,11 +3899,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3925
3899
  word-break: keep-all;
3926
3900
  -webkit-user-select: none;
3927
3901
  user-select: none;
3928
- transform: translateX(-50%);
3902
+ transform: translate(-50%);
3929
3903
  }
3930
3904
 
3931
3905
  .adm-slider-disabled {
3932
- opacity: 0.4;
3906
+ opacity: .4;
3933
3907
  }
3934
3908
 
3935
3909
  .adm-slider-disabled .adm-slider-thumb {
@@ -4005,13 +3979,10 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4005
3979
  position: absolute;
4006
3980
  top: 50%;
4007
3981
  left: 50%;
4008
- transform: translate(-50%, -50%);
4009
- }
4010
-
4011
- .adm-stepper-minus {
4012
- border-radius: 0;
3982
+ transform: translate(-50%,-50%);
4013
3983
  }
4014
3984
 
3985
+ .adm-stepper-minus,
4015
3986
  .adm-stepper-plus {
4016
3987
  border-radius: 0;
4017
3988
  }
@@ -4025,8 +3996,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4025
3996
  position: relative;
4026
3997
  }
4027
3998
 
4028
- .adm-step .adm-step-indicator::after {
4029
- content: '';
3999
+ .adm-step .adm-step-indicator:after {
4000
+ content: "";
4030
4001
  position: absolute;
4031
4002
  z-index: 0;
4032
4003
  background-color: var(--line-to-next-color);
@@ -4039,11 +4010,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4039
4010
  color: var(--icon-color);
4040
4011
  }
4041
4012
 
4042
- .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 {
4043
4014
  display: block;
4044
4015
  }
4045
4016
 
4046
- .adm-step:last-child .adm-step-indicator::after {
4017
+ .adm-step:last-child .adm-step-indicator:after {
4047
4018
  display: none;
4048
4019
  }
4049
4020
 
@@ -4103,7 +4074,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4103
4074
  height: 48px;
4104
4075
  }
4105
4076
 
4106
- .adm-steps-horizontal .adm-step .adm-step-indicator::after {
4077
+ .adm-steps-horizontal .adm-step .adm-step-indicator:after {
4107
4078
  left: 50%;
4108
4079
  top: 50%;
4109
4080
  height: 2px;
@@ -4114,7 +4085,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4114
4085
  .adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container {
4115
4086
  left: 50%;
4116
4087
  top: 50%;
4117
- transform: translate(-50%, -50%);
4088
+ transform: translate(-50%,-50%);
4118
4089
  }
4119
4090
 
4120
4091
  .adm-steps-horizontal .adm-step-content {
@@ -4147,18 +4118,18 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4147
4118
  margin-right: var(--indicator-margin-right);
4148
4119
  }
4149
4120
 
4150
- .adm-steps-vertical .adm-step .adm-step-indicator::after {
4121
+ .adm-steps-vertical .adm-step .adm-step-indicator:after {
4151
4122
  left: 50%;
4152
4123
  top: calc(var(--title-font-size) * 1.5 / 2);
4153
4124
  width: 2px;
4154
- transform: translateX(-50%);
4125
+ transform: translate(-50%);
4155
4126
  height: 100%;
4156
4127
  }
4157
4128
 
4158
4129
  .adm-steps-vertical .adm-step .adm-step-indicator .adm-step-icon-container {
4159
4130
  top: calc(var(--title-font-size) * 1.5 / 2);
4160
4131
  left: 50%;
4161
- transform: translate(-50%, -50%);
4132
+ transform: translate(-50%,-50%);
4162
4133
  }
4163
4134
 
4164
4135
  .adm-steps-vertical .adm-step:last-child .adm-step-content {
@@ -4297,11 +4268,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4297
4268
  position: absolute;
4298
4269
  bottom: 12px;
4299
4270
  left: 50%;
4300
- transform: translateX(-50%);
4271
+ transform: translate(-50%);
4301
4272
  }
4302
4273
 
4303
4274
  .adm-swiper-horizontal .adm-swiper-track {
4304
- transform: translateX(var(--track-offset));
4275
+ transform: translate(var(--track-offset));
4305
4276
  }
4306
4277
 
4307
4278
  .adm-swiper-horizontal .adm-swiper-track-inner {
@@ -4330,7 +4301,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4330
4301
  }
4331
4302
 
4332
4303
  @keyframes loading-rotate {
4333
- 100% {
4304
+ to {
4334
4305
  transform: rotate(1turn);
4335
4306
  }
4336
4307
  }
@@ -4346,9 +4317,6 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4346
4317
  position: relative;
4347
4318
  align-self: center;
4348
4319
  cursor: pointer;
4349
- /* 选中状态 */
4350
- /* 禁用状态 */
4351
- /* loading图标 */
4352
4320
  }
4353
4321
 
4354
4322
  .adm-switch input {
@@ -4367,7 +4335,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4367
4335
  }
4368
4336
 
4369
4337
  .adm-switch-checkbox:before {
4370
- content: ' ';
4338
+ content: " ";
4371
4339
  position: absolute;
4372
4340
  left: var(--border-width);
4373
4341
  top: var(--border-width);
@@ -4377,7 +4345,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4377
4345
  box-sizing: border-box;
4378
4346
  background: var(--adm-color-background);
4379
4347
  z-index: 1;
4380
- transition: all 200ms;
4348
+ transition: all .2s;
4381
4349
  transform: scale(1);
4382
4350
  }
4383
4351
 
@@ -4393,8 +4361,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4393
4361
  z-index: 2;
4394
4362
  top: var(--border-width);
4395
4363
  left: var(--border-width);
4396
- transition: all 200ms;
4397
- 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;
4398
4366
  }
4399
4367
 
4400
4368
  .adm-switch-inner {
@@ -4406,7 +4374,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4406
4374
  margin: 0 16px 0 calc(var(--height) - var(--border-width) + 8px);
4407
4375
  height: 100%;
4408
4376
  color: var(--adm-color-weak);
4409
- transition: margin 200ms;
4377
+ transition: margin .2s;
4410
4378
  font-size: var(--adm-font-size-7);
4411
4379
  }
4412
4380
 
@@ -4429,7 +4397,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4429
4397
 
4430
4398
  .adm-switch.adm-switch-disabled {
4431
4399
  cursor: not-allowed;
4432
- opacity: 0.4;
4400
+ opacity: .4;
4433
4401
  }
4434
4402
 
4435
4403
  .adm-switch-spin-icon {
@@ -4495,7 +4463,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4495
4463
  padding: 4px 8px;
4496
4464
  font-size: var(--adm-font-size-3);
4497
4465
  line-height: 1;
4498
- font-weight: normal;
4466
+ font-weight: 400;
4499
4467
  background: var(--background-color);
4500
4468
  color: var(--text-color);
4501
4469
  display: inline-block;
@@ -4601,15 +4569,15 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4601
4569
  position: relative;
4602
4570
  top: 50%;
4603
4571
  left: 50%;
4604
- transform: translate(-50%, -50%);
4572
+ transform: translate(-50%,-50%);
4605
4573
  width: auto;
4606
4574
  min-width: 192px;
4607
4575
  max-width: 400px;
4608
4576
  max-height: 70%;
4609
4577
  overflow: auto;
4610
- color: white;
4578
+ color: #fff;
4611
4579
  word-break: break-all;
4612
- background-color: rgba(0, 0, 0, 0.7);
4580
+ background-color: #000000b3;
4613
4581
  border-radius: 16px;
4614
4582
  pointer-events: all;
4615
4583
  font-size: var(--adm-font-size-7);
@@ -4672,16 +4640,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4672
4640
  position: relative;
4673
4641
  }
4674
4642
 
4675
- .adm-tree-select-item-active {
4676
- color: var(--adm-color-primary);
4677
- font-weight: bold;
4678
- background-color: white;
4679
- }
4680
-
4643
+ .adm-tree-select-item-active,
4681
4644
  .adm-tree-select-multiple-item-expand {
4682
4645
  color: var(--adm-color-primary);
4683
- font-weight: bold;
4684
- background-color: white;
4646
+ font-weight: 700;
4647
+ background-color: #fff;
4685
4648
  }
4686
4649
 
4687
4650
  .adm-tree-select-multiple-item-checkbox {
@@ -4718,7 +4681,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4718
4681
  color: var(--color);
4719
4682
  }
4720
4683
 
4721
- .adm-virtual-input > * {
4684
+ .adm-virtual-input>* {
4722
4685
  vertical-align: top;
4723
4686
  }
4724
4687
 
@@ -4783,7 +4746,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4783
4746
  }
4784
4747
 
4785
4748
  @keyframes adm-caret-blink {
4786
- from {
4749
+ 0% {
4787
4750
  opacity: 1;
4788
4751
  }
4789
4752