@vipl520/dk-ui 1.0.49 → 1.0.51
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +1 -1
- package/dist/index.js +107 -19
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +4 -4
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +107 -19
- package/dist/web-types.json +1 -1
- package/es/color-input/src/color-input.vue2.mjs +1 -0
- package/es/color-input/src/color-input.vue2.mjs.map +1 -1
- package/es/style-box-input/style/index.scss +1 -1
- package/es/style-input/index.d.ts +35 -0
- package/es/style-input/src/props.d.ts +16 -0
- package/es/style-input/src/props.mjs +18 -0
- package/es/style-input/src/props.mjs.map +1 -1
- package/es/style-input/src/style-input.vue.d.ts +35 -0
- package/es/style-input/src/style-input.vue2.mjs +73 -4
- package/es/style-input/src/style-input.vue2.mjs.map +1 -1
- package/es/uni-icon/style/index.css +1 -1
- package/es/uni-icon/style/index.scss +1 -2
- package/es/uni-icon/style/uniicons.css +1 -1
- package/es/uni-icon/style/uniicons.scss +166 -166
- package/lib/color-input/src/color-input.vue2.js +1 -0
- package/lib/color-input/src/color-input.vue2.js.map +1 -1
- package/lib/style-box-input/style/index.scss +1 -1
- package/lib/style-input/index.d.ts +35 -0
- package/lib/style-input/src/props.d.ts +16 -0
- package/lib/style-input/src/props.js +18 -0
- package/lib/style-input/src/props.js.map +1 -1
- package/lib/style-input/src/style-input.vue.d.ts +35 -0
- package/lib/style-input/src/style-input.vue2.js +72 -3
- package/lib/style-input/src/style-input.vue2.js.map +1 -1
- package/lib/uni-icon/style/index.css +1 -1
- package/lib/uni-icon/style/index.scss +1 -2
- package/lib/uni-icon/style/uniicons.css +1 -1
- package/lib/uni-icon/style/uniicons.scss +166 -166
- package/package.json +1 -1
@@ -1,663 +1,663 @@
|
|
1
|
-
.uniui-cart-filled
|
1
|
+
.uniui-cart-filled::before {
|
2
2
|
content: '\e6d0';
|
3
3
|
}
|
4
4
|
|
5
|
-
.uniui-gift-filled
|
5
|
+
.uniui-gift-filled::before {
|
6
6
|
content: '\e6c4';
|
7
7
|
}
|
8
8
|
|
9
|
-
.uniui-color
|
9
|
+
.uniui-color::before {
|
10
10
|
content: '\e6cf';
|
11
11
|
}
|
12
12
|
|
13
|
-
.uniui-wallet
|
13
|
+
.uniui-wallet::before {
|
14
14
|
content: '\e6b1';
|
15
15
|
}
|
16
16
|
|
17
|
-
.uniui-settings-filled
|
17
|
+
.uniui-settings-filled::before {
|
18
18
|
content: '\e6ce';
|
19
19
|
}
|
20
20
|
|
21
|
-
.uniui-auth-filled
|
21
|
+
.uniui-auth-filled::before {
|
22
22
|
content: '\e6cc';
|
23
23
|
}
|
24
24
|
|
25
|
-
.uniui-shop-filled
|
25
|
+
.uniui-shop-filled::before {
|
26
26
|
content: '\e6cd';
|
27
27
|
}
|
28
28
|
|
29
|
-
.uniui-staff-filled
|
29
|
+
.uniui-staff-filled::before {
|
30
30
|
content: '\e6cb';
|
31
31
|
}
|
32
32
|
|
33
|
-
.uniui-vip-filled
|
33
|
+
.uniui-vip-filled::before {
|
34
34
|
content: '\e6c6';
|
35
35
|
}
|
36
36
|
|
37
|
-
.uniui-plus-filled
|
37
|
+
.uniui-plus-filled::before {
|
38
38
|
content: '\e6c7';
|
39
39
|
}
|
40
40
|
|
41
|
-
.uniui-folder-add-filled
|
41
|
+
.uniui-folder-add-filled::before {
|
42
42
|
content: '\e6c8';
|
43
43
|
}
|
44
44
|
|
45
|
-
.uniui-color-filled
|
45
|
+
.uniui-color-filled::before {
|
46
46
|
content: '\e6c9';
|
47
47
|
}
|
48
48
|
|
49
|
-
.uniui-tune-filled
|
49
|
+
.uniui-tune-filled::before {
|
50
50
|
content: '\e6ca';
|
51
51
|
}
|
52
52
|
|
53
|
-
.uniui-calendar-filled
|
53
|
+
.uniui-calendar-filled::before {
|
54
54
|
content: '\e6c0';
|
55
55
|
}
|
56
56
|
|
57
|
-
.uniui-notification-filled
|
57
|
+
.uniui-notification-filled::before {
|
58
58
|
content: '\e6c1';
|
59
59
|
}
|
60
60
|
|
61
|
-
.uniui-wallet-filled
|
61
|
+
.uniui-wallet-filled::before {
|
62
62
|
content: '\e6c2';
|
63
63
|
}
|
64
64
|
|
65
|
-
.uniui-medal-filled
|
65
|
+
.uniui-medal-filled::before {
|
66
66
|
content: '\e6c3';
|
67
67
|
}
|
68
68
|
|
69
|
-
.uniui-fire-filled
|
69
|
+
.uniui-fire-filled::before {
|
70
70
|
content: '\e6c5';
|
71
71
|
}
|
72
72
|
|
73
|
-
.uniui-refreshempty
|
73
|
+
.uniui-refreshempty::before {
|
74
74
|
content: '\e6bf';
|
75
75
|
}
|
76
76
|
|
77
|
-
.uniui-location-filled
|
77
|
+
.uniui-location-filled::before {
|
78
78
|
content: '\e6af';
|
79
79
|
}
|
80
80
|
|
81
|
-
.uniui-person-filled
|
81
|
+
.uniui-person-filled::before {
|
82
82
|
content: '\e69d';
|
83
83
|
}
|
84
84
|
|
85
|
-
.uniui-personadd-filled
|
85
|
+
.uniui-personadd-filled::before {
|
86
86
|
content: '\e698';
|
87
87
|
}
|
88
88
|
|
89
|
-
.uniui-arrowthinleft
|
89
|
+
.uniui-arrowthinleft::before {
|
90
90
|
content: '\e6d2';
|
91
91
|
}
|
92
92
|
|
93
|
-
.uniui-arrowthinup
|
93
|
+
.uniui-arrowthinup::before {
|
94
94
|
content: '\e6d3';
|
95
95
|
}
|
96
96
|
|
97
|
-
.uniui-arrowthindown
|
97
|
+
.uniui-arrowthindown::before {
|
98
98
|
content: '\e6d4';
|
99
99
|
}
|
100
100
|
|
101
|
-
.uniui-back
|
101
|
+
.uniui-back::before {
|
102
102
|
content: '\e6b9';
|
103
103
|
}
|
104
104
|
|
105
|
-
.uniui-forward
|
105
|
+
.uniui-forward::before {
|
106
106
|
content: '\e6ba';
|
107
107
|
}
|
108
108
|
|
109
|
-
.uniui-arrow-right
|
109
|
+
.uniui-arrow-right::before {
|
110
110
|
content: '\e6bb';
|
111
111
|
}
|
112
112
|
|
113
|
-
.uniui-arrow-left
|
113
|
+
.uniui-arrow-left::before {
|
114
114
|
content: '\e6bc';
|
115
115
|
}
|
116
116
|
|
117
|
-
.uniui-arrow-up
|
117
|
+
.uniui-arrow-up::before {
|
118
118
|
content: '\e6bd';
|
119
119
|
}
|
120
120
|
|
121
|
-
.uniui-arrow-down
|
121
|
+
.uniui-arrow-down::before {
|
122
122
|
content: '\e6be';
|
123
123
|
}
|
124
124
|
|
125
|
-
.uniui-arrowthinright
|
125
|
+
.uniui-arrowthinright::before {
|
126
126
|
content: '\e6d1';
|
127
127
|
}
|
128
128
|
|
129
|
-
.uniui-down
|
129
|
+
.uniui-down::before {
|
130
130
|
content: '\e6b8';
|
131
131
|
}
|
132
132
|
|
133
|
-
.uniui-bottom
|
133
|
+
.uniui-bottom::before {
|
134
134
|
content: '\e6b8';
|
135
135
|
}
|
136
136
|
|
137
|
-
.uniui-arrowright
|
137
|
+
.uniui-arrowright::before {
|
138
138
|
content: '\e6d5';
|
139
139
|
}
|
140
140
|
|
141
|
-
.uniui-right
|
141
|
+
.uniui-right::before {
|
142
142
|
content: '\e6b5';
|
143
143
|
}
|
144
144
|
|
145
|
-
.uniui-up
|
145
|
+
.uniui-up::before {
|
146
146
|
content: '\e6b6';
|
147
147
|
}
|
148
148
|
|
149
|
-
.uniui-top
|
149
|
+
.uniui-top::before {
|
150
150
|
content: '\e6b6';
|
151
151
|
}
|
152
152
|
|
153
|
-
.uniui-left
|
153
|
+
.uniui-left::before {
|
154
154
|
content: '\e6b7';
|
155
155
|
}
|
156
156
|
|
157
|
-
.uniui-arrowup
|
157
|
+
.uniui-arrowup::before {
|
158
158
|
content: '\e6d6';
|
159
159
|
}
|
160
160
|
|
161
|
-
.uniui-eye
|
161
|
+
.uniui-eye::before {
|
162
162
|
content: '\e651';
|
163
163
|
}
|
164
164
|
|
165
|
-
.uniui-eye-filled
|
165
|
+
.uniui-eye-filled::before {
|
166
166
|
content: '\e66a';
|
167
167
|
}
|
168
168
|
|
169
|
-
.uniui-eye-slash
|
169
|
+
.uniui-eye-slash::before {
|
170
170
|
content: '\e6b3';
|
171
171
|
}
|
172
172
|
|
173
|
-
.uniui-eye-slash-filled
|
173
|
+
.uniui-eye-slash-filled::before {
|
174
174
|
content: '\e6b4';
|
175
175
|
}
|
176
176
|
|
177
|
-
.uniui-info-filled
|
177
|
+
.uniui-info-filled::before {
|
178
178
|
content: '\e649';
|
179
179
|
}
|
180
180
|
|
181
|
-
.uniui-reload
|
181
|
+
.uniui-reload::before {
|
182
182
|
content: '\e6b2';
|
183
183
|
}
|
184
184
|
|
185
|
-
.uniui-micoff-filled
|
185
|
+
.uniui-micoff-filled::before {
|
186
186
|
content: '\e6b0';
|
187
187
|
}
|
188
188
|
|
189
|
-
.uniui-map-pin-ellipse
|
189
|
+
.uniui-map-pin-ellipse::before {
|
190
190
|
content: '\e6ac';
|
191
191
|
}
|
192
192
|
|
193
|
-
.uniui-map-pin
|
193
|
+
.uniui-map-pin::before {
|
194
194
|
content: '\e6ad';
|
195
195
|
}
|
196
196
|
|
197
|
-
.uniui-location
|
197
|
+
.uniui-location::before {
|
198
198
|
content: '\e6ae';
|
199
199
|
}
|
200
200
|
|
201
|
-
.uniui-starhalf
|
201
|
+
.uniui-starhalf::before {
|
202
202
|
content: '\e683';
|
203
203
|
}
|
204
204
|
|
205
|
-
.uniui-star
|
205
|
+
.uniui-star::before {
|
206
206
|
content: '\e688';
|
207
207
|
}
|
208
208
|
|
209
|
-
.uniui-star-filled
|
209
|
+
.uniui-star-filled::before {
|
210
210
|
content: '\e68f';
|
211
211
|
}
|
212
212
|
|
213
|
-
.uniui-calendar
|
213
|
+
.uniui-calendar::before {
|
214
214
|
content: '\e6a0';
|
215
215
|
}
|
216
216
|
|
217
|
-
.uniui-fire
|
217
|
+
.uniui-fire::before {
|
218
218
|
content: '\e6a1';
|
219
219
|
}
|
220
220
|
|
221
|
-
.uniui-medal
|
221
|
+
.uniui-medal::before {
|
222
222
|
content: '\e6a2';
|
223
223
|
}
|
224
224
|
|
225
|
-
.uniui-font
|
225
|
+
.uniui-font::before {
|
226
226
|
content: '\e6a3';
|
227
227
|
}
|
228
228
|
|
229
|
-
.uniui-gift
|
229
|
+
.uniui-gift::before {
|
230
230
|
content: '\e6a4';
|
231
231
|
}
|
232
232
|
|
233
|
-
.uniui-link
|
233
|
+
.uniui-link::before {
|
234
234
|
content: '\e6a5';
|
235
235
|
}
|
236
236
|
|
237
|
-
.uniui-notification
|
237
|
+
.uniui-notification::before {
|
238
238
|
content: '\e6a6';
|
239
239
|
}
|
240
240
|
|
241
|
-
.uniui-staff
|
241
|
+
.uniui-staff::before {
|
242
242
|
content: '\e6a7';
|
243
243
|
}
|
244
244
|
|
245
|
-
.uniui-vip
|
245
|
+
.uniui-vip::before {
|
246
246
|
content: '\e6a8';
|
247
247
|
}
|
248
248
|
|
249
|
-
.uniui-folder-add
|
249
|
+
.uniui-folder-add::before {
|
250
250
|
content: '\e6a9';
|
251
251
|
}
|
252
252
|
|
253
|
-
.uniui-tune
|
253
|
+
.uniui-tune::before {
|
254
254
|
content: '\e6aa';
|
255
255
|
}
|
256
256
|
|
257
|
-
.uniui-auth
|
257
|
+
.uniui-auth::before {
|
258
258
|
content: '\e6ab';
|
259
259
|
}
|
260
260
|
|
261
|
-
.uniui-person
|
261
|
+
.uniui-person::before {
|
262
262
|
content: '\e699';
|
263
263
|
}
|
264
264
|
|
265
|
-
.uniui-email-filled
|
265
|
+
.uniui-email-filled::before {
|
266
266
|
content: '\e69a';
|
267
267
|
}
|
268
268
|
|
269
|
-
.uniui-phone-filled
|
269
|
+
.uniui-phone-filled::before {
|
270
270
|
content: '\e69b';
|
271
271
|
}
|
272
272
|
|
273
|
-
.uniui-phone
|
273
|
+
.uniui-phone::before {
|
274
274
|
content: '\e69c';
|
275
275
|
}
|
276
276
|
|
277
|
-
.uniui-email
|
277
|
+
.uniui-email::before {
|
278
278
|
content: '\e69e';
|
279
279
|
}
|
280
280
|
|
281
|
-
.uniui-personadd
|
281
|
+
.uniui-personadd::before {
|
282
282
|
content: '\e69f';
|
283
283
|
}
|
284
284
|
|
285
|
-
.uniui-chatboxes-filled
|
285
|
+
.uniui-chatboxes-filled::before {
|
286
286
|
content: '\e692';
|
287
287
|
}
|
288
288
|
|
289
|
-
.uniui-contact
|
289
|
+
.uniui-contact::before {
|
290
290
|
content: '\e693';
|
291
291
|
}
|
292
292
|
|
293
|
-
.uniui-chatbubble-filled
|
293
|
+
.uniui-chatbubble-filled::before {
|
294
294
|
content: '\e694';
|
295
295
|
}
|
296
296
|
|
297
|
-
.uniui-contact-filled
|
297
|
+
.uniui-contact-filled::before {
|
298
298
|
content: '\e695';
|
299
299
|
}
|
300
300
|
|
301
|
-
.uniui-chatboxes
|
301
|
+
.uniui-chatboxes::before {
|
302
302
|
content: '\e696';
|
303
303
|
}
|
304
304
|
|
305
|
-
.uniui-chatbubble
|
305
|
+
.uniui-chatbubble::before {
|
306
306
|
content: '\e697';
|
307
307
|
}
|
308
308
|
|
309
|
-
.uniui-upload-filled
|
309
|
+
.uniui-upload-filled::before {
|
310
310
|
content: '\e68e';
|
311
311
|
}
|
312
312
|
|
313
|
-
.uniui-upload
|
313
|
+
.uniui-upload::before {
|
314
314
|
content: '\e690';
|
315
315
|
}
|
316
316
|
|
317
|
-
.uniui-weixin
|
317
|
+
.uniui-weixin::before {
|
318
318
|
content: '\e691';
|
319
319
|
}
|
320
320
|
|
321
|
-
.uniui-compose
|
321
|
+
.uniui-compose::before {
|
322
322
|
content: '\e67f';
|
323
323
|
}
|
324
324
|
|
325
|
-
.uniui-qq
|
325
|
+
.uniui-qq::before {
|
326
326
|
content: '\e680';
|
327
327
|
}
|
328
328
|
|
329
|
-
.uniui-download-filled
|
329
|
+
.uniui-download-filled::before {
|
330
330
|
content: '\e681';
|
331
331
|
}
|
332
332
|
|
333
|
-
.uniui-pyq
|
333
|
+
.uniui-pyq::before {
|
334
334
|
content: '\e682';
|
335
335
|
}
|
336
336
|
|
337
|
-
.uniui-sound
|
337
|
+
.uniui-sound::before {
|
338
338
|
content: '\e684';
|
339
339
|
}
|
340
340
|
|
341
|
-
.uniui-trash-filled
|
341
|
+
.uniui-trash-filled::before {
|
342
342
|
content: '\e685';
|
343
343
|
}
|
344
344
|
|
345
|
-
.uniui-sound-filled
|
345
|
+
.uniui-sound-filled::before {
|
346
346
|
content: '\e686';
|
347
347
|
}
|
348
348
|
|
349
|
-
.uniui-trash
|
349
|
+
.uniui-trash::before {
|
350
350
|
content: '\e687';
|
351
351
|
}
|
352
352
|
|
353
|
-
.uniui-videocam-filled
|
353
|
+
.uniui-videocam-filled::before {
|
354
354
|
content: '\e689';
|
355
355
|
}
|
356
356
|
|
357
|
-
.uniui-spinner-cycle
|
357
|
+
.uniui-spinner-cycle::before {
|
358
358
|
content: '\e68a';
|
359
359
|
}
|
360
360
|
|
361
|
-
.uniui-weibo
|
361
|
+
.uniui-weibo::before {
|
362
362
|
content: '\e68b';
|
363
363
|
}
|
364
364
|
|
365
|
-
.uniui-videocam
|
365
|
+
.uniui-videocam::before {
|
366
366
|
content: '\e68c';
|
367
367
|
}
|
368
368
|
|
369
|
-
.uniui-download
|
369
|
+
.uniui-download::before {
|
370
370
|
content: '\e68d';
|
371
371
|
}
|
372
372
|
|
373
|
-
.uniui-help
|
373
|
+
.uniui-help::before {
|
374
374
|
content: '\e679';
|
375
375
|
}
|
376
376
|
|
377
|
-
.uniui-navigate-filled
|
377
|
+
.uniui-navigate-filled::before {
|
378
378
|
content: '\e67a';
|
379
379
|
}
|
380
380
|
|
381
|
-
.uniui-plusempty
|
381
|
+
.uniui-plusempty::before {
|
382
382
|
content: '\e67b';
|
383
383
|
}
|
384
384
|
|
385
|
-
.uniui-smallcircle
|
385
|
+
.uniui-smallcircle::before {
|
386
386
|
content: '\e67c';
|
387
387
|
}
|
388
388
|
|
389
|
-
.uniui-minus-filled
|
389
|
+
.uniui-minus-filled::before {
|
390
390
|
content: '\e67d';
|
391
391
|
}
|
392
392
|
|
393
|
-
.uniui-micoff
|
393
|
+
.uniui-micoff::before {
|
394
394
|
content: '\e67e';
|
395
395
|
}
|
396
396
|
|
397
|
-
.uniui-closeempty
|
397
|
+
.uniui-closeempty::before {
|
398
398
|
content: '\e66c';
|
399
399
|
}
|
400
400
|
|
401
|
-
.uniui-clear
|
401
|
+
.uniui-clear::before {
|
402
402
|
content: '\e66d';
|
403
403
|
}
|
404
404
|
|
405
|
-
.uniui-navigate
|
405
|
+
.uniui-navigate::before {
|
406
406
|
content: '\e66e';
|
407
407
|
}
|
408
408
|
|
409
|
-
.uniui-minus
|
409
|
+
.uniui-minus::before {
|
410
410
|
content: '\e66f';
|
411
411
|
}
|
412
412
|
|
413
|
-
.uniui-image
|
413
|
+
.uniui-image::before {
|
414
414
|
content: '\e670';
|
415
415
|
}
|
416
416
|
|
417
|
-
.uniui-mic
|
417
|
+
.uniui-mic::before {
|
418
418
|
content: '\e671';
|
419
419
|
}
|
420
420
|
|
421
|
-
.uniui-paperplane
|
421
|
+
.uniui-paperplane::before {
|
422
422
|
content: '\e672';
|
423
423
|
}
|
424
424
|
|
425
|
-
.uniui-close
|
425
|
+
.uniui-close::before {
|
426
426
|
content: '\e673';
|
427
427
|
}
|
428
428
|
|
429
|
-
.uniui-help-filled
|
429
|
+
.uniui-help-filled::before {
|
430
430
|
content: '\e674';
|
431
431
|
}
|
432
432
|
|
433
|
-
.uniui-paperplane-filled
|
433
|
+
.uniui-paperplane-filled::before {
|
434
434
|
content: '\e675';
|
435
435
|
}
|
436
436
|
|
437
|
-
.uniui-plus
|
437
|
+
.uniui-plus::before {
|
438
438
|
content: '\e676';
|
439
439
|
}
|
440
440
|
|
441
|
-
.uniui-mic-filled
|
441
|
+
.uniui-mic-filled::before {
|
442
442
|
content: '\e677';
|
443
443
|
}
|
444
444
|
|
445
|
-
.uniui-image-filled
|
445
|
+
.uniui-image-filled::before {
|
446
446
|
content: '\e678';
|
447
447
|
}
|
448
448
|
|
449
|
-
.uniui-locked-filled
|
449
|
+
.uniui-locked-filled::before {
|
450
450
|
content: '\e668';
|
451
451
|
}
|
452
452
|
|
453
|
-
.uniui-info
|
453
|
+
.uniui-info::before {
|
454
454
|
content: '\e669';
|
455
455
|
}
|
456
456
|
|
457
|
-
.uniui-locked
|
457
|
+
.uniui-locked::before {
|
458
458
|
content: '\e66b';
|
459
459
|
}
|
460
460
|
|
461
|
-
.uniui-camera-filled
|
461
|
+
.uniui-camera-filled::before {
|
462
462
|
content: '\e658';
|
463
463
|
}
|
464
464
|
|
465
|
-
.uniui-chat-filled
|
465
|
+
.uniui-chat-filled::before {
|
466
466
|
content: '\e659';
|
467
467
|
}
|
468
468
|
|
469
|
-
.uniui-camera
|
469
|
+
.uniui-camera::before {
|
470
470
|
content: '\e65a';
|
471
471
|
}
|
472
472
|
|
473
|
-
.uniui-circle
|
473
|
+
.uniui-circle::before {
|
474
474
|
content: '\e65b';
|
475
475
|
}
|
476
476
|
|
477
|
-
.uniui-checkmarkempty
|
477
|
+
.uniui-checkmarkempty::before {
|
478
478
|
content: '\e65c';
|
479
479
|
}
|
480
480
|
|
481
|
-
.uniui-chat
|
481
|
+
.uniui-chat::before {
|
482
482
|
content: '\e65d';
|
483
483
|
}
|
484
484
|
|
485
|
-
.uniui-circle-filled
|
485
|
+
.uniui-circle-filled::before {
|
486
486
|
content: '\e65e';
|
487
487
|
}
|
488
488
|
|
489
|
-
.uniui-flag
|
489
|
+
.uniui-flag::before {
|
490
490
|
content: '\e65f';
|
491
491
|
}
|
492
492
|
|
493
|
-
.uniui-flag-filled
|
493
|
+
.uniui-flag-filled::before {
|
494
494
|
content: '\e660';
|
495
495
|
}
|
496
496
|
|
497
|
-
.uniui-gear-filled
|
497
|
+
.uniui-gear-filled::before {
|
498
498
|
content: '\e661';
|
499
499
|
}
|
500
500
|
|
501
|
-
.uniui-home
|
501
|
+
.uniui-home::before {
|
502
502
|
content: '\e662';
|
503
503
|
}
|
504
504
|
|
505
|
-
.uniui-home-filled
|
505
|
+
.uniui-home-filled::before {
|
506
506
|
content: '\e663';
|
507
507
|
}
|
508
508
|
|
509
|
-
.uniui-gear
|
509
|
+
.uniui-gear::before {
|
510
510
|
content: '\e664';
|
511
511
|
}
|
512
512
|
|
513
|
-
.uniui-smallcircle-filled
|
513
|
+
.uniui-smallcircle-filled::before {
|
514
514
|
content: '\e665';
|
515
515
|
}
|
516
516
|
|
517
|
-
.uniui-map-filled
|
517
|
+
.uniui-map-filled::before {
|
518
518
|
content: '\e666';
|
519
519
|
}
|
520
520
|
|
521
|
-
.uniui-map
|
521
|
+
.uniui-map::before {
|
522
522
|
content: '\e667';
|
523
523
|
}
|
524
524
|
|
525
|
-
.uniui-refresh-filled
|
525
|
+
.uniui-refresh-filled::before {
|
526
526
|
content: '\e656';
|
527
527
|
}
|
528
528
|
|
529
|
-
.uniui-refresh
|
529
|
+
.uniui-refresh::before {
|
530
530
|
content: '\e657';
|
531
531
|
}
|
532
532
|
|
533
|
-
.uniui-cloud-upload
|
533
|
+
.uniui-cloud-upload::before {
|
534
534
|
content: '\e645';
|
535
535
|
}
|
536
536
|
|
537
|
-
.uniui-cloud-download-filled
|
537
|
+
.uniui-cloud-download-filled::before {
|
538
538
|
content: '\e646';
|
539
539
|
}
|
540
540
|
|
541
|
-
.uniui-cloud-download
|
541
|
+
.uniui-cloud-download::before {
|
542
542
|
content: '\e647';
|
543
543
|
}
|
544
544
|
|
545
|
-
.uniui-cloud-upload-filled
|
545
|
+
.uniui-cloud-upload-filled::before {
|
546
546
|
content: '\e648';
|
547
547
|
}
|
548
548
|
|
549
|
-
.uniui-redo
|
549
|
+
.uniui-redo::before {
|
550
550
|
content: '\e64a';
|
551
551
|
}
|
552
552
|
|
553
|
-
.uniui-images-filled
|
553
|
+
.uniui-images-filled::before {
|
554
554
|
content: '\e64b';
|
555
555
|
}
|
556
556
|
|
557
|
-
.uniui-undo-filled
|
557
|
+
.uniui-undo-filled::before {
|
558
558
|
content: '\e64c';
|
559
559
|
}
|
560
560
|
|
561
|
-
.uniui-more
|
561
|
+
.uniui-more::before {
|
562
562
|
content: '\e64d';
|
563
563
|
}
|
564
564
|
|
565
|
-
.uniui-more-filled
|
565
|
+
.uniui-more-filled::before {
|
566
566
|
content: '\e64e';
|
567
567
|
}
|
568
568
|
|
569
|
-
.uniui-undo
|
569
|
+
.uniui-undo::before {
|
570
570
|
content: '\e64f';
|
571
571
|
}
|
572
572
|
|
573
|
-
.uniui-images
|
573
|
+
.uniui-images::before {
|
574
574
|
content: '\e650';
|
575
575
|
}
|
576
576
|
|
577
|
-
.uniui-paperclip
|
577
|
+
.uniui-paperclip::before {
|
578
578
|
content: '\e652';
|
579
579
|
}
|
580
580
|
|
581
|
-
.uniui-settings
|
581
|
+
.uniui-settings::before {
|
582
582
|
content: '\e653';
|
583
583
|
}
|
584
584
|
|
585
|
-
.uniui-search
|
585
|
+
.uniui-search::before {
|
586
586
|
content: '\e654';
|
587
587
|
}
|
588
588
|
|
589
|
-
.uniui-redo-filled
|
589
|
+
.uniui-redo-filled::before {
|
590
590
|
content: '\e655';
|
591
591
|
}
|
592
592
|
|
593
|
-
.uniui-list
|
593
|
+
.uniui-list::before {
|
594
594
|
content: '\e644';
|
595
595
|
}
|
596
596
|
|
597
|
-
.uniui-mail-open-filled
|
597
|
+
.uniui-mail-open-filled::before {
|
598
598
|
content: '\e63a';
|
599
599
|
}
|
600
600
|
|
601
|
-
.uniui-hand-down-filled
|
601
|
+
.uniui-hand-down-filled::before {
|
602
602
|
content: '\e63c';
|
603
603
|
}
|
604
604
|
|
605
|
-
.uniui-hand-down
|
605
|
+
.uniui-hand-down::before {
|
606
606
|
content: '\e63d';
|
607
607
|
}
|
608
608
|
|
609
|
-
.uniui-hand-up-filled
|
609
|
+
.uniui-hand-up-filled::before {
|
610
610
|
content: '\e63e';
|
611
611
|
}
|
612
612
|
|
613
|
-
.uniui-hand-up
|
613
|
+
.uniui-hand-up::before {
|
614
614
|
content: '\e63f';
|
615
615
|
}
|
616
616
|
|
617
|
-
.uniui-heart-filled
|
617
|
+
.uniui-heart-filled::before {
|
618
618
|
content: '\e641';
|
619
619
|
}
|
620
620
|
|
621
|
-
.uniui-mail-open
|
621
|
+
.uniui-mail-open::before {
|
622
622
|
content: '\e643';
|
623
623
|
}
|
624
624
|
|
625
|
-
.uniui-heart
|
625
|
+
.uniui-heart::before {
|
626
626
|
content: '\e639';
|
627
627
|
}
|
628
628
|
|
629
|
-
.uniui-loop
|
629
|
+
.uniui-loop::before {
|
630
630
|
content: '\e633';
|
631
631
|
}
|
632
632
|
|
633
|
-
.uniui-pulldown
|
633
|
+
.uniui-pulldown::before {
|
634
634
|
content: '\e632';
|
635
635
|
}
|
636
636
|
|
637
|
-
.uniui-scan
|
637
|
+
.uniui-scan::before {
|
638
638
|
content: '\e62a';
|
639
639
|
}
|
640
640
|
|
641
|
-
.uniui-bars
|
641
|
+
.uniui-bars::before {
|
642
642
|
content: '\e627';
|
643
643
|
}
|
644
644
|
|
645
|
-
.uniui-checkbox
|
645
|
+
.uniui-checkbox::before {
|
646
646
|
content: '\e62b';
|
647
647
|
}
|
648
648
|
|
649
|
-
.uniui-checkbox-filled
|
649
|
+
.uniui-checkbox-filled::before {
|
650
650
|
content: '\e62c';
|
651
651
|
}
|
652
652
|
|
653
|
-
.uniui-shop
|
653
|
+
.uniui-shop::before {
|
654
654
|
content: '\e62f';
|
655
655
|
}
|
656
656
|
|
657
|
-
.uniui-headphones
|
657
|
+
.uniui-headphones::before {
|
658
658
|
content: '\e630';
|
659
659
|
}
|
660
660
|
|
661
|
-
.uniui-cart
|
661
|
+
.uniui-cart::before {
|
662
662
|
content: '\e631';
|
663
663
|
}
|