antd-mobile 5.17.2 → 5.20.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 (239) hide show
  1. package/2x/bundle/antd-mobile.cjs.js +47 -19174
  2. package/2x/bundle/antd-mobile.compatible.umd.js +25815 -0
  3. package/2x/bundle/antd-mobile.es.js +16532 -17127
  4. package/2x/bundle/antd-mobile.umd.js +64 -0
  5. package/2x/bundle/style.css +237 -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 +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/form/context.d.ts +1 -1
  16. package/2x/cjs/components/form/form-item.js +9 -4
  17. package/2x/cjs/components/image/test/image.test.js +57 -8
  18. package/2x/cjs/components/image-viewer/slide.js +75 -56
  19. package/2x/cjs/components/input/input.js +9 -2
  20. package/2x/cjs/components/modal/show.d.ts +1 -1
  21. package/2x/cjs/components/notice-bar/notice-bar.css +9 -0
  22. package/2x/cjs/components/notice-bar/notice-bar.js +5 -3
  23. package/2x/cjs/components/number-keyboard/number-keyboard.css +11 -15
  24. package/2x/cjs/components/number-keyboard/number-keyboard.d.ts +1 -1
  25. package/2x/cjs/components/number-keyboard/number-keyboard.js +19 -17
  26. package/2x/cjs/components/passcode-input/index.d.ts +1 -1
  27. package/2x/cjs/components/passcode-input/passcode-input.css +12 -12
  28. package/2x/cjs/components/passcode-input/passcode-input.js +16 -8
  29. package/2x/cjs/components/rate/rate.css +1 -0
  30. package/2x/cjs/components/rate/rate.js +38 -5
  31. package/2x/cjs/components/rate/star.js +0 -10
  32. package/2x/cjs/components/result/result.d.ts +1 -1
  33. package/2x/cjs/components/result/result.js +7 -1
  34. package/2x/cjs/components/search-bar/search-bar.js +12 -2
  35. package/2x/cjs/components/swipe-action/swipe-action.d.ts +2 -0
  36. package/2x/cjs/components/swipe-action/swipe-action.js +34 -6
  37. package/2x/cjs/components/swiper/swiper.js +14 -0
  38. package/2x/cjs/components/switch/switch.d.ts +2 -1
  39. package/2x/cjs/components/switch/switch.js +16 -3
  40. package/2x/cjs/locales/base.d.ts +9 -0
  41. package/2x/cjs/locales/base.js +9 -0
  42. package/2x/cjs/locales/en-US.d.ts +9 -0
  43. package/2x/cjs/locales/es-ES.d.ts +9 -0
  44. package/2x/cjs/locales/fa-IR.d.ts +9 -0
  45. package/2x/cjs/locales/fr-FR.d.ts +9 -0
  46. package/2x/cjs/locales/id-ID.d.ts +9 -0
  47. package/2x/cjs/locales/id-ID.js +13 -0
  48. package/2x/cjs/locales/kk-KZ.d.ts +9 -0
  49. package/2x/cjs/locales/ko-KR.d.ts +9 -0
  50. package/2x/cjs/locales/zh-CN.d.ts +9 -0
  51. package/2x/cjs/locales/zh-CN.js +9 -0
  52. package/2x/cjs/locales/zh-HK.d.ts +9 -0
  53. package/2x/cjs/locales/zh-TW.d.ts +9 -0
  54. package/2x/cjs/utils/matrix.d.ts +10 -0
  55. package/2x/cjs/utils/matrix.js +60 -0
  56. package/2x/cjs/utils/merge-locale.d.ts +1 -1
  57. package/2x/cjs/utils/merge-locale.js +15 -5
  58. package/2x/cjs/utils/use-drag-and-pinch.d.ts +1 -1
  59. package/2x/cjs/utils/use-props-value.js +1 -1
  60. package/2x/cjs/utils/use-resize-effect.js +3 -1
  61. package/2x/cjs/utils/with-default-props.js +2 -6
  62. package/2x/es/components/action-sheet/action-sheet.d.ts +1 -1
  63. package/2x/es/components/button/button.js +1 -1
  64. package/2x/es/components/calendar/calendar.d.ts +3 -3
  65. package/2x/es/components/calendar/index.d.ts +1 -1
  66. package/2x/es/components/cascader/cascader.d.ts +2 -0
  67. package/2x/es/components/cascader/index.d.ts +1 -0
  68. package/2x/es/components/cascader-view/cascader-view.d.ts +2 -1
  69. package/2x/es/components/cascader-view/cascader-view.js +2 -1
  70. package/2x/es/components/dialog/show.d.ts +1 -1
  71. package/2x/es/components/form/context.d.ts +1 -1
  72. package/2x/es/components/form/form-item.js +8 -4
  73. package/2x/es/components/image/test/image.test.js +54 -8
  74. package/2x/es/components/image-viewer/slide.js +73 -56
  75. package/2x/es/components/input/input.js +8 -2
  76. package/2x/es/components/modal/show.d.ts +1 -1
  77. package/2x/es/components/notice-bar/notice-bar.css +9 -0
  78. package/2x/es/components/notice-bar/notice-bar.js +5 -3
  79. package/2x/es/components/number-keyboard/number-keyboard.css +11 -15
  80. package/2x/es/components/number-keyboard/number-keyboard.d.ts +1 -1
  81. package/2x/es/components/number-keyboard/number-keyboard.js +19 -17
  82. package/2x/es/components/passcode-input/index.d.ts +1 -1
  83. package/2x/es/components/passcode-input/passcode-input.css +12 -12
  84. package/2x/es/components/passcode-input/passcode-input.js +15 -8
  85. package/2x/es/components/rate/rate.css +1 -0
  86. package/2x/es/components/rate/rate.js +32 -5
  87. package/2x/es/components/rate/star.js +0 -10
  88. package/2x/es/components/result/result.d.ts +1 -1
  89. package/2x/es/components/result/result.js +6 -1
  90. package/2x/es/components/search-bar/search-bar.js +12 -2
  91. package/2x/es/components/swipe-action/swipe-action.d.ts +2 -0
  92. package/2x/es/components/swipe-action/swipe-action.js +34 -6
  93. package/2x/es/components/swiper/swiper.js +14 -0
  94. package/2x/es/components/switch/switch.d.ts +2 -1
  95. package/2x/es/components/switch/switch.js +15 -3
  96. package/2x/es/locales/base.d.ts +9 -0
  97. package/2x/es/locales/base.js +9 -0
  98. package/2x/es/locales/en-US.d.ts +9 -0
  99. package/2x/es/locales/es-ES.d.ts +9 -0
  100. package/2x/es/locales/fa-IR.d.ts +9 -0
  101. package/2x/es/locales/fr-FR.d.ts +9 -0
  102. package/2x/es/locales/id-ID.d.ts +9 -0
  103. package/2x/es/locales/id-ID.js +13 -0
  104. package/2x/es/locales/kk-KZ.d.ts +9 -0
  105. package/2x/es/locales/ko-KR.d.ts +9 -0
  106. package/2x/es/locales/zh-CN.d.ts +9 -0
  107. package/2x/es/locales/zh-CN.js +9 -0
  108. package/2x/es/locales/zh-HK.d.ts +9 -0
  109. package/2x/es/locales/zh-TW.d.ts +9 -0
  110. package/2x/es/utils/matrix.d.ts +10 -0
  111. package/2x/es/utils/matrix.js +27 -0
  112. package/2x/es/utils/merge-locale.d.ts +1 -1
  113. package/2x/es/utils/merge-locale.js +17 -3
  114. package/2x/es/utils/use-drag-and-pinch.d.ts +1 -1
  115. package/2x/es/utils/use-props-value.js +1 -1
  116. package/2x/es/utils/use-resize-effect.js +3 -1
  117. package/2x/es/utils/with-default-props.js +2 -4
  118. package/2x/package.json +6 -6
  119. package/2x/umd/antd-mobile.js +25815 -2
  120. package/bundle/antd-mobile.cjs.js +47 -19174
  121. package/bundle/antd-mobile.compatible.umd.js +25815 -0
  122. package/bundle/antd-mobile.es.js +16532 -17127
  123. package/bundle/antd-mobile.umd.js +64 -0
  124. package/bundle/style.css +1 -4080
  125. package/cjs/components/action-sheet/action-sheet.d.ts +1 -1
  126. package/cjs/components/button/button.js +1 -1
  127. package/cjs/components/calendar/calendar.d.ts +3 -3
  128. package/cjs/components/calendar/index.d.ts +1 -1
  129. package/cjs/components/cascader/cascader.d.ts +2 -0
  130. package/cjs/components/cascader/index.d.ts +1 -0
  131. package/cjs/components/cascader-view/cascader-view.d.ts +2 -1
  132. package/cjs/components/cascader-view/cascader-view.js +2 -1
  133. package/cjs/components/dialog/show.d.ts +1 -1
  134. package/cjs/components/form/context.d.ts +1 -1
  135. package/cjs/components/form/form-item.js +9 -4
  136. package/cjs/components/image/test/image.test.js +57 -8
  137. package/cjs/components/image-viewer/slide.js +75 -56
  138. package/cjs/components/input/input.js +9 -2
  139. package/cjs/components/modal/show.d.ts +1 -1
  140. package/cjs/components/notice-bar/notice-bar.css +8 -0
  141. package/cjs/components/notice-bar/notice-bar.js +5 -3
  142. package/cjs/components/number-keyboard/number-keyboard.css +11 -14
  143. package/cjs/components/number-keyboard/number-keyboard.d.ts +1 -1
  144. package/cjs/components/number-keyboard/number-keyboard.js +19 -17
  145. package/cjs/components/passcode-input/index.d.ts +1 -1
  146. package/cjs/components/passcode-input/passcode-input.css +12 -12
  147. package/cjs/components/passcode-input/passcode-input.js +16 -8
  148. package/cjs/components/rate/rate.css +1 -0
  149. package/cjs/components/rate/rate.js +38 -5
  150. package/cjs/components/rate/star.js +0 -10
  151. package/cjs/components/result/result.d.ts +1 -1
  152. package/cjs/components/result/result.js +7 -1
  153. package/cjs/components/search-bar/search-bar.js +12 -2
  154. package/cjs/components/swipe-action/swipe-action.d.ts +2 -0
  155. package/cjs/components/swipe-action/swipe-action.js +34 -6
  156. package/cjs/components/swiper/swiper.js +14 -0
  157. package/cjs/components/switch/switch.d.ts +2 -1
  158. package/cjs/components/switch/switch.js +16 -3
  159. package/cjs/locales/base.d.ts +9 -0
  160. package/cjs/locales/base.js +9 -0
  161. package/cjs/locales/en-US.d.ts +9 -0
  162. package/cjs/locales/es-ES.d.ts +9 -0
  163. package/cjs/locales/fa-IR.d.ts +9 -0
  164. package/cjs/locales/fr-FR.d.ts +9 -0
  165. package/cjs/locales/id-ID.d.ts +9 -0
  166. package/cjs/locales/id-ID.js +13 -0
  167. package/cjs/locales/kk-KZ.d.ts +9 -0
  168. package/cjs/locales/ko-KR.d.ts +9 -0
  169. package/cjs/locales/zh-CN.d.ts +9 -0
  170. package/cjs/locales/zh-CN.js +9 -0
  171. package/cjs/locales/zh-HK.d.ts +9 -0
  172. package/cjs/locales/zh-TW.d.ts +9 -0
  173. package/cjs/utils/matrix.d.ts +10 -0
  174. package/cjs/utils/matrix.js +60 -0
  175. package/cjs/utils/merge-locale.d.ts +1 -1
  176. package/cjs/utils/merge-locale.js +15 -5
  177. package/cjs/utils/use-drag-and-pinch.d.ts +1 -1
  178. package/cjs/utils/use-props-value.js +1 -1
  179. package/cjs/utils/use-resize-effect.js +3 -1
  180. package/cjs/utils/with-default-props.js +2 -6
  181. package/es/components/action-sheet/action-sheet.d.ts +1 -1
  182. package/es/components/button/button.js +1 -1
  183. package/es/components/calendar/calendar.d.ts +3 -3
  184. package/es/components/calendar/index.d.ts +1 -1
  185. package/es/components/cascader/cascader.d.ts +2 -0
  186. package/es/components/cascader/index.d.ts +1 -0
  187. package/es/components/cascader-view/cascader-view.d.ts +2 -1
  188. package/es/components/cascader-view/cascader-view.js +2 -1
  189. package/es/components/dialog/show.d.ts +1 -1
  190. package/es/components/form/context.d.ts +1 -1
  191. package/es/components/form/form-item.js +8 -4
  192. package/es/components/image/test/image.test.js +54 -8
  193. package/es/components/image-viewer/slide.js +73 -56
  194. package/es/components/input/input.js +8 -2
  195. package/es/components/modal/show.d.ts +1 -1
  196. package/es/components/notice-bar/notice-bar.css +8 -0
  197. package/es/components/notice-bar/notice-bar.js +5 -3
  198. package/es/components/number-keyboard/number-keyboard.css +11 -14
  199. package/es/components/number-keyboard/number-keyboard.d.ts +1 -1
  200. package/es/components/number-keyboard/number-keyboard.js +19 -17
  201. package/es/components/passcode-input/index.d.ts +1 -1
  202. package/es/components/passcode-input/passcode-input.css +12 -12
  203. package/es/components/passcode-input/passcode-input.js +15 -8
  204. package/es/components/rate/rate.css +1 -0
  205. package/es/components/rate/rate.js +32 -5
  206. package/es/components/rate/star.js +0 -10
  207. package/es/components/result/result.d.ts +1 -1
  208. package/es/components/result/result.js +6 -1
  209. package/es/components/search-bar/search-bar.js +12 -2
  210. package/es/components/swipe-action/swipe-action.d.ts +2 -0
  211. package/es/components/swipe-action/swipe-action.js +34 -6
  212. package/es/components/swiper/swiper.js +14 -0
  213. package/es/components/switch/switch.d.ts +2 -1
  214. package/es/components/switch/switch.js +15 -3
  215. package/es/locales/base.d.ts +9 -0
  216. package/es/locales/base.js +9 -0
  217. package/es/locales/en-US.d.ts +9 -0
  218. package/es/locales/es-ES.d.ts +9 -0
  219. package/es/locales/fa-IR.d.ts +9 -0
  220. package/es/locales/fr-FR.d.ts +9 -0
  221. package/es/locales/id-ID.d.ts +9 -0
  222. package/es/locales/id-ID.js +13 -0
  223. package/es/locales/kk-KZ.d.ts +9 -0
  224. package/es/locales/ko-KR.d.ts +9 -0
  225. package/es/locales/zh-CN.d.ts +9 -0
  226. package/es/locales/zh-CN.js +9 -0
  227. package/es/locales/zh-HK.d.ts +9 -0
  228. package/es/locales/zh-TW.d.ts +9 -0
  229. package/es/utils/matrix.d.ts +10 -0
  230. package/es/utils/matrix.js +27 -0
  231. package/es/utils/merge-locale.d.ts +1 -1
  232. package/es/utils/merge-locale.js +17 -3
  233. package/es/utils/use-drag-and-pinch.d.ts +1 -1
  234. package/es/utils/use-props-value.js +1 -1
  235. package/es/utils/use-resize-effect.js +3 -1
  236. package/es/utils/with-default-props.js +2 -4
  237. package/package.json +6 -6
  238. package/umd/antd-mobile.js +1 -1
  239. 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
 
