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