antd-mobile 5.24.2 → 5.25.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 (60) hide show
  1. package/2x/bundle/antd-mobile.cjs.development.js +304 -191
  2. package/2x/bundle/antd-mobile.cjs.js +8 -8
  3. package/2x/bundle/antd-mobile.es.development.js +304 -191
  4. package/2x/bundle/antd-mobile.es.js +6566 -6502
  5. package/2x/bundle/antd-mobile.umd.development.js +304 -191
  6. package/2x/bundle/antd-mobile.umd.js +8 -8
  7. package/2x/bundle/style.css +1 -0
  8. package/2x/cjs/components/cascader-view/cascader-view.d.ts +1 -1
  9. package/2x/cjs/components/cascader-view/cascader-view.js +3 -4
  10. package/2x/cjs/components/image-uploader/image-uploader.js +8 -7
  11. package/2x/cjs/components/image-viewer/image-viewer.d.ts +1 -1
  12. package/2x/cjs/components/image-viewer/slide.d.ts +1 -1
  13. package/2x/cjs/components/image-viewer/slide.js +9 -2
  14. package/2x/cjs/components/popup/popup.css +1 -0
  15. package/2x/cjs/components/slider/thumb.js +3 -2
  16. package/2x/cjs/index.d.ts +81 -1
  17. package/2x/cjs/index.js +1 -1
  18. package/2x/es/components/cascader-view/cascader-view.d.ts +1 -1
  19. package/2x/es/components/cascader-view/cascader-view.js +3 -4
  20. package/2x/es/components/image-uploader/image-uploader.js +8 -7
  21. package/2x/es/components/image-viewer/image-viewer.d.ts +1 -1
  22. package/2x/es/components/image-viewer/slide.d.ts +1 -1
  23. package/2x/es/components/image-viewer/slide.js +9 -2
  24. package/2x/es/components/popup/popup.css +1 -0
  25. package/2x/es/components/slider/thumb.js +1 -1
  26. package/2x/es/index.d.ts +81 -1
  27. package/2x/es/index.js +1 -1
  28. package/2x/package.json +1 -1
  29. package/bundle/antd-mobile.cjs.development.js +304 -191
  30. package/bundle/antd-mobile.cjs.js +8 -8
  31. package/bundle/antd-mobile.compatible.umd.js +1 -1
  32. package/bundle/antd-mobile.es.development.js +304 -191
  33. package/bundle/antd-mobile.es.js +6566 -6502
  34. package/bundle/antd-mobile.umd.development.js +304 -191
  35. package/bundle/antd-mobile.umd.js +8 -8
  36. package/bundle/style.css +1 -1
  37. package/cjs/components/cascader-view/cascader-view.d.ts +1 -1
  38. package/cjs/components/cascader-view/cascader-view.js +3 -4
  39. package/cjs/components/image-uploader/image-uploader.js +8 -7
  40. package/cjs/components/image-viewer/image-viewer.d.ts +1 -1
  41. package/cjs/components/image-viewer/slide.d.ts +1 -1
  42. package/cjs/components/image-viewer/slide.js +9 -2
  43. package/cjs/components/popup/popup.css +1 -0
  44. package/cjs/components/slider/thumb.js +3 -2
  45. package/cjs/index.d.ts +81 -1
  46. package/cjs/index.js +1 -1
  47. package/es/components/cascader-view/cascader-view.d.ts +1 -1
  48. package/es/components/cascader-view/cascader-view.js +3 -4
  49. package/es/components/image-uploader/image-uploader.js +8 -7
  50. package/es/components/image-viewer/image-viewer.d.ts +1 -1
  51. package/es/components/image-viewer/slide.d.ts +1 -1
  52. package/es/components/image-viewer/slide.js +9 -2
  53. package/es/components/popup/popup.css +1 -0
  54. package/es/components/slider/thumb.js +1 -1
  55. package/es/index.d.ts +81 -1
  56. package/es/index.js +1 -1
  57. package/package.json +1 -1
  58. package/umd/antd-mobile.js +1 -1
  59. package/2x/bundle/css-vars-patch.css +0 -399
  60. package/bundle/css-vars-patch.css +0 -312