@@ -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 {
@@ -3511,6 +3485,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3511
3485
  --active-color: #ffd21e;
3512
3486
  --inactive-color: var(--adm-color-border);
3513
3487
  display: inline-flex;
3488
+ touch-action: pan-y;
3514
3489
  }
3515
3490
 
3516
3491
  .adm-rate-box {
@@ -3518,7 +3493,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3518
3493
  }
3519
3494
 
3520
3495
  .adm-rate-star {
3521
- padding: 0.125em;
3496
+ padding: .125em;
3522
3497
  line-height: var(--star-size);
3523
3498
  font-size: var(--star-size);
3524
3499
  color: var(--inactive-color);
@@ -3553,7 +3528,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3553
3528
  box-sizing: border-box;
3554
3529
  width: 128px;
3555
3530
  height: 128px;
3556
- margin: 0 auto 40px auto;
3531
+ margin: 0 auto 40px;
3557
3532
  padding: 12px;
3558
3533
  }
3559
3534
 
@@ -3721,7 +3696,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3721
3696
  border-right: solid 20px var(--adm-color-primary);
3722
3697
  }
3723
3698
 
3724
- .adm-selector-item .adm-selector-check-mark-wrapper > svg {
3699
+ .adm-selector-item .adm-selector-check-mark-wrapper>svg {
3725
3700
  position: absolute;
3726
3701
  left: 0;
3727
3702
  top: 0;
@@ -3731,7 +3706,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3731
3706
 
3732
3707
  .adm-selector-item-disabled {
3733
3708
  cursor: not-allowed;
3734
- opacity: 0.4;
3709
+ opacity: .4;
3735
3710
  }
3736
3711
 
3737
3712
  .adm-side-bar {
@@ -3814,7 +3789,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3814
3789
  }
3815
3790
 
3816
3791
  .adm-side-bar-item-disabled .adm-side-bar-item-title {
3817
- opacity: 0.4;
3792
+ opacity: .4;
3818
3793
  }
3819
3794
 
3820
3795
  .adm-side-bar-badge.adm-badge {
@@ -3878,7 +3853,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3878
3853
  text-align: center;
3879
3854
  line-height: 56px;
3880
3855
  background: var(--adm-color-white);
3881
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
3856
+ box-shadow: 0 4px 10px #0000001f;
3882
3857
  color: var(--fill-color);
3883
3858
  }
3884
3859
 
@@ -3904,7 +3879,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3904
3879
  height: 64px;
3905
3880
  border-radius: 50%;
3906
3881
  top: 50%;
3907
- transform: translate(-50%, -50%);
3882
+ transform: translate(-50%,-50%);
3908
3883
  }
3909
3884
 
3910
3885
  .adm-slider-mark {
@@ -3925,11 +3900,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
3925
3900
  word-break: keep-all;
3926
3901
  -webkit-user-select: none;
3927
3902
  user-select: none;
3928
- transform: translateX(-50%);
3903
+ transform: translate(-50%);
3929
3904
  }
3930
3905
 
3931
3906
  .adm-slider-disabled {
3932
- opacity: 0.4;
3907
+ opacity: .4;
3933
3908
  }
3934
3909
 
3935
3910
  .adm-slider-disabled .adm-slider-thumb {
@@ -4005,13 +3980,10 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4005
3980
  position: absolute;
4006
3981
  top: 50%;
4007
3982
  left: 50%;
4008
- transform: translate(-50%, -50%);
4009
- }
4010
-
4011
- .adm-stepper-minus {
4012
- border-radius: 0;
3983
+ transform: translate(-50%,-50%);
4013
3984
  }
4014
3985
 
3986
+ .adm-stepper-minus,
4015
3987
  .adm-stepper-plus {
4016
3988
  border-radius: 0;
4017
3989
  }
@@ -4025,8 +3997,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4025
3997
  position: relative;
4026
3998
  }
