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