@@ -1,399 +0,0 @@
1
- @supports not (color: var(--adm-color-text)) {
2
- .adm-button {
3
- color: #333333;
4
- background-color: #ffffff;
5
- font-size: 34px;
6
- border-width: 2px;
7
- border-style: solid;
8
- border-color: #eeeeee;
9
- border-radius: 8px;
10
- }
11
-
12
- .adm-button::before {
13
- transform: translate(-2px, -2px);
14
- border: 2px solid #000;
15
- border-radius: 8px;
16
- }
17
-
18
- .adm-button-default.adm-button-fill-outline {
19
- background-color: transparent;
20
- border-color: #333333;
21
- }
22
-
23
- .adm-button-default.adm-button-fill-none {
24
- background-color: transparent;
25
- border-width: 0;
26
- }
27
-
28
- .adm-button:not(.adm-button-default) {
29
- color: #ffffff;
30
- }
31
-
32
- .adm-button:not(.adm-button-default).adm-button-fill-outline {
33
- background-color: transparent;
34
- }
35
-
36
- .adm-button:not(.adm-button-default).adm-button-fill-none {
37
- background-color: transparent;
38
- border-width: 0;
39
- }
40
-
41
- .adm-button-primary {
42
- background-color: #1677ff;
43
- border-color: #1677ff;
44
- }
45
-
46
- .adm-button-primary.adm-button-fill-outline,
47
- .adm-button-primary.adm-button-fill-none {
48
- color: #1677ff;
49
- }
50
-
51
- .adm-button-success {
52
- background-color: #00b578;
53
- border-color: #00b578;
54
- }
55
-
56
- .adm-button-success.adm-button-fill-outline,
57
- .adm-button-success.adm-button-fill-none {
58
- color: #00b578;
59
- }
60
-
61
- .adm-button-danger {
62
- background-color: #00b578;
63
- border-color: #00b578;
64
- }
65
-
66
- .adm-button-danger.adm-button-fill-outline,
67
- .adm-button-danger.adm-button-fill-none {
68
- color: #00b578;
69
- }
70
-
71
- .adm-button-warning {
72
- background-color: #ff8f1f;
73
- border-color: #ff8f1f;
74
- }
75
-
76
- .adm-button-warning.adm-button-fill-outline,
77
- .adm-button-warning.adm-button-fill-none {
78
- color: #ff8f1f;
79
- }
80
-
81
- .adm-button.adm-button-mini {
82
- font-size: 26px;
83
- }
84
-
85
- .adm-button.adm-button-small {
86
- padding-top: 6px;
87
- padding-bottom: 6px;
88
- font-size: 30px;
89
- }
90
-
91
- .adm-button.adm-button-large {
92
- padding-top: 22px;
93
- padding-bottom: 22px;
94
- font-size: 36px;
95
- }
96
-
97
- .adm-button.adm-button-shape-rounded {
98
- border-radius: 2000px;
99
- }
100
-
101
- .adm-button.adm-button-shape-rounded::before {
102
- border-radius: 2000px;
103
- }
104
-
105
- .adm-button.adm-button-shape-rectangular {
106
- border-radius: 0;
107
- }
108
-
109
- .adm-center-popup {
110
- z-index: 1000;
111
- }
112
-
113
- .adm-center-popup-wrap {
114
- min-width: 560px;
115
- max-width: 75vw;
116
- }
117
-
118
- .adm-center-popup-body {
119
- background-color: #ffffff;
120
- border-radius: 16px;
121
- }
122
-
123
- .adm-error-block-image {
124
- height: 200px;
125
- width: auto;
126
- }
127
-
128
- .adm-error-block-description {
129
- font-size: var(--adm-font-size-4);
130
- }
131
-
132
- .adm-error-block-description-title {
133
- font-size: var(--adm-font-size-7);
134
- }
135
-
136
- .adm-error-block-full-page {
137
- padding-top: calc(50vh - 400px);
138
- }
139
-
140
- .adm-error-block-full-page .adm-error-block-image {
141
- height: 400px;
142
- width: auto;
143
- }
144
-
145
- .adm-error-block-full-page .adm-error-block-description {
146
- font-size: var(--adm-font-size-main);
147
- }
148
-
149
- .adm-error-block-full-page .adm-error-block-description-title {
150
- color: #333333;
151
- }
152
-
153
- .adm-image {
154
- width: auto;
155
- height: auto;
156
- }
157
-
158
- .adm-image-tip {
159
- background-color: #f5f5f5;
160
- }
161
-
162
- .adm-image-tip > svg {
163
- color: #999999;
164
- }
165
-
166
- .adm-mask {
167
- z-index: 1000;
168
- }
169
-
170
- .adm-modal-body {
171
- font-size: 28px;
172
- }
173
-
174
- .adm-modal-title {
175
- font-size: 36px;
176
- }
177
-
178
- .adm-modal-content {
179
- font-size: 30px;
180
- color: #333333;
181
- }
182
-
183
- .adm-modal-close {
184
- color: #999999;
185
- font-size: 36px;
186
- }
187
-
188
- .adm-modal-footer.adm-space.adm-space-vertical > .adm-space-item.adm-space-item {
189
- margin-bottom: 40px;
190
- }
191
-
192
- .adm-modal-footer.adm-space.adm-space-vertical > .adm-space-item.adm-space-item:last-child {
193
- margin-bottom: 0;
194
- }
195
-
196
- .adm-modal-footer .adm-modal-button {
197
- font-size: 36px;
198
- }
199
-
200
- .adm-page-indicator-dot {
201
- width: 6px;
202
- height: 6px;
203
- border-radius: 2px;
204
- background: rgba(0, 0, 0, 0.2);
205
- }
206
-
207
- .adm-page-indicator-dot-active {
208
- border-radius: 2px;
209
- background: #1677ff;
210
- }
211
-
212
- .adm-page-indicator-color-white .adm-page-indicator-dot-active.adm-page-indicator-dot-active {
213
- background: #ffffff;
214
- }
215
-
216
- .adm-page-indicator-horizontal .adm-page-indicator-dot {
217
- margin-right: 6px;
218
- }
219
-
220
- .adm-page-indicator-horizontal .adm-page-indicator-dot-active {
221
- width: 26px;
222
- }
223
-
224
- .adm-page-indicator-vertical .adm-page-indicator-dot {
225
- margin-bottom: 6px;
226
- }
227
-
228
- .adm-page-indicator-vertical .adm-page-indicator-dot-active {
229
- height: 26px;
230
- }
231
-
232
- .adm-popover-menu.adm-popover .adm-popover-inner-content {
233
- padding: 0 !important;
234
- }
235
-
236
- .adm-popover-menu-item-text {
237
- border-top: solid 2px #eeeeee;
238
- }
239
-
240
- .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
241
- background-color: #eeeeee;
242
- }
243
-
244
- .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
245
- border-bottom: solid 2px #eeeeee;
246
- }
247
-
248
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item-text {
249
- border-color: #333333;
250
- }
251
-
252
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
253
- background-color: #333333;
254
- }
255
-
256
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
257
- border-color: #333333;
258
- }
259
-
260
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-inner.adm-popover-inner.adm-popover-inner {
261
- background-color: rgba(0, 0, 0, 0.9);
262
- }
263
-
264
- .adm-popover {
265
- z-index: 1030;
266
- }
267
-
268
- .adm-popover.adm-popover-dark {
269
- color: #ffffff;
270
- }
271
-
272
- .adm-popover.adm-popover-dark .adm-popover-inner {
273
- background-color: rgba(0, 0, 0, 0.75);
274
- }
275
-
276
- .adm-popover-inner {
277
- background-color: #ffffff;
278
- font-size: 30px;
279
- }
280
-
281
- .adm-popover-inner-content {
282
- padding: 16px 24px;
283
- }
284
-
285
- .adm-popover-arrow {
286
- display: none !important;
287
- }
288
-
289
- .adm-scroll-mask-left {
290
- background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
291
- }
292
-
293
- .adm-scroll-mask-right {
294
- background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
295
- }
296
-
297
- .adm-space-vertical > .adm-space-item {
298
- margin-bottom: 16px;
299
- }
300
-
301
- .adm-space-horizontal > .adm-space-item {
302
- margin-right: 16px;
303
- }
304
-
305
- .adm-space-horizontal.adm-space-wrap {
306
- flex-wrap: wrap;
307
- margin-bottom: -16px;
308
- }
309
-
310
- .adm-space-horizontal.adm-space-wrap > .adm-space-item {
311
- padding-bottom: 16px;
312
- }
313
-
314
- .adm-spin-loading {
315
- width: 64px;
316
- height: 64px;
317
- }
318
-
319
- .adm-spin-loading-svg {
320
- width: 100%;
321
- height: 100%;
322
- animation: adm-spin-loading-rotate 0.8s infinite linear;
323
- }
324
-
325
- .adm-spin-loading-svg > .adm-spin-loading-fill {
326
- stroke: #999999;
327
- }
328
-
329
- .adm-swiper {
330
- display: block;
331
- width: 100%;
332
- height: auto;
333
- border-radius: 0;
334
- }
335
-
336
- .adm-swiper-track {
337
- padding: 0;
338
- }
339
-
340
- .adm-swiper-horizontal .adm-swiper-track {
341
- transform: translateX(0%);
342
- }
343
-
344
- .adm-swiper-horizontal .adm-swiper-track-inner {
345
- width: 100%;
346
- }
347
-
348
- .adm-swiper-vertical .adm-swiper-track {
349
- transform: translateY(0%);
350
- }
351
-
352
- .adm-swiper-vertical .adm-swiper-track-inner {
353
- height: 100%;
354
- }
355
-
356
- .adm-tabs-header {
357
- border-bottom: solid 2px #eeeeee;
358
- }
359
-
360
- .adm-tabs-tab {
361
- font-size: 34px;
362
- }
363
-
364
- .adm-tabs-tab-active {
365
- color: #1677ff;
366
- }
367
-
368
- .adm-tabs-tab-line {
369
- height: 4px;
370
- background: #1677ff;
371
- border-radius: 4px;
372
- }
373
-
374
- .adm-tabs-content {
375
- padding: 24px;
376
- }
377
-
378
- .adm-tabs-header-mask-left {
379
- background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
380
- }
381
-
382
- .adm-tabs-header-mask-right {
383
- background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
384
- }
385
-
386
- .adm-toast-mask .adm-toast-main {
387
- font-size: 30px;
388
- }
389
-
390
- .adm-toast-loading.adm-toast-loading {
391
- width: 96px;
392
- height: 96px;
393
- margin: 0 auto 16px;
394
- }
395
-
396
- .adm-toast-loading.adm-toast-loading .adm-spin-loading-fill {
397
- stroke: #ffffff;
398
- }
399
- }
@@ -1,312 +0,0 @@
1
- @supports not (color: var(--adm-color-text)) {
2
- .adm-button {
3
- color: #333333;
4
- background-color: #ffffff;
5
- font-size: 17px;
6
- border-width: 1px;
7
- border-style: solid;
8
- border-color: #eeeeee;
9
- border-radius: 4px;
10
- }
11
- .adm-button::before {
12
- transform: translate(-1px, -1px);
13
- border: 1px solid #000;
14
- border-radius: 4px;
15
- }
16
- .adm-button-default.adm-button-fill-outline {
17
- background-color: transparent;
18
- border-color: #333333;
19
- }
20
- .adm-button-default.adm-button-fill-none {
21
- background-color: transparent;
22
- border-width: 0;
23
- }
24
- .adm-button:not(.adm-button-default) {
25
- color: #ffffff;
26
- }
27
- .adm-button:not(.adm-button-default).adm-button-fill-outline {
28
- background-color: transparent;
29
- }
30
- .adm-button:not(.adm-button-default).adm-button-fill-none {
31
- background-color: transparent;
32
- border-width: 0;
33
- }
34
- .adm-button-primary {
35
- background-color: #1677ff;
36
- border-color: #1677ff;
37
- }
38
- .adm-button-primary.adm-button-fill-outline,
39
- .adm-button-primary.adm-button-fill-none {
40
- color: #1677ff;
41
- }
42
- .adm-button-success {
43
- background-color: #00b578;
44
- border-color: #00b578;
45
- }
46
- .adm-button-success.adm-button-fill-outline,
47
- .adm-button-success.adm-button-fill-none {
48
- color: #00b578;
49
- }
50
- .adm-button-danger {
51
- background-color: #00b578;
52
- border-color: #00b578;
53
- }
54
- .adm-button-danger.adm-button-fill-outline,
55
- .adm-button-danger.adm-button-fill-none {
56
- color: #00b578;
57
- }
58
- .adm-button-warning {
59
- background-color: #ff8f1f;
60
- border-color: #ff8f1f;
61
- }
62
- .adm-button-warning.adm-button-fill-outline,
63
- .adm-button-warning.adm-button-fill-none {
64
- color: #ff8f1f;
65
- }
66
- .adm-button.adm-button-mini {
67
- font-size: 13px;
68
- }
69
- .adm-button.adm-button-small {
70
- padding-top: 3px;
71
- padding-bottom: 3px;
72
- font-size: 15px;
73
- }
74
- .adm-button.adm-button-large {
75
- padding-top: 11px;
76
- padding-bottom: 11px;
77
- font-size: 18px;
78
- }
79
- .adm-button.adm-button-shape-rounded {
80
- border-radius: 1000px;
81
- }
82
- .adm-button.adm-button-shape-rounded::before {
83
- border-radius: 1000px;
84
- }
85
- .adm-button.adm-button-shape-rectangular {
86
- border-radius: 0;
87
- }
88
- .adm-center-popup {
89
- z-index: 1000;
90
- }
91
- .adm-center-popup-wrap {
92
- min-width: 280px;
93
- max-width: 75vw;
94
- }
95
- .adm-center-popup-body {
96
- background-color: #ffffff;
97
- border-radius: 8px;
98
- }
99
- .adm-error-block-image {
100
- height: 100px;
101
- width: auto;
102
- }
103
- .adm-error-block-description {
104
- font-size: var(--adm-font-size-4);
105
- }
106
- .adm-error-block-description-title {
107
- font-size: var(--adm-font-size-7);
108
- }
109
- .adm-error-block-full-page {
110
- padding-top: calc(50vh - 200px);
111
- }
112
- .adm-error-block-full-page .adm-error-block-image {
113
- height: 200px;
114
- width: auto;
115
- }
116
- .adm-error-block-full-page .adm-error-block-description {
117
- font-size: var(--adm-font-size-main);
118
- }
119
- .adm-error-block-full-page .adm-error-block-description-title {
120
- color: #333333;
121
- }
122
- .adm-image {
123
- width: auto;
124
- height: auto;
125
- }
126
- .adm-image-tip {
127
- background-color: #f5f5f5;
128
- }
129
- .adm-image-tip > svg {
130
- color: #999999;
131
- }
132
- .adm-mask {
133
- z-index: 1000;
134
- }
135
- .adm-modal-body {
136
- font-size: 14px;
137
- }
138
- .adm-modal-title {
139
- font-size: 18px;
140
- }
141
- .adm-modal-content {
142
- font-size: 15px;
143
- color: #333333;
144
- }
145
- .adm-modal-close {
146
- color: #999999;
147
- font-size: 18px;
148
- }
149
- .adm-modal-footer.adm-space.adm-space-vertical > .adm-space-item.adm-space-item {
150
- margin-bottom: 20px;
151
- }
152
- .adm-modal-footer.adm-space.adm-space-vertical > .adm-space-item.adm-space-item:last-child {
153
- margin-bottom: 0;
154
- }
155
- .adm-modal-footer .adm-modal-button {
156
- font-size: 18px;
157
- }
158
- .adm-page-indicator-dot {
159
- width: 3px;
160
- height: 3px;
161
- border-radius: 1px;
162
- background: rgba(0, 0, 0, 0.2);
163
- }
164
- .adm-page-indicator-dot-active {
165
- border-radius: 1px;
166
- background: #1677ff;
167
- }
168
- .adm-page-indicator-color-white .adm-page-indicator-dot-active.adm-page-indicator-dot-active {
169
- background: #ffffff;
170
- }
171
- .adm-page-indicator-horizontal .adm-page-indicator-dot {
172
- margin-right: 3px;
173
- }
174
- .adm-page-indicator-horizontal .adm-page-indicator-dot-active {
175
- width: 13px;
176
- }
177
- .adm-page-indicator-vertical .adm-page-indicator-dot {
178
- margin-bottom: 3px;
179
- }
180
- .adm-page-indicator-vertical .adm-page-indicator-dot-active {
181
- height: 13px;
182
- }
183
- .adm-popover-menu.adm-popover .adm-popover-inner-content {
184
- padding: 0 !important;
185
- }
186
- .adm-popover-menu-item-text {
187
- border-top: solid 1px #eeeeee;
188
- }
189
- .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
190
- background-color: #eeeeee;
191
- }
192
- .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
193
- border-bottom: solid 1px #eeeeee;
194
- }
195
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item-text {
196
- border-color: #333333;
197
- }
198
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
199
- background-color: #333333;
200
- }
201
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
202
- border-color: #333333;
203
- }
204
- .adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-inner.adm-popover-inner.adm-popover-inner {
205
- background-color: rgba(0, 0, 0, 0.9);
206
- }
207
- .adm-popover {
208
- z-index: 1030;
209
- }
210
- .adm-popover.adm-popover-dark {
211
- color: #ffffff;
212
- }
213
- .adm-popover.adm-popover-dark .adm-popover-inner {
214
- background-color: rgba(0, 0, 0, 0.75);
215
- }
216
- .adm-popover-inner {
217
- background-color: #ffffff;
218
- font-size: 15px;
219
- }
220
- .adm-popover-inner-content {
221
- padding: 8px 12px;
222
- }
223
- .adm-popover-arrow {
224
- display: none !important;
225
- }
226
- .adm-scroll-mask-left {
227
- background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
228
- }
229
- .adm-scroll-mask-right {
230
- background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
231
- }
232
- .adm-space-vertical > .adm-space-item {
233
- margin-bottom: 8px;
234
- }
235
- .adm-space-horizontal > .adm-space-item {
236
- margin-right: 8px;
237
- }
238
- .adm-space-horizontal.adm-space-wrap {
239
- flex-wrap: wrap;
240
- margin-bottom: -8px;
241
- }
242
- .adm-space-horizontal.adm-space-wrap > .adm-space-item {
243
- padding-bottom: 8px;
244
- }
245
- .adm-spin-loading {
246
- width: 32px;
247
- height: 32px;
248
- }
249
- .adm-spin-loading-svg {
250
- width: 100%;
251
- height: 100%;
252
- animation: adm-spin-loading-rotate 0.8s infinite linear;
253
- }
254
- .adm-spin-loading-svg > .adm-spin-loading-fill {
255
- stroke: #999999;
256
- }
257
- .adm-swiper {
258
- display: block;
259
- width: 100%;
260
- height: auto;
261
- border-radius: 0;
262
- }
263
- .adm-swiper-track {
264
- padding: 0;
265
- }
266
- .adm-swiper-horizontal .adm-swiper-track {
267
- transform: translateX(0%);
268
- }
269
- .adm-swiper-horizontal .adm-swiper-track-inner {
270
- width: 100%;
271
- }
272
- .adm-swiper-vertical .adm-swiper-track {
273
- transform: translateY(0%);
274
- }
275
- .adm-swiper-vertical .adm-swiper-track-inner {
276
- height: 100%;
277
- }
278
- .adm-tabs-header {
279
- border-bottom: solid 1px #eeeeee;
280
- }
281
- .adm-tabs-tab {
282
- font-size: 17px;
283
- }
284
- .adm-tabs-tab-active {
285
- color: #1677ff;
286
- }
287
- .adm-tabs-tab-line {
288
- height: 2px;
289
- background: #1677ff;
290
- border-radius: 2px;
291
- }
292
- .adm-tabs-content {
293
- padding: 12px;
294
- }
295
- .adm-tabs-header-mask-left {
296
- background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
297
- }
298
- .adm-tabs-header-mask-right {
299
- background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
300
- }
301
- .adm-toast-mask .adm-toast-main {
302
- font-size: 15px;
303
- }
304
- .adm-toast-loading.adm-toast-loading {
305
- width: 48px;
306
- height: 48px;
307
- margin: 0 auto 8px;
308
- }
309
- .adm-toast-loading.adm-toast-loading .adm-spin-loading-fill {
310
- stroke: #ffffff;
311
- }
312
- }