nubomed-ui 2.0.169 → 2.0.170

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,835 +1,839 @@
1
- @font-face {
2
- font-family: "nubo-iconfont"; /* Project id 4750178 */
3
- src: url('iconfont.woff2?t=1735265106204') format('woff2'),
4
- url('iconfont.woff?t=1735265106204') format('woff'),
5
- url('iconfont.ttf?t=1735265106204') format('truetype');
6
- }
7
-
8
- .nubo-iconfont {
9
- font-family: "nubo-iconfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .icon-keyboard-cn:before {
17
- content: "\e711";
18
- }
19
-
20
- .icon-keyboard-en:before {
21
- content: "\e712";
22
- }
23
-
24
- .icon-left-arrow-delete:before {
25
- content: "\e753";
26
- }
27
-
28
- .icon-menu-book:before {
29
- content: "\e6e7";
30
- }
31
-
32
- .icon-camera:before {
33
- content: "\e6eb";
34
- }
35
-
36
- .icon-connect:before {
37
- content: "\e6ef";
38
- }
39
-
40
- .icon-connect-error:before {
41
- content: "\e6f0";
42
- }
43
-
44
- .icon-menu-take-no-back:before {
45
- content: "\e6e9";
46
- }
47
-
48
- .icon-sort-down:before {
49
- content: "\e6ec";
50
- }
51
-
52
- .icon-caret-up-expand:before {
53
- content: "\e6ee";
54
- }
55
-
56
- .icon-caret-down-expand:before {
57
- content: "\e6f1";
58
- }
59
-
60
- .icon-caret-left-expand:before {
61
- content: "\e6f2";
62
- }
63
-
64
- .icon-caret-right-expand:before {
65
- content: "\e6f3";
66
- }
67
-
68
- .icon-loading:before {
69
- content: "\e6fe";
70
- }
71
-
72
- .icon-caret-up:before {
73
- content: "\e6ff";
74
- }
75
-
76
- .icon-double-arrow-left:before {
77
- content: "\e701";
78
- }
79
-
80
- .icon-double-arrow-right:before {
81
- content: "\e702";
82
- }
83
-
84
- .icon-left-alignment:before {
85
- content: "\e703";
86
- }
87
-
88
- .icon-right-alignment:before {
89
- content: "\e704";
90
- }
91
-
92
- .icon-center-alignment:before {
93
- content: "\e705";
94
- }
95
-
96
- .icon-menu-trace-stock:before {
97
- content: "\e70e";
98
- }
99
-
100
- .icon-lock-filled:before {
101
- content: "\e70f";
102
- }
103
-
104
- .icon-menu-storeroom-recevie-copy:before {
105
- content: "\e710";
106
- }
107
-
108
- .icon-minus:before {
109
- content: "\e794";
110
- }
111
-
112
- .icon-menu-stock-compare:before {
113
- content: "\e6b8";
114
- }
115
-
116
- .icon-network-null:before {
117
- content: "\e609";
118
- }
119
-
120
- .icon-wifi-online:before {
121
- content: "\e60a";
122
- }
123
-
124
- .icon-network-4G:before {
125
- content: "\e60b";
126
- }
127
-
128
- .icon-battery-charging:before {
129
- content: "\e60c";
130
- }
131
-
132
- .icon-wifi-offline:before {
133
- content: "\e60d";
134
- }
135
-
136
- .icon-battery-low:before {
137
- content: "\e60e";
138
- }
139
-
140
- .icon-network-5G:before {
141
- content: "\e60f";
142
- }
143
-
144
- .icon-battery-null:before {
145
- content: "\e610";
146
- }
147
-
148
- .icon-battery-full:before {
149
- content: "\e611";
150
- }
151
-
152
- .icon-man-filled:before {
153
- content: "\e612";
154
- }
155
-
156
- .icon-women-filled:before {
157
- content: "\e613";
158
- }
159
-
160
- .icon-male-filled:before {
161
- content: "\e614";
162
- }
163
-
164
- .icon-female-filled:before {
165
- content: "\e615";
166
- }
167
-
168
- .icon-children-filled:before {
169
- content: "\e616";
170
- }
171
-
172
- .icon-unknown-sex-filled:before {
173
- content: "\e617";
174
- }
175
-
176
- .icon-account:before {
177
- content: "\e618";
178
- }
179
-
180
- .icon-unlock-filled:before {
181
- content: "\e619";
182
- }
183
-
184
- .icon-password:before {
185
- content: "\e61a";
186
- }
187
-
188
- .icon-voice-no-filled:before {
189
- content: "\e61b";
190
- }
191
-
192
- .icon-bell-filled:before {
193
- content: "\e61c";
194
- }
195
-
196
- .icon-voice-filled:before {
197
- content: "\e61d";
198
- }
199
-
200
- .icon-zhiyin:before {
201
- content: "\e61e";
202
- }
203
-
204
- .icon-note:before {
205
- content: "\e61f";
206
- }
207
-
208
- .icon-multiple-choice:before {
209
- content: "\e620";
210
- }
211
-
212
- .icon-logout:before {
213
- content: "\e621";
214
- }
215
-
216
- .icon-copy:before {
217
- content: "\e622";
218
- }
219
-
220
- .icon-back:before {
221
- content: "\e623";
222
- }
223
-
224
- .icon-menu-checked-filled:before {
225
- content: "\e624";
226
- }
227
-
228
- .icon-door-closed:before {
229
- content: "\e625";
230
- }
231
-
232
- .icon-menu-inventory-filled:before {
233
- content: "\e626";
234
- }
235
-
236
- .icon-door-opened:before {
237
- content: "\e627";
238
- }
239
-
240
- .icon-delete-filled:before {
241
- content: "\e628";
242
- }
243
-
244
- .icon-circle-close-filled:before {
245
- content: "\e629";
246
- }
247
-
248
- .icon-nail-filled:before {
249
- content: "\e62a";
250
- }
251
-
252
- .icon-warning-filled:before {
253
- content: "\e62b";
254
- }
255
-
256
- .icon-circle-plus-filled:before {
257
- content: "\e62c";
258
- }
259
-
260
- .icon-urgent:before {
261
- content: "\e62d";
262
- }
263
-
264
- .icon-xiala:before {
265
- content: "\e62e";
266
- }
267
-
268
- .icon-remove-filled:before {
269
- content: "\e62f";
270
- }
271
-
272
- .icon-circle-check-filled:before {
273
- content: "\e630";
274
- }
275
-
276
- .icon-up:before {
277
- content: "\e631";
278
- }
279
-
280
- .icon-square-down:before {
281
- content: "\e632";
282
- }
283
-
284
- .icon-square-left:before {
285
- content: "\e633";
286
- }
287
-
288
- .icon-right:before {
289
- content: "\e634";
290
- }
291
-
292
- .icon-caret-right:before {
293
- content: "\e635";
294
- }
295
-
296
- .icon-caret-down:before {
297
- content: "\e636";
298
- }
299
-
300
- .icon-double-caret:before {
301
- content: "\e638";
302
- }
303
-
304
- .icon-import-file-filled:before {
305
- content: "\e639";
306
- }
307
-
308
- .icon-export-file-filled:before {
309
- content: "\e63a";
310
- }
311
-
312
- .icon-tuisun:before {
313
- content: "\e63b";
314
- }
315
-
316
- .icon-tuiyao:before {
317
- content: "\e63c";
318
- }
319
-
320
- .icon-print-filled:before {
321
- content: "\e63d";
322
- }
323
-
324
- .icon-video:before {
325
- content: "\e63e";
326
- }
327
-
328
- .icon-download-filled:before {
329
- content: "\e63f";
330
- }
331
-
332
- .icon-switch-square-filled:before {
333
- content: "\e640";
334
- }
335
-
336
- .icon-caps-filled:before {
337
- content: "\e641";
338
- }
339
-
340
- .icon-split:before {
341
- content: "\e642";
342
- }
343
-
344
- .icon-lock-filled-bottom:before {
345
- content: "\e643";
346
- }
347
-
348
- .icon-checked-corner-bottom:before {
349
- content: "\e644";
350
- }
351
-
352
- .icon-switch:before {
353
- content: "\e646";
354
- }
355
-
356
- .icon-radio-unselected:before {
357
- content: "\e647";
358
- }
359
-
360
- .icon-radio-selected:before {
361
- content: "\e648";
362
- }
363
-
364
- .icon-humidity:before {
365
- content: "\e649";
366
- }
367
-
368
- .icon-checkbox-checked:before {
369
- content: "\e64a";
370
- }
371
-
372
- .icon-temperature:before {
373
- content: "\e64b";
374
- }
375
-
376
- .icon-checkbox-null:before {
377
- content: "\e64c";
378
- }
379
-
380
- .icon-checkbox-indeterminate:before {
381
- content: "\e64d";
382
- }
383
-
384
- .icon-checkbox-filled:before {
385
- content: "\e64e";
386
- }
387
-
388
- .icon-menu-rescue:before {
389
- content: "\e64f";
390
- }
391
-
392
- .icon-menu-take-back:before {
393
- content: "\e650";
394
- }
395
-
396
- .icon-menu-consume:before {
397
- content: "\e651";
398
- }
399
-
400
- .icon-menu-expiry-warning:before {
401
- content: "\e653";
402
- }
403
-
404
- .icon-menu-scrap:before {
405
- content: "\e654";
406
- }
407
-
408
- .icon-menu-in-store:before {
409
- content: "\e655";
410
- }
411
-
412
- .icon-menu-abnormal:before {
413
- content: "\e656";
414
- }
415
-
416
- .icon-menu-control:before {
417
- content: "\e657";
418
- }
419
-
420
- .icon-menu-inventory:before {
421
- content: "\e659";
422
- }
423
-
424
- .icon-menu-video:before {
425
- content: "\e65a";
426
- }
427
-
428
- .icon-menu-user-log:before {
429
- content: "\e65b";
430
- }
431
-
432
- .icon-menu-face:before {
433
- content: "\e65c";
434
- }
435
-
436
- .icon-menu-fingerprint:before {
437
- content: "\e65d";
438
- }
439
-
440
- .icon-menu-update:before {
441
- content: "\e65e";
442
- }
443
-
444
- .icon-menu-info:before {
445
- content: "\e65f";
446
- }
447
-
448
- .icon-drug:before {
449
- content: "\e660";
450
- }
451
-
452
- .icon-menu-phone:before {
453
- content: "\e661";
454
- }
455
-
456
- .icon-menu-about:before {
457
- content: "\e662";
458
- }
459
-
460
- .icon-syringe:before {
461
- content: "\e665";
462
- }
463
-
464
- .icon-menu-out-stock:before {
465
- content: "\e666";
466
- }
467
-
468
- .icon-rfid:before {
469
- content: "\e667";
470
- }
471
-
472
- .icon-unlock:before {
473
- content: "\e668";
474
- }
475
-
476
- .icon-recovery:before {
477
- content: "\e669";
478
- }
479
-
480
- .icon-menu-notice-setting:before {
481
- content: "\e66a";
482
- }
483
-
484
- .icon-menu-temp-hum:before {
485
- content: "\e66c";
486
- }
487
-
488
- .icon-menu-uv:before {
489
- content: "\e66d";
490
- }
491
-
492
- .icon-yizhuquyao:before {
493
- content: "\e66f";
494
- }
495
-
496
- .icon-menu-apply:before {
497
- content: "\e671";
498
- }
499
-
500
- .icon-menu-checked:before {
501
- content: "\e672";
502
- }
503
-
504
- .icon-menu-take-plus:before {
505
- content: "\e673";
506
- }
507
-
508
- .icon-shoushu:before {
509
- content: "\e674";
510
- }
511
-
512
- .icon-menu-urgent-take:before {
513
- content: "\e675";
514
- }
515
-
516
- .icon-menu-calibration:before {
517
- content: "\e676";
518
- }
519
-
520
- .icon-menu-empty-bottle-recycling:before {
521
- content: "\e677";
522
- }
523
-
524
- .icon-huanhui:before {
525
- content: "\e678";
526
- }
527
-
528
- .icon-menu-storeroom-grant:before {
529
- content: "\e679";
530
- }
531
-
532
- .icon-menu-setting:before {
533
- content: "\e67a";
534
- }
535
-
536
- .icon-menu-notice:before {
537
- content: "\e67b";
538
- }
539
-
540
- .icon-menu-empty-bottle-take:before {
541
- content: "\e67c";
542
- }
543
-
544
- .icon-menu-return-loss:before {
545
- content: "\e67d";
546
- }
547
-
548
- .icon-delete:before {
549
- content: "\e67e";
550
- }
551
-
552
- .icon-print:before {
553
- content: "\e67f";
554
- }
555
-
556
- .icon-import:before {
557
- content: "\e680";
558
- }
559
-
560
- .icon-relate:before {
561
- content: "\e681";
562
- }
563
-
564
- .icon-download:before {
565
- content: "\e682";
566
- }
567
-
568
- .icon-refresh:before {
569
- content: "\e683";
570
- }
571
-
572
- .icon-yaopinguanli:before {
573
- content: "\e684";
574
- }
575
-
576
- .icon-menu-consumable:before {
577
- content: "\e685";
578
- }
579
-
580
- .icon-stop:before {
581
- content: "\e686";
582
- }
583
-
584
- .icon-menu-user:before {
585
- content: "\e687";
586
- }
587
-
588
- .icon-menu-exchange:before {
589
- content: "\e688";
590
- }
591
-
592
- .icon-shijian:before {
593
- content: "\e689";
594
- }
595
-
596
- .icon-menu-help:before {
597
- content: "\e68a";
598
- }
599
-
600
- .icon-circle-close:before {
601
- content: "\e68b";
602
- }
603
-
604
- .icon-circle-plus:before {
605
- content: "\e68c";
606
- }
607
-
608
- .icon-shutdown:before {
609
- content: "\e68d";
610
- }
611
-
612
- .icon-menu-guide:before {
613
- content: "\e68e";
614
- }
615
-
616
- .icon-eye-open:before {
617
- content: "\e68f";
618
- }
619
-
620
- .icon-eye-close:before {
621
- content: "\e690";
622
- }
623
-
624
- .icon-search:before {
625
- content: "\e691";
626
- }
627
-
628
- .icon-exit:before {
629
- content: "\e694";
630
- }
631
-
632
- .icon-calendar:before {
633
- content: "\e695";
634
- }
635
-
636
- .icon-women:before {
637
- content: "\e696";
638
- }
639
-
640
- .icon-man:before {
641
- content: "\e697";
642
- }
643
-
644
- .icon-children:before {
645
- content: "\e698";
646
- }
647
-
648
- .icon-female:before {
649
- content: "\e699";
650
- }
651
-
652
- .icon-unknown-sex:before {
653
- content: "\e69a";
654
- }
655
-
656
- .icon-male:before {
657
- content: "\e69b";
658
- }
659
-
660
- .icon-caps:before {
661
- content: "\e69e";
662
- }
663
-
664
- .icon-check:before {
665
- content: "\e69f";
666
- }
667
-
668
- .icon-close:before {
669
- content: "\e6a0";
670
- }
671
-
672
- .icon-plus:before {
673
- content: "\e6a3";
674
- }
675
-
676
- .icon-menu-anti-theft:before {
677
- content: "\e664";
678
- }
679
-
680
- .icon-single-branch:before {
681
- content: "\e66e";
682
- }
683
-
684
- .icon-menu-card:before {
685
- content: "\e6a4";
686
- }
687
-
688
- .icon-clear-filled:before {
689
- content: "\e6b5";
690
- }
691
-
692
- .icon-nail:before {
693
- content: "\e6b6";
694
- }
695
-
696
- .icon-menu-back:before {
697
- content: "\e6b7";
698
- }
699
-
700
- .icon-menu-take:before {
701
- content: "\e6bb";
702
- }
703
-
704
- .icon-menu-system-log:before {
705
- content: "\e6bc";
706
- }
707
-
708
- .icon-menu-billed:before {
709
- content: "\e6bd";
710
- }
711
-
712
- .icon-menu-dull-warning:before {
713
- content: "\e601";
714
- }
715
-
716
- .icon-menu-trace-operator:before {
717
- content: "\e602";
718
- }
719
-
720
- .icon-menu-trace-goods:before {
721
- content: "\e604";
722
- }
723
-
724
- .icon-children-blue:before {
725
- content: "\e6a6";
726
- }
727
-
728
- .icon-humidity-normal:before {
729
- content: "\e6be";
730
- }
731
-
732
- .icon-humidity-abnormal:before {
733
- content: "\e6bf";
734
- }
735
-
736
- .icon-temperature-normal:before {
737
- content: "\e6c0";
738
- }
739
-
740
- .icon-temperature-abnormal:before {
741
- content: "\e6c1";
742
- }
743
-
744
- .icon-menu-allocate:before {
745
- content: "\e693";
746
- }
747
-
748
- .icon-menu-unknown:before {
749
- content: "\e69c";
750
- }
751
-
752
- .icon-arrow-down:before {
753
- content: "\e69d";
754
- }
755
-
756
- .icon-arrow-up:before {
757
- content: "\e6a1";
758
- }
759
-
760
- .icon-menu-stock:before {
761
- content: "\e6a2";
762
- }
763
-
764
- .icon-arrow-left:before {
765
- content: "\e6cf";
766
- }
767
-
768
- .icon-arrow-right:before {
769
- content: "\e6d0";
770
- }
771
-
772
- .icon-menu-list-query:before {
773
- content: "\e6d1";
774
- }
775
-
776
- .icon-menu-list-abnormal:before {
777
- content: "\e6d2";
778
- }
779
-
780
- .icon-go-filled:before {
781
- content: "\e6d4";
782
- }
783
-
784
- .icon-menu-revoke-billing:before {
785
- content: "\e652";
786
- }
787
-
788
- .icon-menu-network-log:before {
789
- content: "\e658";
790
- }
791
-
792
- .icon-menu-revoke-consume:before {
793
- content: "\e670";
794
- }
795
-
796
- .icon-keyboard:before {
797
- content: "\e603";
798
- }
799
-
800
- .icon-face:before {
801
- content: "\e6b9";
802
- }
803
-
804
- .icon-computer:before {
805
- content: "\e6d7";
806
- }
807
-
808
- .icon-checked-corner-top:before {
809
- content: "\e6a7";
810
- }
811
-
812
- .icon-taocanheguanli:before {
813
- content: "\e6e0";
814
- }
815
-
816
- .icon-yidong:before {
817
- content: "\e6e1";
818
- }
819
-
820
- .icon-menu-recovery:before {
821
- content: "\e6e3";
822
- }
823
-
824
- .icon-menu-storeroom-check:before {
825
- content: "\e6e4";
826
- }
827
-
828
- .icon-menu-storeroom-receive:before {
829
- content: "\e6e5";
830
- }
831
-
832
- .icon-anesthesiologist:before {
833
- content: "\e6e6";
834
- }
835
-
1
+ @font-face {
2
+ font-family: "nubo-iconfont"; /* Project id 4750178 */
3
+ src: url('iconfont.woff2?t=1739846600348') format('woff2'),
4
+ url('iconfont.woff?t=1739846600348') format('woff'),
5
+ url('iconfont.ttf?t=1739846600348') format('truetype');
6
+ }
7
+
8
+ .nubo-iconfont {
9
+ font-family: "nubo-iconfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .icon-menu-inventory-normal:before {
17
+ content: "\e75d";
18
+ }
19
+
20
+ .icon-keyboard-cn:before {
21
+ content: "\e711";
22
+ }
23
+
24
+ .icon-keyboard-en:before {
25
+ content: "\e712";
26
+ }
27
+
28
+ .icon-left-arrow-delete:before {
29
+ content: "\e753";
30
+ }
31
+
32
+ .icon-menu-book:before {
33
+ content: "\e6e7";
34
+ }
35
+
36
+ .icon-camera:before {
37
+ content: "\e6eb";
38
+ }
39
+
40
+ .icon-connect:before {
41
+ content: "\e6ef";
42
+ }
43
+
44
+ .icon-connect-error:before {
45
+ content: "\e6f0";
46
+ }
47
+
48
+ .icon-menu-take-no-back:before {
49
+ content: "\e6e9";
50
+ }
51
+
52
+ .icon-sort-down:before {
53
+ content: "\e6ec";
54
+ }
55
+
56
+ .icon-caret-up-expand:before {
57
+ content: "\e6ee";
58
+ }
59
+
60
+ .icon-caret-down-expand:before {
61
+ content: "\e6f1";
62
+ }
63
+
64
+ .icon-caret-left-expand:before {
65
+ content: "\e6f2";
66
+ }
67
+
68
+ .icon-caret-right-expand:before {
69
+ content: "\e6f3";
70
+ }
71
+
72
+ .icon-loading:before {
73
+ content: "\e6fe";
74
+ }
75
+
76
+ .icon-caret-up:before {
77
+ content: "\e6ff";
78
+ }
79
+
80
+ .icon-double-arrow-left:before {
81
+ content: "\e701";
82
+ }
83
+
84
+ .icon-double-arrow-right:before {
85
+ content: "\e702";
86
+ }
87
+
88
+ .icon-left-alignment:before {
89
+ content: "\e703";
90
+ }
91
+
92
+ .icon-right-alignment:before {
93
+ content: "\e704";
94
+ }
95
+
96
+ .icon-center-alignment:before {
97
+ content: "\e705";
98
+ }
99
+
100
+ .icon-menu-trace-stock:before {
101
+ content: "\e70e";
102
+ }
103
+
104
+ .icon-lock-filled:before {
105
+ content: "\e70f";
106
+ }
107
+
108
+ .icon-menu-storeroom-recevie-copy:before {
109
+ content: "\e710";
110
+ }
111
+
112
+ .icon-minus:before {
113
+ content: "\e794";
114
+ }
115
+
116
+ .icon-menu-stock-compare:before {
117
+ content: "\e6b8";
118
+ }
119
+
120
+ .icon-network-null:before {
121
+ content: "\e609";
122
+ }
123
+
124
+ .icon-wifi-online:before {
125
+ content: "\e60a";
126
+ }
127
+
128
+ .icon-network-4G:before {
129
+ content: "\e60b";
130
+ }
131
+
132
+ .icon-battery-charging:before {
133
+ content: "\e60c";
134
+ }
135
+
136
+ .icon-wifi-offline:before {
137
+ content: "\e60d";
138
+ }
139
+
140
+ .icon-battery-low:before {
141
+ content: "\e60e";
142
+ }
143
+
144
+ .icon-network-5G:before {
145
+ content: "\e60f";
146
+ }
147
+
148
+ .icon-battery-null:before {
149
+ content: "\e610";
150
+ }
151
+
152
+ .icon-battery-full:before {
153
+ content: "\e611";
154
+ }
155
+
156
+ .icon-man-filled:before {
157
+ content: "\e612";
158
+ }
159
+
160
+ .icon-women-filled:before {
161
+ content: "\e613";
162
+ }
163
+
164
+ .icon-male-filled:before {
165
+ content: "\e614";
166
+ }
167
+
168
+ .icon-female-filled:before {
169
+ content: "\e615";
170
+ }
171
+
172
+ .icon-children-filled:before {
173
+ content: "\e616";
174
+ }
175
+
176
+ .icon-unknown-sex-filled:before {
177
+ content: "\e617";
178
+ }
179
+
180
+ .icon-account:before {
181
+ content: "\e618";
182
+ }
183
+
184
+ .icon-unlock-filled:before {
185
+ content: "\e619";
186
+ }
187
+
188
+ .icon-password:before {
189
+ content: "\e61a";
190
+ }
191
+
192
+ .icon-voice-no-filled:before {
193
+ content: "\e61b";
194
+ }
195
+
196
+ .icon-bell-filled:before {
197
+ content: "\e61c";
198
+ }
199
+
200
+ .icon-voice-filled:before {
201
+ content: "\e61d";
202
+ }
203
+
204
+ .icon-zhiyin:before {
205
+ content: "\e61e";
206
+ }
207
+
208
+ .icon-note:before {
209
+ content: "\e61f";
210
+ }
211
+
212
+ .icon-multiple-choice:before {
213
+ content: "\e620";
214
+ }
215
+
216
+ .icon-logout:before {
217
+ content: "\e621";
218
+ }
219
+
220
+ .icon-copy:before {
221
+ content: "\e622";
222
+ }
223
+
224
+ .icon-back:before {
225
+ content: "\e623";
226
+ }
227
+
228
+ .icon-menu-checked-filled:before {
229
+ content: "\e624";
230
+ }
231
+
232
+ .icon-door-closed:before {
233
+ content: "\e625";
234
+ }
235
+
236
+ .icon-menu-inventory-filled:before {
237
+ content: "\e626";
238
+ }
239
+
240
+ .icon-door-opened:before {
241
+ content: "\e627";
242
+ }
243
+
244
+ .icon-delete-filled:before {
245
+ content: "\e628";
246
+ }
247
+
248
+ .icon-circle-close-filled:before {
249
+ content: "\e629";
250
+ }
251
+
252
+ .icon-nail-filled:before {
253
+ content: "\e62a";
254
+ }
255
+
256
+ .icon-warning-filled:before {
257
+ content: "\e62b";
258
+ }
259
+
260
+ .icon-circle-plus-filled:before {
261
+ content: "\e62c";
262
+ }
263
+
264
+ .icon-urgent:before {
265
+ content: "\e62d";
266
+ }
267
+
268
+ .icon-xiala:before {
269
+ content: "\e62e";
270
+ }
271
+
272
+ .icon-remove-filled:before {
273
+ content: "\e62f";
274
+ }
275
+
276
+ .icon-circle-check-filled:before {
277
+ content: "\e630";
278
+ }
279
+
280
+ .icon-up:before {
281
+ content: "\e631";
282
+ }
283
+
284
+ .icon-square-down:before {
285
+ content: "\e632";
286
+ }
287
+
288
+ .icon-square-left:before {
289
+ content: "\e633";
290
+ }
291
+
292
+ .icon-right:before {
293
+ content: "\e634";
294
+ }
295
+
296
+ .icon-caret-right:before {
297
+ content: "\e635";
298
+ }
299
+
300
+ .icon-caret-down:before {
301
+ content: "\e636";
302
+ }
303
+
304
+ .icon-double-caret:before {
305
+ content: "\e638";
306
+ }
307
+
308
+ .icon-import-file-filled:before {
309
+ content: "\e639";
310
+ }
311
+
312
+ .icon-export-file-filled:before {
313
+ content: "\e63a";
314
+ }
315
+
316
+ .icon-tuisun:before {
317
+ content: "\e63b";
318
+ }
319
+
320
+ .icon-tuiyao:before {
321
+ content: "\e63c";
322
+ }
323
+
324
+ .icon-print-filled:before {
325
+ content: "\e63d";
326
+ }
327
+
328
+ .icon-video:before {
329
+ content: "\e63e";
330
+ }
331
+
332
+ .icon-download-filled:before {
333
+ content: "\e63f";
334
+ }
335
+
336
+ .icon-switch-square-filled:before {
337
+ content: "\e640";
338
+ }
339
+
340
+ .icon-caps-filled:before {
341
+ content: "\e641";
342
+ }
343
+
344
+ .icon-split:before {
345
+ content: "\e642";
346
+ }
347
+
348
+ .icon-lock-filled-bottom:before {
349
+ content: "\e643";
350
+ }
351
+
352
+ .icon-checked-corner-bottom:before {
353
+ content: "\e644";
354
+ }
355
+
356
+ .icon-switch:before {
357
+ content: "\e646";
358
+ }
359
+
360
+ .icon-radio-unselected:before {
361
+ content: "\e647";
362
+ }
363
+
364
+ .icon-radio-selected:before {
365
+ content: "\e648";
366
+ }
367
+
368
+ .icon-humidity:before {
369
+ content: "\e649";
370
+ }
371
+
372
+ .icon-checkbox-checked:before {
373
+ content: "\e64a";
374
+ }
375
+
376
+ .icon-temperature:before {
377
+ content: "\e64b";
378
+ }
379
+
380
+ .icon-checkbox-null:before {
381
+ content: "\e64c";
382
+ }
383
+
384
+ .icon-checkbox-indeterminate:before {
385
+ content: "\e64d";
386
+ }
387
+
388
+ .icon-checkbox-filled:before {
389
+ content: "\e64e";
390
+ }
391
+
392
+ .icon-menu-rescue:before {
393
+ content: "\e64f";
394
+ }
395
+
396
+ .icon-menu-take-back:before {
397
+ content: "\e650";
398
+ }
399
+
400
+ .icon-menu-consume:before {
401
+ content: "\e651";
402
+ }
403
+
404
+ .icon-menu-expiry-warning:before {
405
+ content: "\e653";
406
+ }
407
+
408
+ .icon-menu-scrap:before {
409
+ content: "\e654";
410
+ }
411
+
412
+ .icon-menu-in-store:before {
413
+ content: "\e655";
414
+ }
415
+
416
+ .icon-menu-abnormal:before {
417
+ content: "\e656";
418
+ }
419
+
420
+ .icon-menu-control:before {
421
+ content: "\e657";
422
+ }
423
+
424
+ .icon-menu-inventory:before {
425
+ content: "\e659";
426
+ }
427
+
428
+ .icon-menu-video:before {
429
+ content: "\e65a";
430
+ }
431
+
432
+ .icon-menu-user-log:before {
433
+ content: "\e65b";
434
+ }
435
+
436
+ .icon-menu-face:before {
437
+ content: "\e65c";
438
+ }
439
+
440
+ .icon-menu-fingerprint:before {
441
+ content: "\e65d";
442
+ }
443
+
444
+ .icon-menu-update:before {
445
+ content: "\e65e";
446
+ }
447
+
448
+ .icon-menu-info:before {
449
+ content: "\e65f";
450
+ }
451
+
452
+ .icon-drug:before {
453
+ content: "\e660";
454
+ }
455
+
456
+ .icon-menu-phone:before {
457
+ content: "\e661";
458
+ }
459
+
460
+ .icon-menu-about:before {
461
+ content: "\e662";
462
+ }
463
+
464
+ .icon-syringe:before {
465
+ content: "\e665";
466
+ }
467
+
468
+ .icon-menu-out-stock:before {
469
+ content: "\e666";
470
+ }
471
+
472
+ .icon-rfid:before {
473
+ content: "\e667";
474
+ }
475
+
476
+ .icon-unlock:before {
477
+ content: "\e668";
478
+ }
479
+
480
+ .icon-recovery:before {
481
+ content: "\e669";
482
+ }
483
+
484
+ .icon-menu-notice-setting:before {
485
+ content: "\e66a";
486
+ }
487
+
488
+ .icon-menu-temp-hum:before {
489
+ content: "\e66c";
490
+ }
491
+
492
+ .icon-menu-uv:before {
493
+ content: "\e66d";
494
+ }
495
+
496
+ .icon-yizhuquyao:before {
497
+ content: "\e66f";
498
+ }
499
+
500
+ .icon-menu-apply:before {
501
+ content: "\e671";
502
+ }
503
+
504
+ .icon-menu-checked:before {
505
+ content: "\e672";
506
+ }
507
+
508
+ .icon-menu-take-plus:before {
509
+ content: "\e673";
510
+ }
511
+
512
+ .icon-shoushu:before {
513
+ content: "\e674";
514
+ }
515
+
516
+ .icon-menu-urgent-take:before {
517
+ content: "\e675";
518
+ }
519
+
520
+ .icon-menu-calibration:before {
521
+ content: "\e676";
522
+ }
523
+
524
+ .icon-menu-empty-bottle-recycling:before {
525
+ content: "\e677";
526
+ }
527
+
528
+ .icon-huanhui:before {
529
+ content: "\e678";
530
+ }
531
+
532
+ .icon-menu-storeroom-grant:before {
533
+ content: "\e679";
534
+ }
535
+
536
+ .icon-menu-setting:before {
537
+ content: "\e67a";
538
+ }
539
+
540
+ .icon-menu-notice:before {
541
+ content: "\e67b";
542
+ }
543
+
544
+ .icon-menu-empty-bottle-take:before {
545
+ content: "\e67c";
546
+ }
547
+
548
+ .icon-menu-return-loss:before {
549
+ content: "\e67d";
550
+ }
551
+
552
+ .icon-delete:before {
553
+ content: "\e67e";
554
+ }
555
+
556
+ .icon-print:before {
557
+ content: "\e67f";
558
+ }
559
+
560
+ .icon-import:before {
561
+ content: "\e680";
562
+ }
563
+
564
+ .icon-relate:before {
565
+ content: "\e681";
566
+ }
567
+
568
+ .icon-download:before {
569
+ content: "\e682";
570
+ }
571
+
572
+ .icon-refresh:before {
573
+ content: "\e683";
574
+ }
575
+
576
+ .icon-yaopinguanli:before {
577
+ content: "\e684";
578
+ }
579
+
580
+ .icon-menu-consumable:before {
581
+ content: "\e685";
582
+ }
583
+
584
+ .icon-stop:before {
585
+ content: "\e686";
586
+ }
587
+
588
+ .icon-menu-user:before {
589
+ content: "\e687";
590
+ }
591
+
592
+ .icon-menu-exchange:before {
593
+ content: "\e688";
594
+ }
595
+
596
+ .icon-shijian:before {
597
+ content: "\e689";
598
+ }
599
+
600
+ .icon-menu-help:before {
601
+ content: "\e68a";
602
+ }
603
+
604
+ .icon-circle-close:before {
605
+ content: "\e68b";
606
+ }
607
+
608
+ .icon-circle-plus:before {
609
+ content: "\e68c";
610
+ }
611
+
612
+ .icon-shutdown:before {
613
+ content: "\e68d";
614
+ }
615
+
616
+ .icon-menu-guide:before {
617
+ content: "\e68e";
618
+ }
619
+
620
+ .icon-eye-open:before {
621
+ content: "\e68f";
622
+ }
623
+
624
+ .icon-eye-close:before {
625
+ content: "\e690";
626
+ }
627
+
628
+ .icon-search:before {
629
+ content: "\e691";
630
+ }
631
+
632
+ .icon-exit:before {
633
+ content: "\e694";
634
+ }
635
+
636
+ .icon-calendar:before {
637
+ content: "\e695";
638
+ }
639
+
640
+ .icon-women:before {
641
+ content: "\e696";
642
+ }
643
+
644
+ .icon-man:before {
645
+ content: "\e697";
646
+ }
647
+
648
+ .icon-children:before {
649
+ content: "\e698";
650
+ }
651
+
652
+ .icon-female:before {
653
+ content: "\e699";
654
+ }
655
+
656
+ .icon-unknown-sex:before {
657
+ content: "\e69a";
658
+ }
659
+
660
+ .icon-male:before {
661
+ content: "\e69b";
662
+ }
663
+
664
+ .icon-caps:before {
665
+ content: "\e69e";
666
+ }
667
+
668
+ .icon-check:before {
669
+ content: "\e69f";
670
+ }
671
+
672
+ .icon-close:before {
673
+ content: "\e6a0";
674
+ }
675
+
676
+ .icon-plus:before {
677
+ content: "\e6a3";
678
+ }
679
+
680
+ .icon-menu-anti-theft:before {
681
+ content: "\e664";
682
+ }
683
+
684
+ .icon-single-branch:before {
685
+ content: "\e66e";
686
+ }
687
+
688
+ .icon-menu-card:before {
689
+ content: "\e6a4";
690
+ }
691
+
692
+ .icon-clear-filled:before {
693
+ content: "\e6b5";
694
+ }
695
+
696
+ .icon-nail:before {
697
+ content: "\e6b6";
698
+ }
699
+
700
+ .icon-menu-back:before {
701
+ content: "\e6b7";
702
+ }
703
+
704
+ .icon-menu-take:before {
705
+ content: "\e6bb";
706
+ }
707
+
708
+ .icon-menu-system-log:before {
709
+ content: "\e6bc";
710
+ }
711
+
712
+ .icon-menu-billed:before {
713
+ content: "\e6bd";
714
+ }
715
+
716
+ .icon-menu-dull-warning:before {
717
+ content: "\e601";
718
+ }
719
+
720
+ .icon-menu-trace-operator:before {
721
+ content: "\e602";
722
+ }
723
+
724
+ .icon-menu-trace-goods:before {
725
+ content: "\e604";
726
+ }
727
+
728
+ .icon-children-blue:before {
729
+ content: "\e6a6";
730
+ }
731
+
732
+ .icon-humidity-normal:before {
733
+ content: "\e6be";
734
+ }
735
+
736
+ .icon-humidity-abnormal:before {
737
+ content: "\e6bf";
738
+ }
739
+
740
+ .icon-temperature-normal:before {
741
+ content: "\e6c0";
742
+ }
743
+
744
+ .icon-temperature-abnormal:before {
745
+ content: "\e6c1";
746
+ }
747
+
748
+ .icon-menu-allocate:before {
749
+ content: "\e693";
750
+ }
751
+
752
+ .icon-menu-unknown:before {
753
+ content: "\e69c";
754
+ }
755
+
756
+ .icon-arrow-down:before {
757
+ content: "\e69d";
758
+ }
759
+
760
+ .icon-arrow-up:before {
761
+ content: "\e6a1";
762
+ }
763
+
764
+ .icon-menu-stock:before {
765
+ content: "\e6a2";
766
+ }
767
+
768
+ .icon-arrow-left:before {
769
+ content: "\e6cf";
770
+ }
771
+
772
+ .icon-arrow-right:before {
773
+ content: "\e6d0";
774
+ }
775
+
776
+ .icon-menu-list-query:before {
777
+ content: "\e6d1";
778
+ }
779
+
780
+ .icon-menu-list-abnormal:before {
781
+ content: "\e6d2";
782
+ }
783
+
784
+ .icon-go-filled:before {
785
+ content: "\e6d4";
786
+ }
787
+
788
+ .icon-menu-revoke-billing:before {
789
+ content: "\e652";
790
+ }
791
+
792
+ .icon-menu-network-log:before {
793
+ content: "\e658";
794
+ }
795
+
796
+ .icon-menu-revoke-consume:before {
797
+ content: "\e670";
798
+ }
799
+
800
+ .icon-keyboard:before {
801
+ content: "\e603";
802
+ }
803
+
804
+ .icon-face:before {
805
+ content: "\e6b9";
806
+ }
807
+
808
+ .icon-computer:before {
809
+ content: "\e6d7";
810
+ }
811
+
812
+ .icon-checked-corner-top:before {
813
+ content: "\e6a7";
814
+ }
815
+
816
+ .icon-taocanheguanli:before {
817
+ content: "\e6e0";
818
+ }
819
+
820
+ .icon-yidong:before {
821
+ content: "\e6e1";
822
+ }
823
+
824
+ .icon-menu-recovery:before {
825
+ content: "\e6e3";
826
+ }
827
+
828
+ .icon-menu-storeroom-check:before {
829
+ content: "\e6e4";
830
+ }
831
+
832
+ .icon-menu-storeroom-receive:before {
833
+ content: "\e6e5";
834
+ }
835
+
836
+ .icon-anesthesiologist:before {
837
+ content: "\e6e6";
838
+ }
839
+