hy-app 0.6.9 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/attributes.json +1 -1
- package/components/hy-avatar/hy-avatar.vue +12 -5
- package/components/hy-avatar/props.ts +4 -2
- package/components/hy-avatar/typing.d.ts +8 -1
- package/components/hy-calendar/hy-calendar.vue +1 -0
- package/components/hy-calendar/month.vue +25 -5
- package/components/hy-calendar/props.ts +1 -1
- package/components/hy-cascader/hy-cascader.vue +503 -0
- package/components/hy-cascader/index.scss +84 -0
- package/components/hy-cascader/props.ts +88 -0
- package/components/hy-cascader/typing.d.ts +34 -0
- package/components/hy-check-button/typing.d.ts +12 -7
- package/components/hy-code-input/hy-code-input.vue +33 -11
- package/components/hy-code-input/typing.d.ts +4 -0
- package/components/hy-config-provider/hy-config-provider.vue +58 -53
- package/components/hy-datetime-picker/props.ts +1 -1
- package/components/hy-datetime-picker/typing.d.ts +1 -1
- package/components/hy-dropdown/typing.d.ts +5 -0
- package/components/hy-form/typing.d.ts +6 -0
- package/components/hy-form-item/typing.d.ts +1 -1
- package/components/hy-grid/hy-grid.vue +12 -12
- package/components/hy-grid/index.scss +1 -2
- package/components/hy-grid/props.ts +7 -2
- package/components/hy-grid/typing.d.ts +1 -1
- package/components/hy-icon/typing.d.ts +52 -9
- package/components/hy-keyboard/constants.ts +83 -0
- package/components/hy-keyboard/hy-keyboard.vue +375 -0
- package/components/hy-keyboard/index.scss +73 -0
- package/components/hy-keyboard/key/index.scss +79 -0
- package/components/hy-keyboard/key/index.vue +91 -0
- package/components/hy-keyboard/key/types.ts +1 -0
- package/components/hy-keyboard/props.ts +108 -0
- package/components/hy-keyboard/typing.d.ts +18 -0
- package/components/hy-modal/typing.d.ts +2 -2
- package/components/hy-notice-bar/hy-column-notice.vue +54 -94
- package/components/hy-notice-bar/hy-notice-bar.vue +128 -96
- package/components/hy-notice-bar/hy-row-notice.vue +89 -121
- package/components/hy-notice-bar/props.ts +86 -85
- package/components/hy-notify/hy-notify.vue +9 -9
- package/components/hy-notify/typing.d.ts +22 -0
- package/components/hy-picker/hy-picker.vue +126 -149
- package/components/hy-picker/props.ts +4 -1
- package/components/hy-picker/typing.d.ts +22 -0
- package/components/hy-popup/index.scss +1 -0
- package/components/hy-price/hy-price.vue +52 -23
- package/components/hy-price/props.ts +54 -54
- package/components/hy-radio/props.ts +1 -1
- package/components/hy-radio/typing.d.ts +5 -1
- package/components/hy-rolling-num/typing.d.ts +1 -0
- package/components/hy-skeleton/index.scss +17 -0
- package/components/hy-steps/hy-steps.vue +1 -1
- package/components/hy-submit-bar/typing.d.ts +3 -3
- package/components/hy-swipe-action/hy-swipe-action.vue +34 -15
- package/components/hy-swipe-action/index.scss +0 -1
- package/components/hy-switch/typing.d.ts +4 -0
- package/components/hy-tabbar/props.ts +2 -1
- package/components/hy-tabbar/typing.d.ts +5 -4
- package/components/hy-tabs/hy-tabs.vue +338 -336
- package/components/hy-tabs/index.scss +6 -6
- package/components/hy-tabs/typing.d.ts +41 -33
- package/components/hy-textarea/hy-textarea.vue +2 -2
- package/components/hy-textarea/typing.d.ts +4 -0
- package/components/hy-toast/hy-toast.vue +14 -6
- package/components/hy-toast/typing.d.ts +42 -36
- package/components/hy-tooltip/hy-tooltip.vue +1 -1
- package/components/hy-tooltip/index.scss +1 -0
- package/components/hy-tooltip/props.ts +1 -1
- package/components/hy-upload/hy-upload.vue +16 -1
- package/components/hy-upload/index.scss +149 -144
- package/components/index.ts +6 -0
- package/global.d.ts +2 -0
- package/libs/config/icon.ts +442 -430
- package/libs/css/_function.scss +7 -13
- package/libs/css/iconfont.css +445 -441
- package/libs/css/theme.scss +1 -1
- package/libs/locale/lang/en-US.ts +4 -0
- package/libs/locale/lang/zh-CN.ts +4 -0
- package/libs/typing/index.ts +80 -0
- package/package.json +5 -2
- package/tags.json +1 -1
- package/web-types.json +1 -1
- package/components/hy-qrcode/qrcode.js.bak +0 -1434
package/libs/css/iconfont.css
CHANGED
|
@@ -1,441 +1,445 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
.hy-icon {
|
|
11
|
-
font-family: "hy-icon";
|
|
12
|
-
font-size: 16px;
|
|
13
|
-
font-style: normal;
|
|
14
|
-
-webkit-font-smoothing: antialiased;
|
|
15
|
-
-moz-osx-font-smoothing: grayscale;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.hy-icon-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.hy-icon-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.hy-icon-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.hy-icon-
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.hy-icon-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.hy-icon-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.hy-icon-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.hy-icon-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.hy-icon-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.hy-icon-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.hy-icon-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.hy-icon-
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.hy-icon-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.hy-icon-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.hy-icon-telephone:before {
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.hy-icon-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.hy-icon-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.hy-icon-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.hy-icon-message
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.hy-icon-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.hy-icon-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.hy-icon-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.hy-icon-share:before {
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.hy-icon-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.hy-icon-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.hy-icon-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.hy-icon-delete
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.hy-icon-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.hy-icon-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.hy-icon-
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.hy-icon-
|
|
139
|
-
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.hy-icon-
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.hy-icon-
|
|
147
|
-
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.hy-icon-collect:before {
|
|
151
|
-
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.hy-icon-
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.hy-icon-
|
|
159
|
-
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.hy-icon-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.hy-icon-
|
|
167
|
-
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.hy-icon-arrow-double-
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.hy-icon-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.hy-icon-
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.hy-icon-
|
|
183
|
-
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.hy-icon-
|
|
187
|
-
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.hy-icon-
|
|
191
|
-
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.hy-icon-
|
|
195
|
-
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.hy-icon-
|
|
199
|
-
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.hy-icon-
|
|
203
|
-
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.hy-icon-
|
|
207
|
-
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.hy-icon-
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.hy-icon-
|
|
215
|
-
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.hy-icon-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.hy-icon-
|
|
223
|
-
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.hy-icon-
|
|
227
|
-
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.hy-icon-
|
|
231
|
-
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.hy-icon-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.hy-icon-
|
|
239
|
-
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.hy-icon-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.hy-icon-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.hy-icon-
|
|
251
|
-
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.hy-icon-
|
|
255
|
-
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.hy-icon-arrow-
|
|
259
|
-
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.hy-icon-arrow-
|
|
263
|
-
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.hy-icon-arrow-
|
|
267
|
-
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.hy-icon-
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.hy-icon-
|
|
275
|
-
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.hy-icon-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.hy-icon-
|
|
283
|
-
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.hy-icon-
|
|
287
|
-
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.hy-icon-
|
|
291
|
-
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.hy-icon-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.hy-icon-
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.hy-icon-
|
|
303
|
-
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.hy-icon-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.hy-icon-
|
|
311
|
-
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.hy-icon-
|
|
315
|
-
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.hy-icon-
|
|
319
|
-
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.hy-icon-
|
|
323
|
-
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.hy-icon-
|
|
327
|
-
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.hy-icon-
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.hy-icon-
|
|
335
|
-
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.hy-icon-
|
|
339
|
-
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.hy-icon-
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.hy-icon-
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.hy-icon-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.hy-icon-
|
|
355
|
-
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.hy-icon-
|
|
359
|
-
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.hy-icon-arrow-
|
|
363
|
-
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.hy-icon-
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.hy-icon-
|
|
371
|
-
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.hy-icon-
|
|
375
|
-
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.hy-icon-
|
|
379
|
-
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.hy-icon-
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.hy-icon-
|
|
387
|
-
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.hy-icon-
|
|
391
|
-
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.hy-icon-
|
|
395
|
-
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.hy-icon-
|
|
399
|
-
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.hy-icon-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.hy-icon-
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.hy-icon-
|
|
411
|
-
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.hy-icon-
|
|
415
|
-
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.hy-icon-shopping-
|
|
419
|
-
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.hy-icon-
|
|
423
|
-
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.hy-icon-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.hy-icon-lock-fill:before {
|
|
431
|
-
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.hy-icon-
|
|
435
|
-
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.hy-icon-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
|
|
1
|
+
/* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'hy-icon'; /* Project id 4305932 */
|
|
4
|
+
src: url('https://at.alicdn.com/t/c/font_4305932_jlkxf30ymml.woff2?t=1780385278450') format('woff2'),
|
|
5
|
+
url('https://at.alicdn.com/t/c/font_4305932_jlkxf30ymml.woff?t=1780385278450') format('woff'),
|
|
6
|
+
url('https://at.alicdn.com/t/c/font_4305932_jlkxf30ymml.ttf?t=1780385278450') format('truetype');
|
|
7
|
+
font-weight: normal;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
}
|
|
10
|
+
.hy-icon {
|
|
11
|
+
font-family: "hy-icon" !important;
|
|
12
|
+
font-size: 16px;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
-webkit-font-smoothing: antialiased;
|
|
15
|
+
-moz-osx-font-smoothing: grayscale;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.hy-icon-clear:before {
|
|
19
|
+
content: "\e624";
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.hy-icon-query:before {
|
|
23
|
+
content: "\e617";
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.hy-icon-notice:before {
|
|
27
|
+
content: "\e61f";
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.hy-icon-telephone-fill:before {
|
|
31
|
+
content: "\e66d";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.hy-icon-pie-chart:before {
|
|
35
|
+
content: "\e60c";
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.hy-icon-bar-chart:before {
|
|
39
|
+
content: "\e60d";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.hy-icon-picture-fill:before {
|
|
43
|
+
content: "\e60e";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.hy-icon-arrow-upward:before {
|
|
47
|
+
content: "\e60f";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.hy-icon-remind-fill:before {
|
|
51
|
+
content: "\e610";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.hy-icon-arrow-downward:before {
|
|
55
|
+
content: "\e612";
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.hy-icon-setting-fill:before {
|
|
59
|
+
content: "\e613";
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.hy-icon-eye-close:before {
|
|
63
|
+
content: "\e671";
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.hy-icon-hide:before {
|
|
67
|
+
content: "\e673";
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.hy-icon-mic:before {
|
|
71
|
+
content: "\e678";
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.hy-icon-telephone-out:before {
|
|
75
|
+
content: "\e68e";
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.hy-icon-telephone:before {
|
|
79
|
+
content: "\e68f";
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.hy-icon-close-circle-fill:before {
|
|
83
|
+
content: "\e6f2";
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.hy-icon-help-fill:before {
|
|
87
|
+
content: "\e6fa";
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.hy-icon-message:before {
|
|
91
|
+
content: "\e70c";
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.hy-icon-message-fill:before {
|
|
95
|
+
content: "\e70d";
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.hy-icon-notice-fill:before {
|
|
99
|
+
content: "\e71b";
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.hy-icon-send:before {
|
|
103
|
+
content: "\e726";
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.hy-icon-share-fill:before {
|
|
107
|
+
content: "\e729";
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.hy-icon-share:before {
|
|
111
|
+
content: "\e72a";
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.hy-icon-success-fill:before {
|
|
115
|
+
content: "\e72d";
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.hy-icon-systemprompt_fill:before {
|
|
119
|
+
content: "\e72f";
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.hy-icon-delete:before {
|
|
123
|
+
content: "\e738";
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.hy-icon-delete-fill:before {
|
|
127
|
+
content: "\e739";
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.hy-icon-warning-fill:before {
|
|
131
|
+
content: "\e73d";
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.hy-icon-search:before {
|
|
135
|
+
content: "\e741";
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.hy-icon-loading:before {
|
|
139
|
+
content: "\e64a";
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.hy-icon-order:before {
|
|
143
|
+
content: "\e737";
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.hy-icon-copy:before {
|
|
147
|
+
content: "\e656";
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.hy-icon-collect-fill:before {
|
|
151
|
+
content: "\e631";
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.hy-icon-collect:before {
|
|
155
|
+
content: "\e632";
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.hy-icon-calendar:before {
|
|
159
|
+
content: "\e645";
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.hy-icon-eye:before {
|
|
163
|
+
content: "\e666";
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.hy-icon-download:before {
|
|
167
|
+
content: "\e667";
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.hy-icon-arrow-double-left:before {
|
|
171
|
+
content: "\e665";
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.hy-icon-arrow-double-right:before {
|
|
175
|
+
content: "\e668";
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.hy-icon-camera:before {
|
|
179
|
+
content: "\e669";
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.hy-icon-attachment:before {
|
|
183
|
+
content: "\e66a";
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.hy-icon-comment:before {
|
|
187
|
+
content: "\e66b";
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.hy-icon-customer-service:before {
|
|
191
|
+
content: "\e66c";
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.hy-icon-ellipsis:before {
|
|
195
|
+
content: "\e66e";
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.hy-icon-export:before {
|
|
199
|
+
content: "\e66f";
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.hy-icon-link:before {
|
|
203
|
+
content: "\e676";
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.hy-icon-layers:before {
|
|
207
|
+
content: "\e675";
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.hy-icon-print:before {
|
|
211
|
+
content: "\e67a";
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.hy-icon-navigation:before {
|
|
215
|
+
content: "\e67b";
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.hy-icon-pdf:before {
|
|
219
|
+
content: "\e67c";
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.hy-icon-picture:before {
|
|
223
|
+
content: "\e67e";
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.hy-icon-save:before {
|
|
227
|
+
content: "\e67f";
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.hy-icon-scan:before {
|
|
231
|
+
content: "\e680";
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.hy-icon-security:before {
|
|
235
|
+
content: "\e681";
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.hy-icon-success:before {
|
|
239
|
+
content: "\e682";
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.hy-icon-smile:before {
|
|
243
|
+
content: "\e683";
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.hy-icon-switch:before {
|
|
247
|
+
content: "\e684";
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.hy-icon-upload:before {
|
|
251
|
+
content: "\e685";
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.hy-icon-warning:before {
|
|
255
|
+
content: "\e687";
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.hy-icon-arrow-up-fill:before {
|
|
259
|
+
content: "\e688";
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.hy-icon-arrow-down-fill:before {
|
|
263
|
+
content: "\e689";
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.hy-icon-arrow-left-fill:before {
|
|
267
|
+
content: "\e68a";
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.hy-icon-arrow-right-fill:before {
|
|
271
|
+
content: "\e68b";
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.hy-icon-smile-fill:before {
|
|
275
|
+
content: "\e68c";
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.hy-icon-cry-fill:before {
|
|
279
|
+
content: "\e68d";
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.hy-icon-minus:before {
|
|
283
|
+
content: "\e686";
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.hy-icon-check-mask:before {
|
|
287
|
+
content: "\e602";
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.hy-icon-close:before {
|
|
291
|
+
content: "\e611";
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.hy-icon-lock:before {
|
|
295
|
+
content: "\e8b2";
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.hy-icon-home-fill:before {
|
|
299
|
+
content: "\e8c6";
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.hy-icon-mine:before {
|
|
303
|
+
content: "\e60b";
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.hy-icon-class-fill:before {
|
|
307
|
+
content: "\e600";
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.hy-icon-setting:before {
|
|
311
|
+
content: "\e601";
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.hy-icon-mine-fill:before {
|
|
315
|
+
content: "\e608";
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.hy-icon-shopping-cart-fill:before {
|
|
319
|
+
content: "\e73c";
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.hy-icon-home:before {
|
|
323
|
+
content: "\e751";
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.hy-icon-shopping-cart-add:before {
|
|
327
|
+
content: "\e640";
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.hy-icon-map:before {
|
|
331
|
+
content: "\e64e";
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.hy-icon-class:before {
|
|
335
|
+
content: "\e638";
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.hy-icon-right:before {
|
|
339
|
+
content: "\e620";
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.hy-icon-close-circle:before {
|
|
343
|
+
content: "\e621";
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.hy-icon-help-circle:before {
|
|
347
|
+
content: "\e622";
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.hy-icon-screen:before {
|
|
351
|
+
content: "\e623";
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.hy-icon-remind:before {
|
|
355
|
+
content: "\e625";
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.hy-icon-plus:before {
|
|
359
|
+
content: "\e626";
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.hy-icon-arrow-rightward:before {
|
|
363
|
+
content: "\e628";
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.hy-icon-arrow-leftward:before {
|
|
367
|
+
content: "\e629";
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.hy-icon-notice-circle:before {
|
|
371
|
+
content: "\e62a";
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.hy-icon-menu:before {
|
|
375
|
+
content: "\e62e";
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.hy-icon-list-dot:before {
|
|
379
|
+
content: "\e62f";
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.hy-icon-network:before {
|
|
383
|
+
content: "\e630";
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.hy-icon-time:before {
|
|
387
|
+
content: "\e639";
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.hy-icon-history:before {
|
|
391
|
+
content: "\e63b";
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.hy-icon-up:before {
|
|
395
|
+
content: "\e63c";
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.hy-icon-down:before {
|
|
399
|
+
content: "\e63d";
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.hy-icon-left:before {
|
|
403
|
+
content: "\e63e";
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.hy-icon-tag:before {
|
|
407
|
+
content: "\e63f";
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.hy-icon-task:before {
|
|
411
|
+
content: "\e641";
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.hy-icon-refresh:before {
|
|
415
|
+
content: "\e642";
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.hy-icon-shopping-cart:before {
|
|
419
|
+
content: "\e899";
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.hy-icon-shopping-bag:before {
|
|
423
|
+
content: "\e65a";
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.hy-icon-map-fill:before {
|
|
427
|
+
content: "\e65e";
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.hy-icon-lock-open-fill:before {
|
|
431
|
+
content: "\e63a";
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.hy-icon-lock-fill:before {
|
|
435
|
+
content: "\e643";
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.hy-icon-shop:before {
|
|
439
|
+
content: "\e644";
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.hy-icon-edit:before {
|
|
443
|
+
content: "\e8ac";
|
|
444
|
+
}
|
|
445
|
+
|