4027
3999
 
4028
- .adm-step .adm-step-indicator::after {
4029
- content: '';
4000
+ .adm-step .adm-step-indicator:after {
4001
+ content: "";
4030
4002
  position: absolute;
4031
4003
  z-index: 0;
4032
4004
  background-color: var(--line-to-next-color);
@@ -4039,11 +4011,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4039
4011
  color: var(--icon-color);
4040
4012
  }
4041
4013
 
4042
- .adm-step .adm-step-indicator .adm-step-icon-container > .antd-mobile-icon {
4014
+ .adm-step .adm-step-indicator .adm-step-icon-container>.antd-mobile-icon {
4043
4015
  display: block;
4044
4016
  }
4045
4017
 
4046
- .adm-step:last-child .adm-step-indicator::after {
4018
+ .adm-step:last-child .adm-step-indicator:after {
4047
4019
  display: none;
4048
4020
  }
4049
4021
 
@@ -4103,7 +4075,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4103
4075
  height: 48px;
4104
4076
  }
4105
4077
 
4106
- .adm-steps-horizontal .adm-step .adm-step-indicator::after {
4078
+ .adm-steps-horizontal .adm-step .adm-step-indicator:after {
4107
4079
  left: 50%;
4108
4080
  top: 50%;
4109
4081
  height: 2px;
@@ -4114,7 +4086,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4114
4086
  .adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container {
4115
4087
  left: 50%;
4116
4088
  top: 50%;
4117
- transform: translate(-50%, -50%);
4089
+ transform: translate(-50%,-50%);
4118
4090
  }
4119
4091
 
4120
4092
  .adm-steps-horizontal .adm-step-content {
@@ -4147,18 +4119,18 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4147
4119
  margin-right: var(--indicator-margin-right);
4148
4120
  }
4149
4121
 
4150
- .adm-steps-vertical .adm-step .adm-step-indicator::after {
4122
+ .adm-steps-vertical .adm-step .adm-step-indicator:after {
4151
4123
  left: 50%;
4152
4124
  top: calc(var(--title-font-size) * 1.5 / 2);
4153
4125
  width: 2px;
4154
- transform: translateX(-50%);
4126
+ transform: translate(-50%);
4155
4127
  height: 100%;
4156
4128
  }
4157
4129
 
4158
4130
  .adm-steps-vertical .adm-step .adm-step-indicator .adm-step-icon-container {
4159
4131
  top: calc(var(--title-font-size) * 1.5 / 2);
4160
4132
  left: 50%;
4161
- transform: translate(-50%, -50%);
4133
+ transform: translate(-50%,-50%);
4162
4134
  }
4163
4135
 
4164
4136
  .adm-steps-vertical .adm-step:last-child .adm-step-content {
@@ -4297,11 +4269,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4297
4269
  position: absolute;
4298
4270
  bottom: 12px;
4299
4271
  left: 50%;
4300
- transform: translateX(-50%);
4272
+ transform: translate(-50%);
4301
4273
  }
4302
4274
 
4303
4275
  .adm-swiper-horizontal .adm-swiper-track {
4304
- transform: translateX(var(--track-offset));
4276
+ transform: translate(var(--track-offset));
4305
4277
  }
4306
4278
 
4307
4279
  .adm-swiper-horizontal .adm-swiper-track-inner {
@@ -4330,7 +4302,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4330
4302
  }
4331
4303
 
4332
4304
  @keyframes loading-rotate {
4333
- 100% {
4305
+ to {
4334
4306
  transform: rotate(1turn);
4335
4307
  }
4336
4308
  }
@@ -4346,9 +4318,6 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4346
4318
  position: relative;
4347
4319
  align-self: center;
4348
4320
  cursor: pointer;
4349
- /* 选中状态 */
4350
- /* 禁用状态 */
4351
- /* loading图标 */
4352
4321
  }
4353
4322
 
4354
4323
  .adm-switch input {
@@ -4367,7 +4336,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4367
4336
  }
4368
4337
 
4369
4338
  .adm-switch-checkbox:before {
4370
- content: ' ';
4339
+ content: " ";
4371
4340
  position: absolute;
4372
4341
  left: var(--border-width);
4373
4342
  top: var(--border-width);
@@ -4377,7 +4346,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4377
4346
  box-sizing: border-box;
4378
4347
  background: var(--adm-color-background);
4379
4348
  z-index: 1;
4380
- transition: all 200ms;
4349
+ transition: all .2s;
4381
4350
  transform: scale(1);
4382
4351
  }
4383
4352
 
@@ -4393,8 +4362,8 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4393
4362
  z-index: 2;
4394
4363
  top: var(--border-width);
4395
4364
  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);
4365
+ transition: all .2s;
4366
+ box-shadow: 0 0 4px #0003,0 4px 23px #00000014,-2px 4px 4px #0000001a;
4398
4367
  }
4399
4368
 
4400
4369
  .adm-switch-inner {
@@ -4406,7 +4375,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4406
4375
  margin: 0 16px 0 calc(var(--height) - var(--border-width) + 8px);
4407
4376
  height: 100%;
4408
4377
  color: var(--adm-color-weak);
4409
- transition: margin 200ms;
4378
+ transition: margin .2s;
4410
4379
  font-size: var(--adm-font-size-7);
4411
4380
  }
4412
4381
 
@@ -4429,7 +4398,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4429
4398
 
4430
4399
  .adm-switch.adm-switch-disabled {
4431
4400
  cursor: not-allowed;
4432
- opacity: 0.4;
4401
+ opacity: .4;
4433
4402
  }
4434
4403
 
4435
4404
  .adm-switch-spin-icon {
@@ -4495,7 +4464,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4495
4464
  padding: 4px 8px;
4496
4465
  font-size: var(--adm-font-size-3);
4497
4466
  line-height: 1;
4498
- font-weight: normal;
4467
+ font-weight: 400;
4499
4468
  background: var(--background-color);
4500
4469
  color: var(--text-color);
4501
4470
  display: inline-block;
@@ -4601,15 +4570,15 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4601
4570
  position: relative;
4602
4571
  top: 50%;
4603
4572
  left: 50%;
4604
- transform: translate(-50%, -50%);
4573
+ transform: translate(-50%,-50%);
4605
4574
  width: auto;
4606
4575
  min-width: 192px;
4607
4576
  max-width: 400px;
4608
4577
  max-height: 70%;
4609
4578
  overflow: auto;
4610
- color: white;
4579
+ color: #fff;
4611
4580
  word-break: break-all;
4612
- background-color: rgba(0, 0, 0, 0.7);
4581
+ background-color: #000000b3;
4613
4582
  border-radius: 16px;
4614
4583
  pointer-events: all;
4615
4584
  font-size: var(--adm-font-size-7);
@@ -4672,16 +4641,11 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4672
4641
  position: relative;
4673
4642
  }
4674
4643
 
4675
- .adm-tree-select-item-active {
4676
- color: var(--adm-color-primary);
4677
- font-weight: bold;
4678
- background-color: white;
4679
- }
4680
-
4644
+ .adm-tree-select-item-active,
4681
4645
  .adm-tree-select-multiple-item-expand {
4682
4646
  color: var(--adm-color-primary);
4683
- font-weight: bold;
4684
- background-color: white;
4647
+ font-weight: 700;
4648
+ background-color: #fff;
4685
4649
  }
4686
4650
 
4687
4651
  .adm-tree-select-multiple-item-checkbox {
@@ -4718,7 +4682,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4718
4682
  color: var(--color);
4719
4683
  }
4720
4684
 
4721
- .adm-virtual-input > * {
4685
+ .adm-virtual-input>* {
4722
4686
  vertical-align: top;
4723
4687
  }
4724
4688
 
@@ -4783,7 +4747,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled)::after {
4783
4747
  }
4784
4748
 
4785
4749
  @keyframes adm-caret-blink {
4786
- from {
4750
+ 0% {
4787
4751
  opacity: 1;
4788
4752
  }
4789
4753