@fairys/taro-tools-react 0.0.1
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.
- package/README.md +1 -0
- package/esm/components/EnterLoading/index.d.ts +14 -0
- package/esm/components/EnterLoading/index.js +65 -0
- package/esm/components/MainPage/index.d.ts +10 -0
- package/esm/components/MainPage/index.js +49 -0
- package/esm/components/Mesage/index.d.ts +48 -0
- package/esm/components/Mesage/index.js +122 -0
- package/esm/components/Portal/index.d.ts +8 -0
- package/esm/components/Portal/index.js +11 -0
- package/esm/components/Toast/index.d.ts +1 -0
- package/esm/components/Toast/index.js +20 -0
- package/esm/components/connectToastMessage/index.d.ts +10 -0
- package/esm/components/connectToastMessage/index.js +28 -0
- package/esm/components/index.d.ts +6 -0
- package/esm/components/index.js +6 -0
- package/esm/context/global.data.instance.d.ts +5411 -0
- package/esm/context/global.data.instance.js +66 -0
- package/esm/context/global.setting.data.instance.d.ts +28 -0
- package/esm/context/global.setting.data.instance.js +20 -0
- package/esm/context/index.d.ts +4 -0
- package/esm/context/index.js +4 -0
- package/esm/context/page.data.instance.d.ts +71 -0
- package/esm/context/page.data.instance.js +139 -0
- package/esm/context/page.info.data.instance.d.ts +72 -0
- package/esm/context/page.info.data.instance.js +107 -0
- package/esm/index.d.ts +3 -0
- package/esm/index.js +3 -0
- package/esm/styles/index.css +711 -0
- package/esm/utils/index.d.ts +4 -0
- package/esm/utils/index.js +4 -0
- package/esm/utils/navigate.d.ts +109 -0
- package/esm/utils/navigate.js +45 -0
- package/esm/utils/request.d.ts +112 -0
- package/esm/utils/request.js +212 -0
- package/esm/utils/useId.d.ts +2 -0
- package/esm/utils/useId.js +13 -0
- package/esm/utils/valtio/index.d.ts +9 -0
- package/esm/utils/valtio/index.js +23 -0
- package/esm/utils/valtio/instance.d.ts +15 -0
- package/esm/utils/valtio/instance.js +34 -0
- package/lib/index.js +78 -0
- package/package.json +40 -0
- package/src/components/EnterLoading/index.tsx +57 -0
- package/src/components/MainPage/index.tsx +72 -0
- package/src/components/Mesage/index.tsx +217 -0
- package/src/components/Portal/index.tsx +18 -0
- package/src/components/Toast/index.tsx +22 -0
- package/src/components/connectToastMessage/index.tsx +41 -0
- package/src/components/index.ts +6 -0
- package/src/context/global.data.instance.ts +106 -0
- package/src/context/global.setting.data.instance.ts +36 -0
- package/src/context/index.ts +4 -0
- package/src/context/page.data.instance.ts +215 -0
- package/src/context/page.info.data.instance.ts +182 -0
- package/src/index.ts +3 -0
- package/src/styles/index.css +515 -0
- package/src/utils/index.ts +4 -0
- package/src/utils/navigate.ts +159 -0
- package/src/utils/request.ts +319 -0
- package/src/utils/useId.ts +14 -0
- package/src/utils/valtio/index.ts +23 -0
- package/src/utils/valtio/instance.ts +59 -0
|
@@ -0,0 +1,711 @@
|
|
|
1
|
+
*, :before, :after, ::backdrop {
|
|
2
|
+
--un-rotate: 0;
|
|
3
|
+
--un-rotate-x: 0;
|
|
4
|
+
--un-rotate-y: 0;
|
|
5
|
+
--un-rotate-z: 0;
|
|
6
|
+
--un-scale-x: 1;
|
|
7
|
+
--un-scale-y: 1;
|
|
8
|
+
--un-scale-z: 1;
|
|
9
|
+
--un-skew-x: 0;
|
|
10
|
+
--un-skew-y: 0;
|
|
11
|
+
--un-translate-x: 0;
|
|
12
|
+
--un-translate-y: 0;
|
|
13
|
+
--un-translate-z: 0;
|
|
14
|
+
--un-pan-x: ;
|
|
15
|
+
--un-pan-y: ;
|
|
16
|
+
--un-pinch-zoom: ;
|
|
17
|
+
--un-scroll-snap-strictness: proximity;
|
|
18
|
+
--un-ordinal: ;
|
|
19
|
+
--un-slashed-zero: ;
|
|
20
|
+
--un-numeric-figure: ;
|
|
21
|
+
--un-numeric-spacing: ;
|
|
22
|
+
--un-numeric-fraction: ;
|
|
23
|
+
--un-border-spacing-x: 0;
|
|
24
|
+
--un-border-spacing-y: 0;
|
|
25
|
+
--un-ring-offset-shadow: 0 0 #0000;
|
|
26
|
+
--un-ring-shadow: 0 0 #0000;
|
|
27
|
+
--un-shadow-inset: ;
|
|
28
|
+
--un-shadow: 0 0 #0000;
|
|
29
|
+
--un-ring-inset: ;
|
|
30
|
+
--un-ring-offset-width: 0px;
|
|
31
|
+
--un-ring-offset-color: #fff;
|
|
32
|
+
--un-ring-width: 0px;
|
|
33
|
+
--un-ring-color: #93c5fd80;
|
|
34
|
+
--un-blur: ;
|
|
35
|
+
--un-brightness: ;
|
|
36
|
+
--un-contrast: ;
|
|
37
|
+
--un-drop-shadow: ;
|
|
38
|
+
--un-grayscale: ;
|
|
39
|
+
--un-hue-rotate: ;
|
|
40
|
+
--un-invert: ;
|
|
41
|
+
--un-saturate: ;
|
|
42
|
+
--un-sepia: ;
|
|
43
|
+
--un-backdrop-blur: ;
|
|
44
|
+
--un-backdrop-brightness: ;
|
|
45
|
+
--un-backdrop-contrast: ;
|
|
46
|
+
--un-backdrop-grayscale: ;
|
|
47
|
+
--un-backdrop-hue-rotate: ;
|
|
48
|
+
--un-backdrop-invert: ;
|
|
49
|
+
--un-backdrop-opacity: ;
|
|
50
|
+
--un-backdrop-saturate: ;
|
|
51
|
+
--un-backdrop-sepia: ;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.fairystaro__pointer-events-none {
|
|
55
|
+
pointer-events: none;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.fairystaro__position-fixed {
|
|
59
|
+
position: fixed;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.fairystaro__bottom-0 {
|
|
63
|
+
bottom: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.fairystaro__left-0 {
|
|
67
|
+
left: 0;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.fairystaro__right-0 {
|
|
71
|
+
right: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.fairystaro__top-0 {
|
|
75
|
+
top: 0;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.fairystaro__box-border {
|
|
79
|
+
box-sizing: border-box;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.fairystaro__h-full {
|
|
83
|
+
height: 100%;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.fairystaro__max-h-full {
|
|
87
|
+
max-height: 100%;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.fairystaro__max-w-full {
|
|
91
|
+
max-width: 100%;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.fairystaro__w-full {
|
|
95
|
+
width: 100%;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.fairystaro__flex {
|
|
99
|
+
display: flex;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.fairystaro__flex-1 {
|
|
103
|
+
flex: 1;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.fairystaro__flex-row {
|
|
107
|
+
flex-direction: row;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.fairystaro__flex-col {
|
|
111
|
+
flex-direction: column;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.fairystaro__items-center {
|
|
115
|
+
align-items: center;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.fairystaro__justify-center {
|
|
119
|
+
justify-content: center;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.fairystaro__gap-_zkh1_0_dl_4rem_zhk2_ {
|
|
123
|
+
gap: .4rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.fairystaro__gap-2 {
|
|
127
|
+
gap: .5rem;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.fairystaro__overflow-auto {
|
|
131
|
+
overflow: auto;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.fairystaro__border {
|
|
135
|
+
border-width: 1px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.fairystaro__rounded-md {
|
|
139
|
+
border-radius: .375rem;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.fairystaro__border-solid {
|
|
143
|
+
border-style: solid;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.fairystaro__bg-white_xg_90 {
|
|
147
|
+
background-color: #ffffffe6;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.fairystaro__p-2 {
|
|
151
|
+
padding: .5rem;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.fairystaro__p-x-_zkh1_0_dl_4rem_zhk2_ {
|
|
155
|
+
padding-left: .4rem;
|
|
156
|
+
padding-right: .4rem;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.fairystaro__p-y-_zkh1_0_dl_4rem_zhk2_ {
|
|
160
|
+
padding-top: .4rem;
|
|
161
|
+
padding-bottom: .4rem;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.fairystaro__p-t-_zkh1_0_dl_15rem_zhk2_ {
|
|
165
|
+
padding-top: .15rem;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.fairystaro__text-_zkh1_0_dl_8rem_zhk2_ {
|
|
169
|
+
font-size: .8rem;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.fairystaro__text-color-_zkh1_blue_zhk2_ {
|
|
173
|
+
color: #00f;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.fairystaro__text-color-_zkh1_green_zhk2_ {
|
|
177
|
+
color: green;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.fairystaro__text-color-_zkh1_orange_zhk2_ {
|
|
181
|
+
color: orange;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.fairystaro__text-color-_zkh1_red_zhk2_ {
|
|
185
|
+
color: red;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.fairystaro__font-bold {
|
|
189
|
+
font-weight: 700;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@keyframes fairys_taro_loading_transform {
|
|
193
|
+
0% {
|
|
194
|
+
--fairys-enter-loading-transform-color: #00a98e;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
1.25% {
|
|
198
|
+
--fairys-enter-loading-transform-color: #00a996;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
2.5% {
|
|
202
|
+
--fairys-enter-loading-transform-color: #00a99f;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
3.75% {
|
|
206
|
+
--fairys-enter-loading-transform-color: #00a9a7;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
5% {
|
|
210
|
+
--fairys-enter-loading-transform-color: #00a9b0;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
6.25% {
|
|
214
|
+
--fairys-enter-loading-transform-color: #00a9b8;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
7.5% {
|
|
218
|
+
--fairys-enter-loading-transform-color: #00a9c0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
8.75% {
|
|
222
|
+
--fairys-enter-loading-transform-color: #00a8c7;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
10% {
|
|
226
|
+
--fairys-enter-loading-transform-color: #00a8cf;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
11.25% {
|
|
230
|
+
--fairys-enter-loading-transform-color: #00a7d5;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
12.5% {
|
|
234
|
+
--fairys-enter-loading-transform-color: #00a6dc;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
13.75% {
|
|
238
|
+
--fairys-enter-loading-transform-color: #00a6e2;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
15% {
|
|
242
|
+
--fairys-enter-loading-transform-color: #00a4e7;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
16.25% {
|
|
246
|
+
--fairys-enter-loading-transform-color: #00a3ec;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
17.5% {
|
|
250
|
+
--fairys-enter-loading-transform-color: #00a2f1;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
18.75% {
|
|
254
|
+
--fairys-enter-loading-transform-color: #00a0f4;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
20% {
|
|
258
|
+
--fairys-enter-loading-transform-color: #009ff7;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
21.25% {
|
|
262
|
+
--fairys-enter-loading-transform-color: #009dfa;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
22.5% {
|
|
266
|
+
--fairys-enter-loading-transform-color: #009bfc;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
23.75% {
|
|
270
|
+
--fairys-enter-loading-transform-color: #0098fd;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
25% {
|
|
274
|
+
--fairys-enter-loading-transform-color: #0096fd;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
26.25% {
|
|
278
|
+
--fairys-enter-loading-transform-color: #0093fd;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
27.5% {
|
|
282
|
+
--fairys-enter-loading-transform-color: #2e90fc;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
28.75% {
|
|
286
|
+
--fairys-enter-loading-transform-color: #4d8dfa;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
30% {
|
|
290
|
+
--fairys-enter-loading-transform-color: #638af8;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
31.25% {
|
|
294
|
+
--fairys-enter-loading-transform-color: #7587f5;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
32.5% {
|
|
298
|
+
--fairys-enter-loading-transform-color: #8583f1;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
33.75% {
|
|
302
|
+
--fairys-enter-loading-transform-color: #9280ed;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
35% {
|
|
306
|
+
--fairys-enter-loading-transform-color: #9f7ce9;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
36.25% {
|
|
310
|
+
--fairys-enter-loading-transform-color: #aa78e3;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
37.5% {
|
|
314
|
+
--fairys-enter-loading-transform-color: #b574dd;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
38.75% {
|
|
318
|
+
--fairys-enter-loading-transform-color: #be71d7;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
40% {
|
|
322
|
+
--fairys-enter-loading-transform-color: #c76dd1;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
41.25% {
|
|
326
|
+
--fairys-enter-loading-transform-color: #cf69c9;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
42.5% {
|
|
330
|
+
--fairys-enter-loading-transform-color: #d566c2;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
43.75% {
|
|
334
|
+
--fairys-enter-loading-transform-color: #dc63ba;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
45% {
|
|
338
|
+
--fairys-enter-loading-transform-color: #e160b3;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
46.25% {
|
|
342
|
+
--fairys-enter-loading-transform-color: #e65eab;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
47.5% {
|
|
346
|
+
--fairys-enter-loading-transform-color: #e95ca2;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
48.75% {
|
|
350
|
+
--fairys-enter-loading-transform-color: #ed5a9a;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
50% {
|
|
354
|
+
--fairys-enter-loading-transform-color: #ef5992;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
51.25% {
|
|
358
|
+
--fairys-enter-loading-transform-color: #f15989;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
52.5% {
|
|
362
|
+
--fairys-enter-loading-transform-color: #f25981;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
53.75% {
|
|
366
|
+
--fairys-enter-loading-transform-color: #f25a79;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
55% {
|
|
370
|
+
--fairys-enter-loading-transform-color: #f25c71;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
56.25% {
|
|
374
|
+
--fairys-enter-loading-transform-color: #f15e69;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
57.5% {
|
|
378
|
+
--fairys-enter-loading-transform-color: #ef6061;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
58.75% {
|
|
382
|
+
--fairys-enter-loading-transform-color: #ed635a;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
60% {
|
|
386
|
+
--fairys-enter-loading-transform-color: #eb6552;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
61.25% {
|
|
390
|
+
--fairys-enter-loading-transform-color: #e8694b;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
62.5% {
|
|
394
|
+
--fairys-enter-loading-transform-color: #e46c44;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
63.75% {
|
|
398
|
+
--fairys-enter-loading-transform-color: #e06f3d;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
65% {
|
|
402
|
+
--fairys-enter-loading-transform-color: #db7336;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
66.25% {
|
|
406
|
+
--fairys-enter-loading-transform-color: #d77630;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
67.5% {
|
|
410
|
+
--fairys-enter-loading-transform-color: #d17a2a;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
68.75% {
|
|
414
|
+
--fairys-enter-loading-transform-color: #cc7d24;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
70% {
|
|
418
|
+
--fairys-enter-loading-transform-color: #c6811e;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
71.25% {
|
|
422
|
+
--fairys-enter-loading-transform-color: #bf8418;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
72.5% {
|
|
426
|
+
--fairys-enter-loading-transform-color: #b98713;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
73.75% {
|
|
430
|
+
--fairys-enter-loading-transform-color: #b28a0f;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
75% {
|
|
434
|
+
--fairys-enter-loading-transform-color: #ab8d0c;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
76.25% {
|
|
438
|
+
--fairys-enter-loading-transform-color: #a3900b;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
77.5% {
|
|
442
|
+
--fairys-enter-loading-transform-color: #9c920d;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
78.75% {
|
|
446
|
+
--fairys-enter-loading-transform-color: #949510;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
80% {
|
|
450
|
+
--fairys-enter-loading-transform-color: #8b9715;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
81.25% {
|
|
454
|
+
--fairys-enter-loading-transform-color: #83991b;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
82.5% {
|
|
458
|
+
--fairys-enter-loading-transform-color: #7a9b21;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
83.75% {
|
|
462
|
+
--fairys-enter-loading-transform-color: #719d27;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
85% {
|
|
466
|
+
--fairys-enter-loading-transform-color: #679e2e;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
86.25% {
|
|
470
|
+
--fairys-enter-loading-transform-color: #5da035;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
87.5% {
|
|
474
|
+
--fairys-enter-loading-transform-color: #51a13c;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
88.75% {
|
|
478
|
+
--fairys-enter-loading-transform-color: #44a244;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
90% {
|
|
482
|
+
--fairys-enter-loading-transform-color: #34a44b;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
91.25% {
|
|
486
|
+
--fairys-enter-loading-transform-color: #1ba553;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
92.5% {
|
|
490
|
+
--fairys-enter-loading-transform-color: #00a65b;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
93.75% {
|
|
494
|
+
--fairys-enter-loading-transform-color: #00a663;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
95% {
|
|
498
|
+
--fairys-enter-loading-transform-color: #00a76c;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
96.25% {
|
|
502
|
+
--fairys-enter-loading-transform-color: #00a874;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
97.5% {
|
|
506
|
+
--fairys-enter-loading-transform-color: #00a87d;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
98.75% {
|
|
510
|
+
--fairys-enter-loading-transform-color: #00a985;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
100% {
|
|
514
|
+
--fairys-enter-loading-transform-color: #00a98e;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.fairys_taro_loading {
|
|
519
|
+
--fairys-enter-loading-transform-color: #00a98e;
|
|
520
|
+
z-index: 10000;
|
|
521
|
+
width: 100%;
|
|
522
|
+
height: 100%;
|
|
523
|
+
color: var(--fairys-enter-loading-transform-color);
|
|
524
|
+
user-select: none;
|
|
525
|
+
flex-direction: column;
|
|
526
|
+
justify-content: center;
|
|
527
|
+
align-items: center;
|
|
528
|
+
animation: 20s linear infinite fairys_taro_loading_transform;
|
|
529
|
+
display: flex;
|
|
530
|
+
position: fixed;
|
|
531
|
+
top: 0;
|
|
532
|
+
left: 0;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.fairys_taro_loading :before, .fairys_taro_loading :after {
|
|
536
|
+
box-sizing: content-box;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.fairys_taro_loading .fairys_taro_loading-main {
|
|
540
|
+
flex-wrap: wrap;
|
|
541
|
+
justify-content: center;
|
|
542
|
+
align-items: center;
|
|
543
|
+
width: 2.4rem;
|
|
544
|
+
height: 2.4rem;
|
|
545
|
+
display: flex;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.fairys_taro_loading .fairys_taro_loading-main .square {
|
|
549
|
+
justify-content: center;
|
|
550
|
+
align-items: center;
|
|
551
|
+
width: 1.2rem;
|
|
552
|
+
height: 1.2rem;
|
|
553
|
+
display: flex;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.fairys_taro_loading .fairys_taro_loading-main .square:before {
|
|
557
|
+
content: "";
|
|
558
|
+
border: 3px solid var(--fairys-enter-loading-transform-color);
|
|
559
|
+
border-radius: 15%;
|
|
560
|
+
width: .5rem;
|
|
561
|
+
height: .5rem;
|
|
562
|
+
animation: 2s linear infinite square-to-dot-animation;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.fairys_taro_loading .fairys_taro_loading-main .square:first-child:before {
|
|
566
|
+
animation-delay: .15s;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.fairys_taro_loading .fairys_taro_loading-main .square:nth-child(2):before {
|
|
570
|
+
animation-delay: .3s;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.fairys_taro_loading .fairys_taro_loading-main .square:nth-child(3):before {
|
|
574
|
+
animation-delay: .45s;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.fairys_taro_loading .fairys_taro_loading-main .square:nth-child(4):before {
|
|
578
|
+
animation-delay: .6s;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
@keyframes square-to-dot-animation {
|
|
582
|
+
15%, 25% {
|
|
583
|
+
border-width: .2rem;
|
|
584
|
+
border-radius: 100%;
|
|
585
|
+
width: 0;
|
|
586
|
+
height: 0;
|
|
587
|
+
margin: .2rem;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
40% {
|
|
591
|
+
width: .5rem;
|
|
592
|
+
height: .5rem;
|
|
593
|
+
margin: initial;
|
|
594
|
+
border-width: 3px;
|
|
595
|
+
border-radius: 15%;
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.fairys_taro_loading .name {
|
|
600
|
+
margin-top: 1.5rem;
|
|
601
|
+
font-size: .8rem;
|
|
602
|
+
position: relative;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.fairys_taro_loading .tips {
|
|
606
|
+
opacity: .5;
|
|
607
|
+
margin-top: 1rem;
|
|
608
|
+
font-size: .8rem;
|
|
609
|
+
position: relative;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.fairys_taro_loading .loading-dots {
|
|
613
|
+
text-align: left;
|
|
614
|
+
display: inline-block;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.fairys_taro_loading .loading-dots:after {
|
|
618
|
+
content: "";
|
|
619
|
+
animation: 1.5s steps(4, end) infinite fairys_taro_loading_dots;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
@keyframes fairys_taro_loading_dots {
|
|
623
|
+
0% {
|
|
624
|
+
content: "";
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
25% {
|
|
628
|
+
content: ".";
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
50% {
|
|
632
|
+
content: "..";
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
75% {
|
|
636
|
+
content: "...";
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
100% {
|
|
640
|
+
content: "";
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.ant-design--info-circle-outlined {
|
|
645
|
+
--svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1024 1024%27%3E%3Cpath fill=%27%23000%27 d=%27M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372%27/%3E%3Cpath fill=%27%23000%27 d=%27M464 336a48 48 0 1 0 96 0a48 48 0 1 0-96 0m72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8%27/%3E%3C/svg%3E");
|
|
646
|
+
width: 1.2em;
|
|
647
|
+
height: 1.2em;
|
|
648
|
+
-webkit-mask-image: var(--svg);
|
|
649
|
+
mask-image: var(--svg);
|
|
650
|
+
background-color: currentColor;
|
|
651
|
+
display: inline-block;
|
|
652
|
+
mask-size: 100% 100%;
|
|
653
|
+
mask-repeat: no-repeat;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.fairys_taro-ui-message-icon-info {
|
|
657
|
+
background-color: #e6f4ff;
|
|
658
|
+
border-color: #91caff;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.ant-design--check-circle-outlined {
|
|
662
|
+
--svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1024 1024%27%3E%3Cpath fill=%27%23000%27 d=%27M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7%27/%3E%3Cpath fill=%27%23000%27 d=%27M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372%27/%3E%3C/svg%3E");
|
|
663
|
+
width: 1.2em;
|
|
664
|
+
height: 1.2em;
|
|
665
|
+
-webkit-mask-image: var(--svg);
|
|
666
|
+
mask-image: var(--svg);
|
|
667
|
+
background-color: currentColor;
|
|
668
|
+
display: inline-block;
|
|
669
|
+
mask-size: 100% 100%;
|
|
670
|
+
mask-repeat: no-repeat;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.fairys_taro-ui-message-icon-success {
|
|
674
|
+
background-color: #f6ffed;
|
|
675
|
+
border-color: #b7eb8f;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.ant-design--exclamation-circle-outlined {
|
|
679
|
+
--svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1024 1024%27%3E%3Cpath fill=%27%23000%27 d=%27M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372%27/%3E%3Cpath fill=%27%23000%27 d=%27M464 688a48 48 0 1 0 96 0a48 48 0 1 0-96 0m24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8%27/%3E%3C/svg%3E");
|
|
680
|
+
width: 1.2em;
|
|
681
|
+
height: 1.2em;
|
|
682
|
+
-webkit-mask-image: var(--svg);
|
|
683
|
+
mask-image: var(--svg);
|
|
684
|
+
background-color: currentColor;
|
|
685
|
+
display: inline-block;
|
|
686
|
+
mask-size: 100% 100%;
|
|
687
|
+
mask-repeat: no-repeat;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.fairys_taro-ui-message-icon-warning {
|
|
691
|
+
background-color: #fffbe6;
|
|
692
|
+
border-color: #ffe58f;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.ant-design--close-circle-outlined {
|
|
696
|
+
--svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1024 1024%27%3E%3Cpath fill=%27%23000%27 fill-rule=%27evenodd%27 d=%27M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960S64 759.4 64 512S264.6 64 512 64m0 76c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m128.013 198.826c.023.007.042.018.083.059l45.02 45.019c.04.04.05.06.058.083a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082L557.254 512l127.861 127.862a.3.3 0 0 1 .05.06l.009.023a.12.12 0 0 1 0 .07c-.007.022-.018.041-.059.082l-45.019 45.02c-.04.04-.06.05-.083.058a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059L512 557.254L384.14 685.115c-.042.041-.06.052-.084.059a.12.12 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059l-45.02-45.019a.2.2 0 0 1-.058-.083a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082L466.745 512l-127.86-127.86a.3.3 0 0 1-.05-.061l-.009-.023a.12.12 0 0 1 0-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.12.12 0 0 1 .07 0c.022.007.041.018.082.059L512 466.745l127.862-127.86c.04-.041.06-.052.083-.059a.12.12 0 0 1 .07 0Z%27/%3E%3C/svg%3E");
|
|
697
|
+
width: 1.2em;
|
|
698
|
+
height: 1.2em;
|
|
699
|
+
-webkit-mask-image: var(--svg);
|
|
700
|
+
mask-image: var(--svg);
|
|
701
|
+
background-color: currentColor;
|
|
702
|
+
display: inline-block;
|
|
703
|
+
mask-size: 100% 100%;
|
|
704
|
+
mask-repeat: no-repeat;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.fairys_taro-ui-message-icon-error {
|
|
708
|
+
background-color: #fff2f0;
|
|
709
|
+
border-color: #ffccc7;
|
|
710
|
+
}
|
|
711
|
+
|