fusions-ui 1.2.3 → 1.2.6
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/components/fu-avatar/fu-avatar.vue +4 -2
- package/components/fu-avatar/props.js +52 -15
- package/components/fu-avatar-group/fu-avatar-group.vue +3 -2
- package/components/fu-avatar-group/props.js +31 -9
- package/components/fu-badge/fu-badge.vue +8 -14
- package/components/fu-badge/props.js +56 -16
- package/components/fu-banner-arc/fu-banner-arc.vue +4 -5
- package/components/fu-banner-arc/props.js +15 -4
- package/components/fu-button/fu-button.vue +18 -19
- package/components/fu-button/props.js +108 -35
- package/components/fu-cell/fu-cell.vue +9 -8
- package/components/fu-cell-group/fu-cell-group.vue +2 -1
- package/components/fu-cell-group/props.js +7 -2
- package/components/fu-checkbox/fu-checkbox.vue +5 -4
- package/components/fu-checkbox/props.js +51 -14
- package/components/fu-code-input/fu-code-input.vue +10 -6
- package/components/fu-code-input/props.js +66 -17
- package/components/fu-code-verify/fu-code-verify.vue +9 -5
- package/components/fu-code-verify/props.js +64 -17
- package/components/fu-collapse/fu-collapse.vue +10 -3
- package/components/fu-collapse/props.js +9 -3
- package/components/fu-collapse-item/fu-collapse-item.vue +45 -31
- package/components/fu-collapse-item/props.js +49 -16
- package/components/fu-countdown/fu-countdown.vue +2 -1
- package/components/fu-countdown/props.js +15 -4
- package/components/fu-datetime-picker/fu-datetime-picker.vue +6 -5
- package/components/fu-datetime-picker/props.js +91 -25
- package/components/fu-form/fu-form.vue +2 -1
- package/components/fu-form/props.js +34 -6
- package/components/fu-form-item/fu-form-item.vue +46 -56
- package/components/fu-form-item/props.js +34 -7
- package/components/fu-grid/fu-grid.vue +16 -17
- package/components/fu-grid/props.js +20 -5
- package/components/fu-grid-item/fu-grid-item.vue +31 -35
- package/components/fu-grid-item/props.js +11 -3
- package/components/fu-icon/fu-icon.vue +107 -0
- package/components/fu-icon/icon.css +584 -0
- package/components/{fu-icons/icons.js → fu-icon/icon.js} +1031 -1031
- package/components/{fu-icons/fuicons.ttf → fu-icon/icon.ttf} +0 -0
- package/components/fu-icon/props.js +55 -0
- package/components/fu-image/fu-image.vue +15 -10
- package/components/fu-image/props.js +69 -18
- package/components/fu-index-anchor/fu-index-anchor.vue +6 -5
- package/components/fu-index-anchor/props.js +20 -6
- package/components/fu-index-item/fu-index-item.vue +4 -4
- package/components/fu-index-list/fu-index-list.vue +9 -9
- package/components/fu-index-list/props.js +19 -6
- package/components/fu-input/fu-input.vue +54 -68
- package/components/fu-input/props.js +145 -53
- package/components/fu-keyboard/fu-keyboard.vue +19 -9
- package/components/fu-keyboard/keyboard-car.vue +33 -22
- package/components/fu-keyboard/keyboard-number.vue +17 -9
- package/components/fu-keyboard/props.js +66 -17
- package/components/fu-line/fu-line.vue +17 -13
- package/components/fu-line/props.js +30 -5
- package/components/fu-link/fu-link.vue +14 -8
- package/components/fu-link/props.js +22 -7
- package/components/fu-loading/fu-loading.vue +32 -27
- package/components/fu-loading/props.js +28 -8
- package/components/fu-loading-more/fu-loading-more.vue +19 -23
- package/components/fu-loading-more/props.js +27 -13
- package/components/fu-modal/fu-modal.vue +11 -6
- package/components/fu-modal/props.js +61 -17
- package/components/{fu-nav-bar/fu-nav-bar.vue → fu-navbar/fu-navbar.vue} +37 -44
- package/components/fu-notice-bar/fu-notice-bar.vue +10 -8
- package/components/fu-notice-bar/notice-column.vue +187 -122
- package/components/fu-notice-bar/notice-row.vue +85 -28
- package/components/fu-notice-bar/props.js +83 -22
- package/components/fu-number-box/fu-number-box.vue +26 -28
- package/components/fu-number-box/props.js +37 -11
- package/components/fu-parse/fu-parse.vue +0 -1
- package/components/fu-picker/fu-picker.vue +22 -17
- package/components/fu-picker/props.js +70 -19
- package/components/fu-popup/fu-popup.vue +39 -44
- package/components/fu-popup/props.js +34 -9
- package/components/fu-progress/fu-progress.vue +3 -2
- package/components/fu-progress/props.js +36 -9
- package/components/fu-rate/fu-rate.vue +40 -32
- package/components/fu-rate/props.js +47 -13
- package/components/fu-read-more/fu-read-more.vue +19 -14
- package/components/fu-read-more/props.js +68 -46
- package/components/fu-ribbon/fu-ribbon.vue +8 -7
- package/components/fu-ribbon/props.js +15 -4
- package/components/fu-scroll-list/fu-scroll-list.vue +18 -34
- package/components/fu-scroll-list/props.js +19 -10
- package/components/fu-search/fu-search.vue +13 -18
- package/components/fu-search/props.js +69 -17
- package/components/fu-section/fu-section.vue +19 -22
- package/components/fu-section/props.js +30 -4
- package/components/fu-sign-board/fu-sign-board.vue +18 -3
- package/components/fu-sign-board/props.js +15 -5
- package/components/fu-skeleton/fu-skeleton.vue +8 -12
- package/components/fu-skeleton/props.js +15 -4
- package/components/fu-steps/fu-steps.vue +3 -2
- package/components/fu-steps/props.js +23 -7
- package/components/fu-steps-item/fu-steps-item.vue +3 -3
- package/components/fu-steps-item/props.js +15 -5
- package/components/fu-sticky/fu-sticky.vue +3 -3
- package/components/fu-sticky/props.js +21 -7
- package/components/fu-subsection/fu-subsection.vue +29 -22
- package/components/fu-subsection/props.js +40 -10
- package/components/fu-swipe-action-item/bindingx.js +1 -1
- package/components/fu-swipe-action-item/fu-swipe-action-item.vue +134 -123
- package/components/fu-swipe-action-item/mpwxs.js +1 -1
- package/components/fu-swipe-action-item/props.js +22 -6
- package/components/fu-swiper/fu-swiper.vue +26 -24
- package/components/fu-swiper/props.js +80 -24
- package/components/fu-switch/fu-switch.vue +20 -12
- package/components/fu-switch/props.js +48 -13
- package/components/fu-tabs/fu-tabs.vue +36 -33
- package/components/fu-tabs/props.js +46 -13
- package/components/fu-tag/fu-tag.vue +24 -21
- package/components/fu-tag/props.js +63 -17
- package/components/fu-text/fu-text.vue +72 -33
- package/components/fu-text/props.js +85 -27
- package/components/fu-text/value.js +6 -6
- package/components/fu-textarea/fu-textarea.vue +13 -17
- package/components/fu-textarea/props.js +103 -30
- package/components/fu-timeaxis/fu-timeaxis.vue +1 -1
- package/components/fu-timeaxis-item/fu-timeaxis-item.vue +8 -4
- package/components/fu-transition/fu-transition.vue +48 -49
- package/components/fu-transition/props.js +21 -0
- package/components/fu-upload/fu-upload.vue +3 -1
- package/components/fu-upload/props.js +67 -19
- package/components/fu-upload/upload-file.vue +31 -18
- package/components/fu-upload/upload-image.vue +37 -19
- package/components/fu-vtabs/fu-vtabs.vue +6 -4
- package/components/fu-vtabs/props.js +50 -15
- package/components/fu-waterfall/fu-waterfall.vue +11 -9
- package/components/fu-waterfall/props.js +37 -15
- package/index.js +17 -24
- package/index.scss +9 -7
- package/libs/config/config.js +16 -9
- package/libs/function/applyEven.js +9 -9
- package/libs/function/check.js +81 -89
- package/libs/function/{index.js → common.js} +5 -5
- package/libs/function/message.js +0 -27
- package/libs/mixin/mixin.js +26 -21
- package/libs/{utils/min.router.config.js → route/min.route.config.js} +7 -7
- package/libs/{utils/router.config.js → route/route.config.js} +10 -11
- package/libs/{css/main.scss → style/common.scss} +50 -87
- package/libs/style/style.h5.scss +8 -0
- package/libs/style/style.mp.scss +15 -0
- package/package.json +1 -1
- package/components/fu-calendar/calendar-item.vue +0 -214
- package/components/fu-calendar/calendar.js +0 -546
- package/components/fu-calendar/fu-calendar.vue +0 -536
- package/components/fu-calendar/i18n/en.json +0 -12
- package/components/fu-calendar/i18n/index.js +0 -8
- package/components/fu-calendar/i18n/zh-Hans.json +0 -12
- package/components/fu-calendar/i18n/zh-Hant.json +0 -12
- package/components/fu-calendar/util.js +0 -360
- package/components/fu-date-picker/calendar-item.vue +0 -177
- package/components/fu-date-picker/calendar.vue +0 -917
- package/components/fu-date-picker/fu-date-picker.vue +0 -1069
- package/components/fu-date-picker/i18n/en.json +0 -22
- package/components/fu-date-picker/i18n/index.js +0 -8
- package/components/fu-date-picker/i18n/zh-Hans.json +0 -22
- package/components/fu-date-picker/i18n/zh-Hant.json +0 -22
- package/components/fu-date-picker/props.js +0 -68
- package/components/fu-date-picker/time-picker.vue +0 -924
- package/components/fu-date-picker/util.js +0 -419
- package/components/fu-icons/fu-icons.vue +0 -102
- package/components/fu-icons/fuicons.css +0 -585
- package/components/fu-landscape/fu-landscape.vue +0 -167
- package/components/fu-landscape/props.js +0 -64
- package/components/fu-tabbar/fu-tabbar.vue +0 -333
- package/components/fu-tabbar/props.js +0 -78
- package/libs/css/style.h5.scss +0 -35
- package/libs/css/style.mp.scss +0 -50
- package/libs/utils/util.js +0 -58
- /package/components/{fu-nav-bar → fu-navbar}/props.js +0 -0
- /package/components/{fu-nav-bar → fu-navbar}/status-bar.vue +0 -0
- /package/{components/fu-datetime-picker → libs/function}/dayjs.js +0 -0
- /package/libs/{css → style}/color.scss +0 -0
- /package/libs/{css/component.scss → style/components.scss} +0 -0
|
@@ -1,585 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
.fu-icons-scan:before {
|
|
3
|
-
content: "\e656";
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.fu-icons-camera:before {
|
|
7
|
-
content: "\e64e";
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.fu-icons-file:before {
|
|
11
|
-
content: "\e64f";
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.fu-icons-photos:before {
|
|
15
|
-
content: "\e651";
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.fu-icons-keyboard:before {
|
|
19
|
-
content: "\e64c";
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.fu-icons-keyboard-fill:before {
|
|
23
|
-
content: "\e64d";
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.fu-icons-minus:before {
|
|
27
|
-
content: "\e619";
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.fu-icons-plus:before {
|
|
31
|
-
content: "\e61e";
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.fu-icons-emoji:before {
|
|
35
|
-
content: "\e639";
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.fu-icons-arrows-left:before {
|
|
39
|
-
content: "\e63e";
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.fu-icons-arrows-left-fill:before {
|
|
43
|
-
content: "\e64b";
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.fu-icons-arrows-up:before {
|
|
47
|
-
content: "\e785";
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.fu-icons-arrows-right:before {
|
|
51
|
-
content: "\e786";
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.fu-icons-arrows-down:before {
|
|
55
|
-
content: "\e787";
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.fu-icons-arrows-up-fill:before {
|
|
59
|
-
content: "\e788";
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.fu-icons-arrows-right-fill:before {
|
|
63
|
-
content: "\e789";
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.fu-icons-arrows-down-fill:before {
|
|
67
|
-
content: "\e78a";
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.fu-icons-edit:before {
|
|
71
|
-
content: "\e603";
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.fu-icons-avatar-fill:before {
|
|
75
|
-
content: "\e601";
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.fu-icons-avatar:before {
|
|
79
|
-
content: "\e602";
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.fu-icons-close:before {
|
|
83
|
-
content: "\e612";
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.fu-icons-close-fill:before {
|
|
87
|
-
content: "\e613";
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.fu-icons-arrow-up:before {
|
|
91
|
-
content: "\e61a";
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.fu-icons-arrow-down:before {
|
|
95
|
-
content: "\e61b";
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.fu-icons-arrow-right:before {
|
|
99
|
-
content: "\e61c";
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.fu-icons-dashboard-fill:before {
|
|
103
|
-
content: "\e626";
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.fu-icons-reload-fill:before {
|
|
107
|
-
content: "\e646";
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.fu-icons-sync-check:before {
|
|
111
|
-
content: "\e647";
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.fu-icons-trash-can-fill:before {
|
|
115
|
-
content: "\e640";
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.fu-icons-heart:before {
|
|
119
|
-
content: "\e63f";
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.fu-icons-sync:before {
|
|
123
|
-
content: "\e648";
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.fu-icons-pencil-fill:before {
|
|
127
|
-
content: "\e642";
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.fu-icons-menu-dot-horizontal:before {
|
|
131
|
-
content: "\e780";
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.fu-icons-multiple:before {
|
|
135
|
-
content: "\e644";
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.fu-icons-trash-can:before {
|
|
139
|
-
content: "\e641";
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.fu-icons-eye-lined:before {
|
|
143
|
-
content: "\e627";
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.fu-icons-multiple-fill:before {
|
|
147
|
-
content: "\e645";
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.fu-icons-dashboard:before {
|
|
151
|
-
content: "\e628";
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.fu-icons-heart-fill:before {
|
|
155
|
-
content: "\e63a";
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.fu-icons-copy1:before {
|
|
159
|
-
content: "\e62f";
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.fu-icons-history:before {
|
|
163
|
-
content: "\e650";
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.fu-icons-eye-off-fill:before {
|
|
167
|
-
content: "\e629";
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.fu-icons-duplicate-fill:before {
|
|
171
|
-
content: "\e631";
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.fu-icons-pencil:before {
|
|
175
|
-
content: "\e643";
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.fu-icons-heart-plus:before {
|
|
179
|
-
content: "\e63d";
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.fu-icons-eye-check:before {
|
|
183
|
-
content: "\e62a";
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.fu-icons-reload:before {
|
|
187
|
-
content: "\e649";
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.fu-icons-eye-x:before {
|
|
191
|
-
content: "\e62b";
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.fu-icons-heart-x-fill:before {
|
|
195
|
-
content: "\e63c";
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.fu-icons-eye-x-fill:before {
|
|
199
|
-
content: "\e62d";
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.fu-icons-copy-fill1:before {
|
|
203
|
-
content: "\e62e";
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.fu-icons-eye-check-fill:before {
|
|
207
|
-
content: "\e62c";
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.fu-icons-duplicate:before {
|
|
211
|
-
content: "\e630";
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.fu-icons-heart-plus-fill:before {
|
|
215
|
-
content: "\e63b";
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.fu-icons-eye-filled:before {
|
|
219
|
-
content: "\e632";
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.fu-icons-minus-circle-fill:before {
|
|
223
|
-
content: "\e683";
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.fu-icons-minus-square:before {
|
|
227
|
-
content: "\e694";
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.fu-icons-check-mark-circle-fill:before {
|
|
231
|
-
content: "\e681";
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.fu-icons-plus-circle-fill:before {
|
|
235
|
-
content: "\e685";
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.fu-icons-minus-circle:before {
|
|
239
|
-
content: "\e684";
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.fu-icons-minus-square-fill:before {
|
|
243
|
-
content: "\e693";
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.fu-icons-plus-circle:before {
|
|
247
|
-
content: "\e686";
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.fu-icons-backspace:before {
|
|
251
|
-
content: "\e750";
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.fu-icons-backspace-fill:before {
|
|
255
|
-
content: "\e751";
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.fu-icons-check-mark-square:before {
|
|
259
|
-
content: "\e691";
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.fu-icons-check-mark-circle:before {
|
|
263
|
-
content: "\e682";
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.fu-icons-check-mark-square-fill:before {
|
|
267
|
-
content: "\e692";
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.fu-icons-shape-circle:before {
|
|
271
|
-
content: "\e680";
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.fu-icons-shape:before {
|
|
275
|
-
content: "\e690";
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.fu-icons-gear-1:before {
|
|
279
|
-
content: "\e652";
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.fu-icons-wechat-3:before {
|
|
283
|
-
content: "\e755";
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.fu-icons-wechat-1:before {
|
|
287
|
-
content: "\e756";
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.fu-icons-wechat-4:before {
|
|
291
|
-
content: "\e64a";
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.fu-icons-gear-2:before {
|
|
295
|
-
content: "\e653";
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.fu-icons-help:before {
|
|
299
|
-
content: "\e655";
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.fu-icons-help-fill:before {
|
|
303
|
-
content: "\e654";
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.fu-icons-share-fill:before {
|
|
307
|
-
content: "\e666";
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.fu-icons-share:before {
|
|
311
|
-
content: "\e667";
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.fu-icons-vip-fill:before {
|
|
315
|
-
content: "\e658";
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.fu-icons-vip:before {
|
|
319
|
-
content: "\e659";
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.fu-icons-more:before {
|
|
323
|
-
content: "\e781";
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.fu-icons-arrow-left:before {
|
|
327
|
-
content: "\e61d";
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.fu-icons-down:before {
|
|
331
|
-
content: "\e65c";
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.fu-icons-left:before {
|
|
335
|
-
content: "\e65d";
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.fu-icons-up:before {
|
|
339
|
-
content: "\e65e";
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.fu-icons-right:before {
|
|
343
|
-
content: "\e65f";
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.fu-icons-circle-arrow-down-fill:before {
|
|
347
|
-
content: "\e600";
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.fu-icons-triangle-left:before {
|
|
351
|
-
content: "\e607";
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.fu-icons-triangle-down:before {
|
|
355
|
-
content: "\e608";
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.fu-icons-triangle-left-fill:before {
|
|
359
|
-
content: "\e609";
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.fu-icons-triangle-down-fill:before {
|
|
363
|
-
content: "\e60a";
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.fu-icons-triangle-right-fill:before {
|
|
367
|
-
content: "\e60b";
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.fu-icons-triangle-right:before {
|
|
371
|
-
content: "\e60c";
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.fu-icons-triangle-up:before {
|
|
375
|
-
content: "\e60d";
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.fu-icons-triangle-up-fill:before {
|
|
379
|
-
content: "\e60e";
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.fu-icons-cancel:before {
|
|
383
|
-
content: "\e614";
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.fu-icons-error:before {
|
|
387
|
-
content: "\e611";
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.fu-icons-error-fill:before {
|
|
391
|
-
content: "\e610";
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.fu-icons-image:before {
|
|
395
|
-
content: "\e604";
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.fu-icons-image-fill:before {
|
|
399
|
-
content: "\e605";
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.fu-icons-location-fill:before {
|
|
403
|
-
content: "\e606";
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.fu-icons-location:before {
|
|
407
|
-
content: "\e60f";
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.fu-icons-magnifier:before {
|
|
411
|
-
content: "\e615";
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.fu-icons-magnifier-minus:before {
|
|
415
|
-
content: "\e616";
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.fu-icons-magnifier-plus:before {
|
|
419
|
-
content: "\e617";
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.fu-icons-service:before {
|
|
423
|
-
content: "\e61f";
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.fu-icons-alipay:before {
|
|
427
|
-
content: "\e633";
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.fu-icons-fans:before {
|
|
431
|
-
content: "\e634";
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.fu-icons-us:before {
|
|
435
|
-
content: "\e635";
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.fu-icons-shape-circle-fill:before {
|
|
439
|
-
content: "\e636";
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.fu-icons-calendar-fill:before {
|
|
443
|
-
content: "\e637";
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.fu-icons-calendar:before {
|
|
447
|
-
content: "\e638";
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.fu-icons-select:before {
|
|
451
|
-
content: "\e618";
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.fu-icons-circle-arrow-right-fill:before {
|
|
455
|
-
content: "\e782";
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.fu-icons-circle-arrow-up-fill:before {
|
|
459
|
-
content: "\e783";
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.fu-icons-circle-arrow-left-fill:before {
|
|
463
|
-
content: "\e784";
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.fu-icons-hand-up:before {
|
|
467
|
-
content: "\e66f";
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.fu-icons-eye-slash-ban:before {
|
|
471
|
-
content: "\e675";
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.fu-icons-qq:before {
|
|
475
|
-
content: "\e68a";
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.fu-icons-pyq:before {
|
|
479
|
-
content: "\e6a3";
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.fu-icons-hand-down:before {
|
|
483
|
-
content: "\e6b3";
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.fu-icons-hand-down-fill:before {
|
|
487
|
-
content: "\e6b4";
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.fu-icons-star-fill:before {
|
|
491
|
-
content: "\e6b5";
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.fu-icons-star:before {
|
|
495
|
-
content: "\e6b6";
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.fu-icons-star-half:before {
|
|
499
|
-
content: "\e6b7";
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
.fu-icons-volume-fill:before {
|
|
503
|
-
content: "\e6b8";
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.fu-icons-volume:before {
|
|
507
|
-
content: "\e6b9";
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.fu-icons-phone-circle:before {
|
|
511
|
-
content: "\e6ba";
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
.fu-icons-phone:before {
|
|
515
|
-
content: "\e6bb";
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
.fu-icons-phone-circle-fill:before {
|
|
519
|
-
content: "\e6bc";
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.fu-icons-phone-fill:before {
|
|
523
|
-
content: "\e6bd";
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.fu-icons-shop:before {
|
|
527
|
-
content: "\e6be";
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.fu-icons-shop-fill:before {
|
|
531
|
-
content: "\e6bf";
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.fu-icons-gift:before {
|
|
535
|
-
content: "\e6c2";
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.fu-icons-gift-fill:before {
|
|
539
|
-
content: "\e6c3";
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.fu-icons-copy-fill:before {
|
|
543
|
-
content: "\e6c4";
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
.fu-icons-copy:before {
|
|
547
|
-
content: "\e6c5";
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.fu-icons-home:before {
|
|
551
|
-
content: "\e6c6";
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.fu-icons-home-fill:before {
|
|
555
|
-
content: "\e6c7";
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.fu-icons-hand-up-fill:before {
|
|
559
|
-
content: "\e6c8";
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.fu-icons-logout:before {
|
|
563
|
-
content: "\e624";
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.fu-icons-login:before {
|
|
567
|
-
content: "\e625";
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.fu-icons-download:before {
|
|
571
|
-
content: "\e620";
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.fu-icons-upload:before {
|
|
575
|
-
content: "\e621";
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.fu-icons-upload-cloud:before {
|
|
579
|
-
content: "\e622";
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.fu-icons-download-cloud:before {
|
|
583
|
-
content: "\e623";
|
|
584
|
-
}
|
|
585
|
-
|