@cloudbase/weda-ui-mp 3.7.5 → 3.7.7
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/components/form/location/components/mapChoose/index.js +11 -12
- package/components/form/uploader/weui-uploader.wxss +3 -0
- package/components/wd-cascader/index.json +1 -1
- package/components/wd-form-arr/wd-form-obj.wxss +8 -1
- package/components/wd-form-obj/wd-form-obj.wxss +8 -1
- package/components/wd-icon/index.wxss +1 -1
- package/components/wd-input-number/index.js +4 -1
- package/components/wd-rating/index.wxml +1 -0
- package/components/wd-tabs/wd-tabs.wxss +19 -19
- package/components/wd-textarea/wd-textarea.wxss +1 -0
- package/index.json +1 -0
- package/package.json +1 -1
- package/{components/wd-icon → style}/wd-font-icon.wxss +453 -229
- package/style/weda-ui.wxss +3 -940
package/style/weda-ui.wxss
CHANGED
|
@@ -104,946 +104,6 @@ page .weda-ui {
|
|
|
104
104
|
format('woff2');
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.t-icon {
|
|
108
|
-
/* use !important to prevent issues with browser extensions that change fonts */
|
|
109
|
-
font-family: 't' !important;
|
|
110
|
-
display: inline-block;
|
|
111
|
-
speak: none;
|
|
112
|
-
font-style: normal;
|
|
113
|
-
font-weight: normal;
|
|
114
|
-
font-variant: normal;
|
|
115
|
-
text-transform: none;
|
|
116
|
-
line-height: 1;
|
|
117
|
-
text-align: center;
|
|
118
|
-
/* Better Font Rendering =========== */
|
|
119
|
-
-webkit-font-smoothing: antialiased;
|
|
120
|
-
-moz-osx-font-smoothing: grayscale;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.t-icon-add-circle:before {
|
|
124
|
-
content: '\E001';
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.t-icon-add-rectangle:before {
|
|
128
|
-
content: '\E002';
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.t-icon-add:before {
|
|
132
|
-
content: '\E003';
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.t-icon-app:before {
|
|
136
|
-
content: '\E004';
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.t-icon-arrow-down-rectangle:before {
|
|
140
|
-
content: '\E005';
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.t-icon-arrow-down:before {
|
|
144
|
-
content: '\E006';
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.t-icon-arrow-left:before {
|
|
148
|
-
content: '\E007';
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.t-icon-arrow-right:before {
|
|
152
|
-
content: '\E008';
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.t-icon-arrow-up:before {
|
|
156
|
-
content: '\E009';
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.t-icon-attach:before {
|
|
160
|
-
content: '\E00A';
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.t-icon-backtop-rectangle:before {
|
|
164
|
-
content: '\E00B';
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.t-icon-backtop:before {
|
|
168
|
-
content: '\E00C';
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.t-icon-backward:before {
|
|
172
|
-
content: '\E00D';
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.t-icon-barcode:before {
|
|
176
|
-
content: '\E00E';
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.t-icon-books:before {
|
|
180
|
-
content: '\E00F';
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.t-icon-browse-off:before {
|
|
184
|
-
content: '\E010';
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.t-icon-browse:before {
|
|
188
|
-
content: '\E011';
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.t-icon-bulletpoint:before {
|
|
192
|
-
content: '\E012';
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.t-icon-calendar:before {
|
|
196
|
-
content: '\E013';
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.t-icon-call:before {
|
|
200
|
-
content: '\E014';
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.t-icon-caret-down-small:before {
|
|
204
|
-
content: '\E015';
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.t-icon-caret-down:before {
|
|
208
|
-
content: '\E016';
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.t-icon-caret-left-small:before {
|
|
212
|
-
content: '\E017';
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.t-icon-caret-left:before {
|
|
216
|
-
content: '\E018';
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.t-icon-caret-right-small:before {
|
|
220
|
-
content: '\E019';
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.t-icon-caret-right:before {
|
|
224
|
-
content: '\E01A';
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.t-icon-caret-up-small:before {
|
|
228
|
-
content: '\E01B';
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.t-icon-caret-up:before {
|
|
232
|
-
content: '\E01C';
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.t-icon-cart:before {
|
|
236
|
-
content: '\E01D';
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.t-icon-chart-bar:before {
|
|
240
|
-
content: '\E01E';
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.t-icon-chart-bubble:before {
|
|
244
|
-
content: '\E01F';
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.t-icon-chart-pie:before {
|
|
248
|
-
content: '\E020';
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.t-icon-chart:before {
|
|
252
|
-
content: '\E021';
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.t-icon-chat:before {
|
|
256
|
-
content: '\E022';
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.t-icon-check-circle-filled:before {
|
|
260
|
-
content: '\E023';
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.t-icon-check-circle:before {
|
|
264
|
-
content: '\E024';
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.t-icon-check-rectangle-filled:before {
|
|
268
|
-
content: '\E025';
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.t-icon-check-rectangle:before {
|
|
272
|
-
content: '\E026';
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.t-icon-check:before {
|
|
276
|
-
content: '\E027';
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.t-icon-chevron-down-circle:before {
|
|
280
|
-
content: '\E028';
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.t-icon-chevron-down-rectangle:before {
|
|
284
|
-
content: '\E029';
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.t-icon-chevron-down:before {
|
|
288
|
-
content: '\E02A';
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.t-icon-chevron-left-circle:before {
|
|
292
|
-
content: '\E02B';
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.t-icon-chevron-left-double:before {
|
|
296
|
-
content: '\E02C';
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.t-icon-chevron-left-rectangle:before {
|
|
300
|
-
content: '\E02D';
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.t-icon-chevron-left:before {
|
|
304
|
-
content: '\E02E';
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.t-icon-chevron-right-circle:before {
|
|
308
|
-
content: '\E02F';
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
.t-icon-chevron-right-double:before {
|
|
312
|
-
content: '\E030';
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
.t-icon-chevron-right-rectangle:before {
|
|
316
|
-
content: '\E031';
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.t-icon-chevron-right:before {
|
|
320
|
-
content: '\E032';
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.t-icon-chevron-up-circle:before {
|
|
324
|
-
content: '\E033';
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.t-icon-chevron-up-rectangle:before {
|
|
328
|
-
content: '\E034';
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.t-icon-chevron-up:before {
|
|
332
|
-
content: '\E035';
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.t-icon-circle:before {
|
|
336
|
-
content: '\E036';
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.t-icon-clear:before {
|
|
340
|
-
content: '\E037';
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.t-icon-close-circle-filled:before {
|
|
344
|
-
content: '\E038';
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.t-icon-close-circle:before {
|
|
348
|
-
content: '\E039';
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.t-icon-close-rectangle:before {
|
|
352
|
-
content: '\E03A';
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.t-icon-close:before {
|
|
356
|
-
content: '\E03B';
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.t-icon-cloud-download:before {
|
|
360
|
-
content: '\E03C';
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.t-icon-cloud-upload:before {
|
|
364
|
-
content: '\E03D';
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.t-icon-cloud:before {
|
|
368
|
-
content: '\E03E';
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.t-icon-code:before {
|
|
372
|
-
content: '\E03F';
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.t-icon-control-platform:before {
|
|
376
|
-
content: '\E040';
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.t-icon-creditcard:before {
|
|
380
|
-
content: '\E041';
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.t-icon-dashboard:before {
|
|
384
|
-
content: '\E042';
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.t-icon-delete:before {
|
|
388
|
-
content: '\E043';
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
.t-icon-desktop:before {
|
|
392
|
-
content: '\E044';
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.t-icon-discount-filled:before {
|
|
396
|
-
content: '\E045';
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.t-icon-discount:before {
|
|
400
|
-
content: '\E046';
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.t-icon-download:before {
|
|
404
|
-
content: '\E047';
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.t-icon-edit-1:before {
|
|
408
|
-
content: '\E048';
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.t-icon-edit:before {
|
|
412
|
-
content: '\E049';
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
.t-icon-ellipsis:before {
|
|
416
|
-
content: '\E04A';
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.t-icon-enter:before {
|
|
420
|
-
content: '\E04B';
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
.t-icon-error-circle-filled:before {
|
|
424
|
-
content: '\E04C';
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
.t-icon-error-circle:before {
|
|
428
|
-
content: '\E04D';
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.t-icon-error:before {
|
|
432
|
-
content: '\E04E';
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.t-icon-file-add:before {
|
|
436
|
-
content: '\E04F';
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
.t-icon-file-copy:before {
|
|
440
|
-
content: '\E050';
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
.t-icon-file-excel:before {
|
|
444
|
-
content: '\E051';
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.t-icon-file-image:before {
|
|
448
|
-
content: '\E052';
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.t-icon-file-paste:before {
|
|
452
|
-
content: '\E053';
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.t-icon-file-pdf:before {
|
|
456
|
-
content: '\E054';
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.t-icon-file-powerpoint:before {
|
|
460
|
-
content: '\E055';
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.t-icon-file-unknown:before {
|
|
464
|
-
content: '\E056';
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
.t-icon-file-word:before {
|
|
468
|
-
content: '\E057';
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.t-icon-file:before {
|
|
472
|
-
content: '\E058';
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.t-icon-filter-clear:before {
|
|
476
|
-
content: '\E059';
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.t-icon-filter:before {
|
|
480
|
-
content: '\E05A';
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.t-icon-flag:before {
|
|
484
|
-
content: '\E05B';
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.t-icon-folder-add:before {
|
|
488
|
-
content: '\E05C';
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.t-icon-folder-open:before {
|
|
492
|
-
content: '\E05D';
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.t-icon-folder:before {
|
|
496
|
-
content: '\E05E';
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
.t-icon-fork:before {
|
|
500
|
-
content: '\E05F';
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.t-icon-format-horizontal-align-bottom:before {
|
|
504
|
-
content: '\E060';
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
.t-icon-format-horizontal-align-center:before {
|
|
508
|
-
content: '\E061';
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.t-icon-format-horizontal-align-top:before {
|
|
512
|
-
content: '\E062';
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.t-icon-format-vertical-align-center:before {
|
|
516
|
-
content: '\E063';
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.t-icon-format-vertical-align-left:before {
|
|
520
|
-
content: '\E064';
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
.t-icon-format-vertical-align-right:before {
|
|
524
|
-
content: '\E065';
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.t-icon-forward:before {
|
|
528
|
-
content: '\E066';
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.t-icon-fullscreen-exit:before {
|
|
532
|
-
content: '\E067';
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
.t-icon-fullscreen:before {
|
|
536
|
-
content: '\E068';
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
.t-icon-gender-female:before {
|
|
540
|
-
content: '\E069';
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
.t-icon-gender-male:before {
|
|
544
|
-
content: '\E06A';
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
.t-icon-gift:before {
|
|
548
|
-
content: '\E06B';
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
.t-icon-heart-filled:before {
|
|
552
|
-
content: '\E06C';
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.t-icon-heart:before {
|
|
556
|
-
content: '\E06D';
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.t-icon-help-circle-filled:before {
|
|
560
|
-
content: '\E06E';
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.t-icon-help-circle:before {
|
|
564
|
-
content: '\E06F';
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
.t-icon-help:before {
|
|
568
|
-
content: '\E070';
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
.t-icon-history:before {
|
|
572
|
-
content: '\E071';
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
.t-icon-home:before {
|
|
576
|
-
content: '\E072';
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
.t-icon-hourglass:before {
|
|
580
|
-
content: '\E073';
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.t-icon-image:before {
|
|
584
|
-
content: '\E074';
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.t-icon-info-circle-filled:before {
|
|
588
|
-
content: '\E075';
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.t-icon-info-circle:before {
|
|
592
|
-
content: '\E076';
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
.t-icon-internet:before {
|
|
596
|
-
content: '\E077';
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.t-icon-jump:before {
|
|
600
|
-
content: '\E078';
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.t-icon-laptop:before {
|
|
604
|
-
content: '\E079';
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.t-icon-layers:before {
|
|
608
|
-
content: '\E07A';
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.t-icon-link-unlink:before {
|
|
612
|
-
content: '\E07B';
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.t-icon-link:before {
|
|
616
|
-
content: '\E07C';
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.t-icon-loading:before {
|
|
620
|
-
content: '\E07D';
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.t-icon-location:before {
|
|
624
|
-
content: '\E07E';
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.t-icon-lock-off:before {
|
|
628
|
-
content: '\E07F';
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.t-icon-lock-on:before {
|
|
632
|
-
content: '\E080';
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.t-icon-login:before {
|
|
636
|
-
content: '\E081';
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.t-icon-logo-android:before {
|
|
640
|
-
content: '\E082';
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.t-icon-logo-apple-filled:before {
|
|
644
|
-
content: '\E083';
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.t-icon-logo-apple:before {
|
|
648
|
-
content: '\E084';
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
.t-icon-logo-chrome-filled:before {
|
|
652
|
-
content: '\E085';
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.t-icon-logo-chrome:before {
|
|
656
|
-
content: '\E086';
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.t-icon-logo-codepen:before {
|
|
660
|
-
content: '\E087';
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.t-icon-logo-github-filled:before {
|
|
664
|
-
content: '\E088';
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
.t-icon-logo-github:before {
|
|
668
|
-
content: '\E089';
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.t-icon-logo-ie-filled:before {
|
|
672
|
-
content: '\E08A';
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.t-icon-logo-ie:before {
|
|
676
|
-
content: '\E08B';
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.t-icon-logo-windows-filled:before {
|
|
680
|
-
content: '\E08C';
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.t-icon-logo-windows:before {
|
|
684
|
-
content: '\E08D';
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.t-icon-logout:before {
|
|
688
|
-
content: '\E08E';
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.t-icon-mail:before {
|
|
692
|
-
content: '\E08F';
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
.t-icon-menu-fold:before {
|
|
696
|
-
content: '\E090';
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
.t-icon-menu-unfold:before {
|
|
700
|
-
content: '\E091';
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.t-icon-minus-circle-filled:before {
|
|
704
|
-
content: '\E092';
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
.t-icon-minus-circle:before {
|
|
708
|
-
content: '\E093';
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.t-icon-minus-rectangle:before {
|
|
712
|
-
content: '\E094';
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.t-icon-mobile-vibrate:before {
|
|
716
|
-
content: '\E095';
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.t-icon-mobile:before {
|
|
720
|
-
content: '\E096';
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.t-icon-money-circle:before {
|
|
724
|
-
content: '\E097';
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.t-icon-more:before {
|
|
728
|
-
content: '\E098';
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.t-icon-move:before {
|
|
732
|
-
content: '\E099';
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.t-icon-next:before {
|
|
736
|
-
content: '\E09A';
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
.t-icon-notification-filled:before {
|
|
740
|
-
content: '\E09B';
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
.t-icon-notification:before {
|
|
744
|
-
content: '\E09C';
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
.t-icon-order-adjustment-column:before {
|
|
748
|
-
content: '\E09D';
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.t-icon-order-ascending:before {
|
|
752
|
-
content: '\E09E';
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
.t-icon-order-descending:before {
|
|
756
|
-
content: '\E09F';
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.t-icon-page-first:before {
|
|
760
|
-
content: '\E0A0';
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.t-icon-page-last:before {
|
|
764
|
-
content: '\E0A1';
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
.t-icon-pause-circle-filled:before {
|
|
768
|
-
content: '\E0A2';
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.t-icon-photo:before {
|
|
772
|
-
content: '\E0A3';
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
.t-icon-pin:before {
|
|
776
|
-
content: '\E0A4';
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
.t-icon-play-circle-filled:before {
|
|
780
|
-
content: '\E0A5';
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.t-icon-play-circle-stroke:before {
|
|
784
|
-
content: '\E0A6';
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.t-icon-play-circle:before {
|
|
788
|
-
content: '\E0A7';
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
.t-icon-play:before {
|
|
792
|
-
content: '\E0A8';
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
.t-icon-poweroff:before {
|
|
796
|
-
content: '\E0A9';
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.t-icon-precise-monitor:before {
|
|
800
|
-
content: '\E0AA';
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
.t-icon-previous:before {
|
|
804
|
-
content: '\E0AB';
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
.t-icon-print:before {
|
|
808
|
-
content: '\E0AC';
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
.t-icon-qrcode:before {
|
|
812
|
-
content: '\E0AD';
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.t-icon-queue:before {
|
|
816
|
-
content: '\E0AE';
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
.t-icon-rectangle:before {
|
|
820
|
-
content: '\E0AF';
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.t-icon-refresh:before {
|
|
824
|
-
content: '\E0B0';
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
.t-icon-remove:before {
|
|
828
|
-
content: '\E0B1';
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
.t-icon-rollback:before {
|
|
832
|
-
content: '\E0B2';
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.t-icon-root-list:before {
|
|
836
|
-
content: '\E0B3';
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.t-icon-round:before {
|
|
840
|
-
content: '\E0B4';
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.t-icon-save:before {
|
|
844
|
-
content: '\E0B5';
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.t-icon-scan:before {
|
|
848
|
-
content: '\E0B6';
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.t-icon-search:before {
|
|
852
|
-
content: '\E0B7';
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.t-icon-secured:before {
|
|
856
|
-
content: '\E0B8';
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
.t-icon-server:before {
|
|
860
|
-
content: '\E0B9';
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
.t-icon-service:before {
|
|
864
|
-
content: '\E0BA';
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
.t-icon-setting:before {
|
|
868
|
-
content: '\E0BB';
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
.t-icon-share:before {
|
|
872
|
-
content: '\E0BC';
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
.t-icon-shop:before {
|
|
876
|
-
content: '\E0BD';
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
.t-icon-slash:before {
|
|
880
|
-
content: '\E0BE';
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
.t-icon-sound:before {
|
|
884
|
-
content: '\E0BF';
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
.t-icon-star-filled:before {
|
|
888
|
-
content: '\E0C0';
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
.t-icon-star:before {
|
|
892
|
-
content: '\E0C1';
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.t-icon-stop-circle-1:before {
|
|
896
|
-
content: '\E0C2';
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
.t-icon-stop-circle-filled:before {
|
|
900
|
-
content: '\E0C3';
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
.t-icon-stop-circle:before {
|
|
904
|
-
content: '\E0C4';
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
.t-icon-stop:before {
|
|
908
|
-
content: '\E0C5';
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
.t-icon-swap-left:before {
|
|
912
|
-
content: '\E0C6';
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
.t-icon-swap-right:before {
|
|
916
|
-
content: '\E0C7';
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
.t-icon-swap:before {
|
|
920
|
-
content: '\E0C8';
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
.t-icon-thumb-down:before {
|
|
924
|
-
content: '\E0C9';
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
.t-icon-thumb-up:before {
|
|
928
|
-
content: '\E0CA';
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
.t-icon-time-filled:before {
|
|
932
|
-
content: '\E0CB';
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
.t-icon-time:before {
|
|
936
|
-
content: '\E0CC';
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.t-icon-tips:before {
|
|
940
|
-
content: '\E0CD';
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
.t-icon-tools:before {
|
|
944
|
-
content: '\E0CE';
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
.t-icon-unfold-less:before {
|
|
948
|
-
content: '\E0CF';
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
.t-icon-unfold-more:before {
|
|
952
|
-
content: '\E0D0';
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
.t-icon-upload:before {
|
|
956
|
-
content: '\E0D1';
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
.t-icon-usb:before {
|
|
960
|
-
content: '\E0D2';
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
.t-icon-user-add:before {
|
|
964
|
-
content: '\E0D3';
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
.t-icon-user-avatar:before {
|
|
968
|
-
content: '\E0D4';
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
.t-icon-user-circle:before {
|
|
972
|
-
content: '\E0D5';
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
.t-icon-user-clear:before {
|
|
976
|
-
content: '\E0D6';
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
.t-icon-user-talk:before {
|
|
980
|
-
content: '\E0D7';
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
.t-icon-user:before {
|
|
984
|
-
content: '\E0D8';
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
.t-icon-usergroup-add:before {
|
|
988
|
-
content: '\E0D9';
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
.t-icon-usergroup-clear:before {
|
|
992
|
-
content: '\E0DA';
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
.t-icon-usergroup:before {
|
|
996
|
-
content: '\E0DB';
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
.t-icon-video:before {
|
|
1000
|
-
content: '\E0DC';
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
.t-icon-view-column:before {
|
|
1004
|
-
content: '\E0DD';
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
.t-icon-view-list:before {
|
|
1008
|
-
content: '\E0DE';
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
.t-icon-view-module:before {
|
|
1012
|
-
content: '\E0DF';
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
.t-icon-wallet:before {
|
|
1016
|
-
content: '\E0E0';
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
.t-icon-wifi:before {
|
|
1020
|
-
content: '\E0E1';
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
.t-icon-zoom-in:before {
|
|
1024
|
-
content: '\E0E2';
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
.t-icon-zoom-out:before {
|
|
1028
|
-
content: '\E0E3';
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
@font-face {
|
|
1032
|
-
font-family: 't';
|
|
1033
|
-
src: url('https://tdesign.gtimg.com/icon/0.0.3/fonts/t.eot'),
|
|
1034
|
-
/* for IE 9*/ url('https://tdesign.gtimg.com/icon/0.0.3/fonts/t.eot?#iefix')
|
|
1035
|
-
format('embedded-opentype'),
|
|
1036
|
-
/* under IE9 */ url('https://tdesign.gtimg.com/icon/0.0.3/fonts/t.woff')
|
|
1037
|
-
format('woff'),
|
|
1038
|
-
/* chrome, firefox */
|
|
1039
|
-
url('https://tdesign.gtimg.com/icon/0.0.3/fonts/t.ttf') format('truetype'),
|
|
1040
|
-
/* opera, Safari, Android, iOS 4.2+ */
|
|
1041
|
-
url('https://tdesign.gtimg.com/icon/0.0.3/fonts/t.svg') format('svg');
|
|
1042
|
-
/* iOS 4.1- */
|
|
1043
|
-
font-weight: normal;
|
|
1044
|
-
font-style: normal;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
107
|
:host {
|
|
1048
108
|
display: inline-flex;
|
|
1049
109
|
align-items: center;
|
|
@@ -1410,3 +470,6 @@ page .weda-ui {
|
|
|
1410
470
|
box-shadow: unset;
|
|
1411
471
|
}
|
|
1412
472
|
/* 事件样式 end */
|
|
473
|
+
|
|
474
|
+
/* 引入图标库 */
|
|
475
|
+
@import './wd-font-icon.wxss';
|