hc-basic 1.6.8 → 2.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.
@@ -1,4 +1,5 @@
1
1
  @charset "UTF-8";
2
+
2
3
  :root {
3
4
  --color-default: #ffffff;
4
5
  --color-black: #000000;
@@ -96,7 +97,881 @@
96
97
  .el-upload-list__item.is-success:not(.focusing):focus {
97
98
  outline-width: 0;
98
99
  }
99
-
100
+ @font-face {
101
+ font-family: element-icons;
102
+ src: url("~element-ui/packages/theme-chalk/src/fonts/element-icons.woff")
103
+ format("woff"),
104
+ /* chrome, firefox */
105
+ url("~element-ui/packages/theme-chalk/src/fonts/element-icons.ttf")
106
+ format("truetype"); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
107
+ font-weight: 400;
108
+ font-display: 'auto';
109
+ font-style: normal;
110
+ }
111
+ [class*=' el-icon-'],
112
+ [class^='el-icon-'] {
113
+ font-family: element-icons !important;
114
+ speak: none;
115
+ font-style: normal;
116
+ font-weight: 400;
117
+ font-variant: normal;
118
+ text-transform: none;
119
+ line-height: 1;
120
+ vertical-align: baseline;
121
+ display: inline-block;
122
+ -webkit-font-smoothing: antialiased;
123
+ -moz-osx-font-smoothing: grayscale;
124
+ }
125
+ .el-icon-ice-cream-round:before {
126
+ content: '\e6a0';
127
+ }
128
+ .el-icon-ice-cream-square:before {
129
+ content: '\e6a3';
130
+ }
131
+ .el-icon-lollipop:before {
132
+ content: '\e6a4';
133
+ }
134
+ .el-icon-potato-strips:before {
135
+ content: '\e6a5';
136
+ }
137
+ .el-icon-milk-tea:before {
138
+ content: '\e6a6';
139
+ }
140
+ .el-icon-ice-drink:before {
141
+ content: '\e6a7';
142
+ }
143
+ .el-icon-ice-tea:before {
144
+ content: '\e6a9';
145
+ }
146
+ .el-icon-coffee:before {
147
+ content: '\e6aa';
148
+ }
149
+ .el-icon-orange:before {
150
+ content: '\e6ab';
151
+ }
152
+ .el-icon-pear:before {
153
+ content: '\e6ac';
154
+ }
155
+ .el-icon-apple:before {
156
+ content: '\e6ad';
157
+ }
158
+ .el-icon-cherry:before {
159
+ content: '\e6ae';
160
+ }
161
+ .el-icon-watermelon:before {
162
+ content: '\e6af';
163
+ }
164
+ .el-icon-grape:before {
165
+ content: '\e6b0';
166
+ }
167
+ .el-icon-refrigerator:before {
168
+ content: '\e6b1';
169
+ }
170
+ .el-icon-goblet-square-full:before {
171
+ content: '\e6b2';
172
+ }
173
+ .el-icon-goblet-square:before {
174
+ content: '\e6b3';
175
+ }
176
+ .el-icon-goblet-full:before {
177
+ content: '\e6b4';
178
+ }
179
+ .el-icon-goblet:before {
180
+ content: '\e6b5';
181
+ }
182
+ .el-icon-cold-drink:before {
183
+ content: '\e6b6';
184
+ }
185
+ .el-icon-coffee-cup:before {
186
+ content: '\e6b8';
187
+ }
188
+ .el-icon-water-cup:before {
189
+ content: '\e6b9';
190
+ }
191
+ .el-icon-hot-water:before {
192
+ content: '\e6ba';
193
+ }
194
+ .el-icon-ice-cream:before {
195
+ content: '\e6bb';
196
+ }
197
+ .el-icon-dessert:before {
198
+ content: '\e6bc';
199
+ }
200
+ .el-icon-sugar:before {
201
+ content: '\e6bd';
202
+ }
203
+ .el-icon-tableware:before {
204
+ content: '\e6be';
205
+ }
206
+ .el-icon-burger:before {
207
+ content: '\e6bf';
208
+ }
209
+ .el-icon-knife-fork:before {
210
+ content: '\e6c1';
211
+ }
212
+ .el-icon-fork-spoon:before {
213
+ content: '\e6c2';
214
+ }
215
+ .el-icon-chicken:before {
216
+ content: '\e6c3';
217
+ }
218
+ .el-icon-food:before {
219
+ content: '\e6c4';
220
+ }
221
+ .el-icon-dish-1:before {
222
+ content: '\e6c5';
223
+ }
224
+ .el-icon-dish:before {
225
+ content: '\e6c6';
226
+ }
227
+ .el-icon-moon-night:before {
228
+ content: '\e6ee';
229
+ }
230
+ .el-icon-moon:before {
231
+ content: '\e6f0';
232
+ }
233
+ .el-icon-cloudy-and-sunny:before {
234
+ content: '\e6f1';
235
+ }
236
+ .el-icon-partly-cloudy:before {
237
+ content: '\e6f2';
238
+ }
239
+ .el-icon-cloudy:before {
240
+ content: '\e6f3';
241
+ }
242
+ .el-icon-sunny:before {
243
+ content: '\e6f6';
244
+ }
245
+ .el-icon-sunset:before {
246
+ content: '\e6f7';
247
+ }
248
+ .el-icon-sunrise-1:before {
249
+ content: '\e6f8';
250
+ }
251
+ .el-icon-sunrise:before {
252
+ content: '\e6f9';
253
+ }
254
+ .el-icon-heavy-rain:before {
255
+ content: '\e6fa';
256
+ }
257
+ .el-icon-lightning:before {
258
+ content: '\e6fb';
259
+ }
260
+ .el-icon-light-rain:before {
261
+ content: '\e6fc';
262
+ }
263
+ .el-icon-wind-power:before {
264
+ content: '\e6fd';
265
+ }
266
+ .el-icon-baseball:before {
267
+ content: '\e712';
268
+ }
269
+ .el-icon-soccer:before {
270
+ content: '\e713';
271
+ }
272
+ .el-icon-football:before {
273
+ content: '\e715';
274
+ }
275
+ .el-icon-basketball:before {
276
+ content: '\e716';
277
+ }
278
+ .el-icon-ship:before {
279
+ content: '\e73f';
280
+ }
281
+ .el-icon-truck:before {
282
+ content: '\e740';
283
+ }
284
+ .el-icon-bicycle:before {
285
+ content: '\e741';
286
+ }
287
+ .el-icon-mobile-phone:before {
288
+ content: '\e6d3';
289
+ }
290
+ .el-icon-service:before {
291
+ content: '\e6d4';
292
+ }
293
+ .el-icon-key:before {
294
+ content: '\e6e2';
295
+ }
296
+ .el-icon-unlock:before {
297
+ content: '\e6e4';
298
+ }
299
+ .el-icon-lock:before {
300
+ content: '\e6e5';
301
+ }
302
+ .el-icon-watch:before {
303
+ content: '\e6fe';
304
+ }
305
+ .el-icon-watch-1:before {
306
+ content: '\e6ff';
307
+ }
308
+ .el-icon-timer:before {
309
+ content: '\e702';
310
+ }
311
+ .el-icon-alarm-clock:before {
312
+ content: '\e703';
313
+ }
314
+ .el-icon-map-location:before {
315
+ content: '\e704';
316
+ }
317
+ .el-icon-delete-location:before {
318
+ content: '\e705';
319
+ }
320
+ .el-icon-add-location:before {
321
+ content: '\e706';
322
+ }
323
+ .el-icon-location-information:before {
324
+ content: '\e707';
325
+ }
326
+ .el-icon-location-outline:before {
327
+ content: '\e708';
328
+ }
329
+ .el-icon-location:before {
330
+ content: '\e79e';
331
+ }
332
+ .el-icon-place:before {
333
+ content: '\e709';
334
+ }
335
+ .el-icon-discover:before {
336
+ content: '\e70a';
337
+ }
338
+ .el-icon-first-aid-kit:before {
339
+ content: '\e70b';
340
+ }
341
+ .el-icon-trophy-1:before {
342
+ content: '\e70c';
343
+ }
344
+ .el-icon-trophy:before {
345
+ content: '\e70d';
346
+ }
347
+ .el-icon-medal:before {
348
+ content: '\e70e';
349
+ }
350
+ .el-icon-medal-1:before {
351
+ content: '\e70f';
352
+ }
353
+ .el-icon-stopwatch:before {
354
+ content: '\e710';
355
+ }
356
+ .el-icon-mic:before {
357
+ content: '\e711';
358
+ }
359
+ .el-icon-copy-document:before {
360
+ content: '\e718';
361
+ }
362
+ .el-icon-full-screen:before {
363
+ content: '\e719';
364
+ }
365
+ .el-icon-switch-button:before {
366
+ content: '\e71b';
367
+ }
368
+ .el-icon-aim:before {
369
+ content: '\e71c';
370
+ }
371
+ .el-icon-crop:before {
372
+ content: '\e71d';
373
+ }
374
+ .el-icon-odometer:before {
375
+ content: '\e71e';
376
+ }
377
+ .el-icon-time:before {
378
+ content: '\e71f';
379
+ }
380
+ .el-icon-bangzhu:before {
381
+ content: '\e724';
382
+ }
383
+ .el-icon-close-notification:before {
384
+ content: '\e726';
385
+ }
386
+ .el-icon-microphone:before {
387
+ content: '\e727';
388
+ }
389
+ .el-icon-turn-off-microphone:before {
390
+ content: '\e728';
391
+ }
392
+ .el-icon-position:before {
393
+ content: '\e729';
394
+ }
395
+ .el-icon-postcard:before {
396
+ content: '\e72a';
397
+ }
398
+ .el-icon-message:before {
399
+ content: '\e72b';
400
+ }
401
+ .el-icon-chat-line-square:before {
402
+ content: '\e72d';
403
+ }
404
+ .el-icon-chat-dot-square:before {
405
+ content: '\e72e';
406
+ }
407
+ .el-icon-chat-dot-round:before {
408
+ content: '\e72f';
409
+ }
410
+ .el-icon-chat-square:before {
411
+ content: '\e730';
412
+ }
413
+ .el-icon-chat-line-round:before {
414
+ content: '\e731';
415
+ }
416
+ .el-icon-chat-round:before {
417
+ content: '\e732';
418
+ }
419
+ .el-icon-set-up:before {
420
+ content: '\e733';
421
+ }
422
+ .el-icon-turn-off:before {
423
+ content: '\e734';
424
+ }
425
+ .el-icon-open:before {
426
+ content: '\e735';
427
+ }
428
+ .el-icon-connection:before {
429
+ content: '\e736';
430
+ }
431
+ .el-icon-link:before {
432
+ content: '\e737';
433
+ }
434
+ .el-icon-cpu:before {
435
+ content: '\e738';
436
+ }
437
+ .el-icon-thumb:before {
438
+ content: '\e739';
439
+ }
440
+ .el-icon-female:before {
441
+ content: '\e73a';
442
+ }
443
+ .el-icon-male:before {
444
+ content: '\e73b';
445
+ }
446
+ .el-icon-guide:before {
447
+ content: '\e73c';
448
+ }
449
+ .el-icon-news:before {
450
+ content: '\e73e';
451
+ }
452
+ .el-icon-price-tag:before {
453
+ content: '\e744';
454
+ }
455
+ .el-icon-discount:before {
456
+ content: '\e745';
457
+ }
458
+ .el-icon-wallet:before {
459
+ content: '\e747';
460
+ }
461
+ .el-icon-coin:before {
462
+ content: '\e748';
463
+ }
464
+ .el-icon-money:before {
465
+ content: '\e749';
466
+ }
467
+ .el-icon-bank-card:before {
468
+ content: '\e74a';
469
+ }
470
+ .el-icon-box:before {
471
+ content: '\e74b';
472
+ }
473
+ .el-icon-present:before {
474
+ content: '\e74c';
475
+ }
476
+ .el-icon-sell:before {
477
+ content: '\e6d5';
478
+ }
479
+ .el-icon-sold-out:before {
480
+ content: '\e6d6';
481
+ }
482
+ .el-icon-shopping-bag-2:before {
483
+ content: '\e74d';
484
+ }
485
+ .el-icon-shopping-bag-1:before {
486
+ content: '\e74e';
487
+ }
488
+ .el-icon-shopping-cart-2:before {
489
+ content: '\e74f';
490
+ }
491
+ .el-icon-shopping-cart-1:before {
492
+ content: '\e750';
493
+ }
494
+ .el-icon-shopping-cart-full:before {
495
+ content: '\e751';
496
+ }
497
+ .el-icon-smoking:before {
498
+ content: '\e752';
499
+ }
500
+ .el-icon-no-smoking:before {
501
+ content: '\e753';
502
+ }
503
+ .el-icon-house:before {
504
+ content: '\e754';
505
+ }
506
+ .el-icon-table-lamp:before {
507
+ content: '\e755';
508
+ }
509
+ .el-icon-school:before {
510
+ content: '\e756';
511
+ }
512
+ .el-icon-office-building:before {
513
+ content: '\e757';
514
+ }
515
+ .el-icon-toilet-paper:before {
516
+ content: '\e758';
517
+ }
518
+ .el-icon-notebook-2:before {
519
+ content: '\e759';
520
+ }
521
+ .el-icon-notebook-1:before {
522
+ content: '\e75a';
523
+ }
524
+ .el-icon-files:before {
525
+ content: '\e75b';
526
+ }
527
+ .el-icon-collection:before {
528
+ content: '\e75c';
529
+ }
530
+ .el-icon-receiving:before {
531
+ content: '\e75d';
532
+ }
533
+ .el-icon-suitcase-1:before {
534
+ content: '\e760';
535
+ }
536
+ .el-icon-suitcase:before {
537
+ content: '\e761';
538
+ }
539
+ .el-icon-film:before {
540
+ content: '\e763';
541
+ }
542
+ .el-icon-collection-tag:before {
543
+ content: '\e765';
544
+ }
545
+ .el-icon-data-analysis:before {
546
+ content: '\e766';
547
+ }
548
+ .el-icon-pie-chart:before {
549
+ content: '\e767';
550
+ }
551
+ .el-icon-data-board:before {
552
+ content: '\e768';
553
+ }
554
+ .el-icon-data-line:before {
555
+ content: '\e76d';
556
+ }
557
+ .el-icon-reading:before {
558
+ content: '\e769';
559
+ }
560
+ .el-icon-magic-stick:before {
561
+ content: '\e76a';
562
+ }
563
+ .el-icon-coordinate:before {
564
+ content: '\e76b';
565
+ }
566
+ .el-icon-mouse:before {
567
+ content: '\e76c';
568
+ }
569
+ .el-icon-brush:before {
570
+ content: '\e76e';
571
+ }
572
+ .el-icon-headset:before {
573
+ content: '\e76f';
574
+ }
575
+ .el-icon-umbrella:before {
576
+ content: '\e770';
577
+ }
578
+ .el-icon-scissors:before {
579
+ content: '\e771';
580
+ }
581
+ .el-icon-mobile:before {
582
+ content: '\e773';
583
+ }
584
+ .el-icon-attract:before {
585
+ content: '\e774';
586
+ }
587
+ .el-icon-monitor:before {
588
+ content: '\e775';
589
+ }
590
+ .el-icon-search:before {
591
+ content: '\e778';
592
+ }
593
+ .el-icon-takeaway-box:before {
594
+ content: '\e77a';
595
+ }
596
+ .el-icon-paperclip:before {
597
+ content: '\e77d';
598
+ }
599
+ .el-icon-printer:before {
600
+ content: '\e77e';
601
+ }
602
+ .el-icon-document-add:before {
603
+ content: '\e782';
604
+ }
605
+ .el-icon-document:before {
606
+ content: '\e785';
607
+ }
608
+ .el-icon-document-checked:before {
609
+ content: '\e786';
610
+ }
611
+ .el-icon-document-copy:before {
612
+ content: '\e787';
613
+ }
614
+ .el-icon-document-delete:before {
615
+ content: '\e788';
616
+ }
617
+ .el-icon-document-remove:before {
618
+ content: '\e789';
619
+ }
620
+ .el-icon-tickets:before {
621
+ content: '\e78b';
622
+ }
623
+ .el-icon-folder-checked:before {
624
+ content: '\e77f';
625
+ }
626
+ .el-icon-folder-delete:before {
627
+ content: '\e780';
628
+ }
629
+ .el-icon-folder-remove:before {
630
+ content: '\e781';
631
+ }
632
+ .el-icon-folder-add:before {
633
+ content: '\e783';
634
+ }
635
+ .el-icon-folder-opened:before {
636
+ content: '\e784';
637
+ }
638
+ .el-icon-folder:before {
639
+ content: '\e78a';
640
+ }
641
+ .el-icon-edit-outline:before {
642
+ content: '\e764';
643
+ }
644
+ .el-icon-edit:before {
645
+ content: '\e78c';
646
+ }
647
+ .el-icon-date:before {
648
+ content: '\e78e';
649
+ }
650
+ .el-icon-c-scale-to-original:before {
651
+ content: '\e7c6';
652
+ }
653
+ .el-icon-view:before {
654
+ content: '\e6ce';
655
+ }
656
+ .el-icon-loading:before {
657
+ content: '\e6cf';
658
+ }
659
+ .el-icon-rank:before {
660
+ content: '\e6d1';
661
+ }
662
+ .el-icon-sort-down:before {
663
+ content: '\e7c4';
664
+ }
665
+ .el-icon-sort-up:before {
666
+ content: '\e7c5';
667
+ }
668
+ .el-icon-sort:before {
669
+ content: '\e6d2';
670
+ }
671
+ .el-icon-finished:before {
672
+ content: '\e6cd';
673
+ }
674
+ .el-icon-refresh-left:before {
675
+ content: '\e6c7';
676
+ }
677
+ .el-icon-refresh-right:before {
678
+ content: '\e6c8';
679
+ }
680
+ .el-icon-refresh:before {
681
+ content: '\e6d0';
682
+ }
683
+ .el-icon-video-play:before {
684
+ content: '\e7c0';
685
+ }
686
+ .el-icon-video-pause:before {
687
+ content: '\e7c1';
688
+ }
689
+ .el-icon-d-arrow-right:before {
690
+ content: '\e6dc';
691
+ }
692
+ .el-icon-d-arrow-left:before {
693
+ content: '\e6dd';
694
+ }
695
+ .el-icon-arrow-up:before {
696
+ content: '\e6e1';
697
+ }
698
+ .el-icon-arrow-down:before {
699
+ content: '\e6df';
700
+ }
701
+ .el-icon-arrow-right:before {
702
+ content: '\e6e0';
703
+ }
704
+ .el-icon-arrow-left:before {
705
+ content: '\e6de';
706
+ }
707
+ .el-icon-top-right:before {
708
+ content: '\e6e7';
709
+ }
710
+ .el-icon-top-left:before {
711
+ content: '\e6e8';
712
+ }
713
+ .el-icon-top:before {
714
+ content: '\e6e6';
715
+ }
716
+ .el-icon-bottom:before {
717
+ content: '\e6eb';
718
+ }
719
+ .el-icon-right:before {
720
+ content: '\e6e9';
721
+ }
722
+ .el-icon-back:before {
723
+ content: '\e6ea';
724
+ }
725
+ .el-icon-bottom-right:before {
726
+ content: '\e6ec';
727
+ }
728
+ .el-icon-bottom-left:before {
729
+ content: '\e6ed';
730
+ }
731
+ .el-icon-caret-top:before {
732
+ content: '\e78f';
733
+ }
734
+ .el-icon-caret-bottom:before {
735
+ content: '\e790';
736
+ }
737
+ .el-icon-caret-right:before {
738
+ content: '\e791';
739
+ }
740
+ .el-icon-caret-left:before {
741
+ content: '\e792';
742
+ }
743
+ .el-icon-d-caret:before {
744
+ content: '\e79a';
745
+ }
746
+ .el-icon-share:before {
747
+ content: '\e793';
748
+ }
749
+ .el-icon-menu:before {
750
+ content: '\e798';
751
+ }
752
+ .el-icon-s-grid:before {
753
+ content: '\e7a6';
754
+ }
755
+ .el-icon-s-check:before {
756
+ content: '\e7a7';
757
+ }
758
+ .el-icon-s-data:before {
759
+ content: '\e7a8';
760
+ }
761
+ .el-icon-s-opportunity:before {
762
+ content: '\e7aa';
763
+ }
764
+ .el-icon-s-custom:before {
765
+ content: '\e7ab';
766
+ }
767
+ .el-icon-s-claim:before {
768
+ content: '\e7ad';
769
+ }
770
+ .el-icon-s-finance:before {
771
+ content: '\e7ae';
772
+ }
773
+ .el-icon-s-comment:before {
774
+ content: '\e7af';
775
+ }
776
+ .el-icon-s-flag:before {
777
+ content: '\e7b0';
778
+ }
779
+ .el-icon-s-marketing:before {
780
+ content: '\e7b1';
781
+ }
782
+ .el-icon-s-shop:before {
783
+ content: '\e7b4';
784
+ }
785
+ .el-icon-s-open:before {
786
+ content: '\e7b5';
787
+ }
788
+ .el-icon-s-management:before {
789
+ content: '\e7b6';
790
+ }
791
+ .el-icon-s-ticket:before {
792
+ content: '\e7b7';
793
+ }
794
+ .el-icon-s-release:before {
795
+ content: '\e7b8';
796
+ }
797
+ .el-icon-s-home:before {
798
+ content: '\e7b9';
799
+ }
800
+ .el-icon-s-promotion:before {
801
+ content: '\e7ba';
802
+ }
803
+ .el-icon-s-operation:before {
804
+ content: '\e7bb';
805
+ }
806
+ .el-icon-s-unfold:before {
807
+ content: '\e7bc';
808
+ }
809
+ .el-icon-s-fold:before {
810
+ content: '\e7a9';
811
+ }
812
+ .el-icon-s-platform:before {
813
+ content: '\e7bd';
814
+ }
815
+ .el-icon-s-order:before {
816
+ content: '\e7be';
817
+ }
818
+ .el-icon-s-cooperation:before {
819
+ content: '\e7bf';
820
+ }
821
+ .el-icon-bell:before {
822
+ content: '\e725';
823
+ }
824
+ .el-icon-message-solid:before {
825
+ content: '\e799';
826
+ }
827
+ .el-icon-video-camera:before {
828
+ content: '\e772';
829
+ }
830
+ .el-icon-video-camera-solid:before {
831
+ content: '\e796';
832
+ }
833
+ .el-icon-camera:before {
834
+ content: '\e779';
835
+ }
836
+ .el-icon-camera-solid:before {
837
+ content: '\e79b';
838
+ }
839
+ .el-icon-download:before {
840
+ content: '\e77c';
841
+ }
842
+ .el-icon-upload2:before {
843
+ content: '\e77b';
844
+ }
845
+ .el-icon-upload:before {
846
+ content: '\e7c3';
847
+ }
848
+ .el-icon-picture-outline-round:before {
849
+ content: '\e75f';
850
+ }
851
+ .el-icon-picture-outline:before {
852
+ content: '\e75e';
853
+ }
854
+ .el-icon-picture:before {
855
+ content: '\e79f';
856
+ }
857
+ .el-icon-close:before {
858
+ content: '\e6db';
859
+ }
860
+ .el-icon-check:before {
861
+ content: '\e6da';
862
+ }
863
+ .el-icon-plus:before {
864
+ content: '\e6d9';
865
+ }
866
+ .el-icon-minus:before {
867
+ content: '\e6d8';
868
+ }
869
+ .el-icon-help:before {
870
+ content: '\e73d';
871
+ }
872
+ .el-icon-s-help:before {
873
+ content: '\e7b3';
874
+ }
875
+ .el-icon-circle-close:before {
876
+ content: '\e78d';
877
+ }
878
+ .el-icon-circle-check:before {
879
+ content: '\e720';
880
+ }
881
+ .el-icon-circle-plus-outline:before {
882
+ content: '\e723';
883
+ }
884
+ .el-icon-remove-outline:before {
885
+ content: '\e722';
886
+ }
887
+ .el-icon-zoom-out:before {
888
+ content: '\e776';
889
+ }
890
+ .el-icon-zoom-in:before {
891
+ content: '\e777';
892
+ }
893
+ .el-icon-error:before {
894
+ content: '\e79d';
895
+ }
896
+ .el-icon-success:before {
897
+ content: '\e79c';
898
+ }
899
+ .el-icon-circle-plus:before {
900
+ content: '\e7a0';
901
+ }
902
+ .el-icon-remove:before {
903
+ content: '\e7a2';
904
+ }
905
+ .el-icon-info:before {
906
+ content: '\e7a1';
907
+ }
908
+ .el-icon-question:before {
909
+ content: '\e7a4';
910
+ }
911
+ .el-icon-warning-outline:before {
912
+ content: '\e6c9';
913
+ }
914
+ .el-icon-warning:before {
915
+ content: '\e7a3';
916
+ }
917
+ .el-icon-goods:before {
918
+ content: '\e7c2';
919
+ }
920
+ .el-icon-s-goods:before {
921
+ content: '\e7b2';
922
+ }
923
+ .el-icon-star-off:before {
924
+ content: '\e717';
925
+ }
926
+ .el-icon-star-on:before {
927
+ content: '\e797';
928
+ }
929
+ .el-icon-more-outline:before {
930
+ content: '\e6cc';
931
+ }
932
+ .el-icon-more:before {
933
+ content: '\e794';
934
+ }
935
+ .el-icon-phone-outline:before {
936
+ content: '\e6cb';
937
+ }
938
+ .el-icon-phone:before {
939
+ content: '\e795';
940
+ }
941
+ .el-icon-user:before {
942
+ content: '\e6e3';
943
+ }
944
+ .el-icon-user-solid:before {
945
+ content: '\e7a5';
946
+ }
947
+ .el-icon-setting:before {
948
+ content: '\e6ca';
949
+ }
950
+ .el-icon-s-tools:before {
951
+ content: '\e7ac';
952
+ }
953
+ .el-icon-delete:before {
954
+ content: '\e6d7';
955
+ }
956
+ .el-icon-delete-solid:before {
957
+ content: '\e7c9';
958
+ }
959
+ .el-icon-eleme:before {
960
+ content: '\e7c7';
961
+ }
962
+ .el-icon-platform-eleme:before {
963
+ content: '\e7ca';
964
+ }
965
+ .el-icon-loading {
966
+ -webkit-animation: rotating 2s linear infinite;
967
+ animation: rotating 2s linear infinite;
968
+ }
969
+ .el-icon--right {
970
+ margin-left: 5px;
971
+ }
972
+ .el-icon--left {
973
+ margin-right: 5px;
974
+ }
100
975
  @-webkit-keyframes rotating {
101
976
  0% {
102
977
  -webkit-transform: rotateZ(0);