@alifd/theme-panda 0.1.0 → 0.1.2
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/design-token.js +1 -1
- package/dist/next-1.css +81 -81
- package/dist/next-2.css +130 -130
- package/dist/next-noreset-1.css +86 -86
- package/dist/next-noreset-2.css +124 -124
- package/dist/next-noreset.css +209 -209
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +171 -171
- package/dist/next-noreset.var-2.css +247 -247
- package/dist/next-noreset.var.css +417 -417
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +210 -210
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +161 -161
- package/dist/next.var-2.css +259 -259
- package/dist/next.var.css +419 -419
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +917 -917
- package/variables.js +2 -2
- package/variables.less +206 -206
- package/variables.scss +206 -206
- package/variables.scss2css.scss +494 -494
package/variables.css
CHANGED
|
@@ -1,2866 +1,2866 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
/* ------------------------
|
|
4
|
+
/* ------------------------ color ------------------------ */
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
--
|
|
8
|
+
--color-text1-4: rgba(46,48,56,1);
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
--
|
|
12
|
+
--color-text1-6: rgba(0,12,23,1);
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
--
|
|
16
|
+
--color-other-7: rgba(0,21,41,1);
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
--
|
|
20
|
+
--color-other-8: rgba(0,12,23,1);
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
--
|
|
24
|
+
--color-other-9: #FFFFFF;
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
--
|
|
28
|
+
--color-other-10: #FFFFFF;
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
--
|
|
32
|
+
--color-text1-5: rgba(255,255,255,0.65);
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
--
|
|
36
|
+
--color-line1-5: rgba(220,220,220,1);
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
--
|
|
40
|
+
--color-other-6: rgba(230,247,255,1);
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
--
|
|
44
|
+
--color-other-5: rgba(250,250,250,1);
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
|
|
48
|
-
--
|
|
48
|
+
--color-other-4: rgba(241,241,241,1);
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
--
|
|
52
|
+
--color-text1-3: rgba(0,0,0,0.75);
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
--
|
|
56
|
+
--color-text1-1: rgba(0,0,0,0.4);
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
--
|
|
60
|
+
--color-fill1-2: rgba(248,249,251,1);
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
--
|
|
64
|
+
--color-fill1-1: rgba(245,245,245,1);
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
--
|
|
68
|
+
--color-line1-3: rgba(202,202,202,1);
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
--
|
|
72
|
+
--color-line1-2: rgba(240,240,240,1);
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
--
|
|
76
|
+
--color-line1-1: rgba(217,217,217,1);
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
--
|
|
80
|
+
--color-other-3: rgba(0,0,0,0.75);
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
--
|
|
84
|
+
--color-other-2: rgba(217,54,62,1);
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
--
|
|
88
|
+
--color-other-1: rgba(9,109,217,1);
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
--
|
|
92
|
+
--color-link-3: rgba(64,169,255,1);
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
--
|
|
96
|
+
--color-link-2: rgba(37,125,249,1);
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
--
|
|
100
|
+
--color-link-1: rgba(37,125,249,1);
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
--
|
|
104
|
+
--color-error-4: rgba(255,120,117,1);
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
|
|
108
|
-
--
|
|
108
|
+
--color-error-3: rgba(255,77,79,1);
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
--
|
|
112
|
+
--color-warning-3: rgba(250,173,20,1);
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
--
|
|
116
|
+
--color-notice-3: rgba(37,125,249,1);
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
--
|
|
120
|
+
--color-success-3: rgba(82,196,26,1);
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
|
|
124
|
-
--
|
|
124
|
+
--color-brand1-9: rgba(64,169,255,1);
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
--
|
|
128
|
+
--color-brand1-6: rgba(37,125,249,1);
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
--
|
|
132
|
+
--color-text1-2: #999999;
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
--
|
|
136
|
+
--color-fill1-4: #E2E4E8;
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
--
|
|
140
|
+
--color-fill1-3: #EBECF0;
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
--
|
|
144
|
+
--color-line1-4: #A0A2AD;
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
|
|
148
|
-
--
|
|
148
|
+
--color-gradient-4: linear-gradient(270deg, rgb(255, 163, 166) 0%, rgb(245, 39, 67) 100%);
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
|
|
152
|
-
--
|
|
152
|
+
--color-gradient-3: linear-gradient(270deg, rgb(255, 237, 117) 0%, rgb(245, 203, 34) 100%);
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
|
|
156
|
-
--
|
|
156
|
+
--color-gradient-2: linear-gradient(270deg, rgb(125, 238, 255) 0%, rgb(3, 193, 253) 100%);
|
|
157
157
|
|
|
158
158
|
|
|
159
159
|
|
|
160
|
-
--
|
|
160
|
+
--color-gradient-1: linear-gradient(270deg, rgb(121, 232, 199) 0%, rgb(8, 194, 158) 100%);
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
--
|
|
164
|
+
--color-help-4: #01A79A;
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
|
|
168
|
-
--
|
|
168
|
+
--color-help-3: #01C1B2;
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
|
|
172
|
-
--
|
|
172
|
+
--color-help-2: #C0ECE2;
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
|
|
176
|
-
--
|
|
176
|
+
--color-help-1: #E3FFF8;
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
|
|
180
|
-
--
|
|
180
|
+
--color-error-2: #FFC8B2;
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
|
|
184
|
-
--
|
|
184
|
+
--color-error-1: #FFECE4;
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
--
|
|
188
|
+
--color-warning-4: #EB7E10;
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
--
|
|
192
|
+
--color-warning-2: #FFE6BD;
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
|
|
196
|
-
--
|
|
196
|
+
--color-warning-1: #FFF3E0;
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
|
|
200
|
-
--
|
|
200
|
+
--color-notice-4: #2E7DE0;
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
|
|
204
|
-
--
|
|
204
|
+
--color-notice-2: #BAD9FF;
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
208
|
-
--
|
|
208
|
+
--color-notice-1: #E3F2FD;
|
|
209
209
|
|
|
210
210
|
|
|
211
211
|
|
|
212
|
-
--
|
|
212
|
+
--color-success-4: #41A716;
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
|
|
216
|
-
--
|
|
216
|
+
--color-success-2: #CDF2BE;
|
|
217
217
|
|
|
218
218
|
|
|
219
219
|
|
|
220
|
-
--
|
|
220
|
+
--color-success-1: #E4FDDA;
|
|
221
221
|
|
|
222
222
|
|
|
223
223
|
|
|
224
|
-
--
|
|
224
|
+
--color-transparent: transparent;
|
|
225
225
|
|
|
226
226
|
|
|
227
227
|
|
|
228
|
-
--
|
|
228
|
+
--color-black: #000000;
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
|
|
232
|
-
--
|
|
232
|
+
--color-white: #FFFFFF;
|
|
233
233
|
|
|
234
234
|
|
|
235
235
|
|
|
236
|
-
--
|
|
236
|
+
--color-data1-8: #18B1F7;
|
|
237
237
|
|
|
238
238
|
|
|
239
239
|
|
|
240
|
-
--
|
|
240
|
+
--color-data1-7: #4DDE6D;
|
|
241
241
|
|
|
242
242
|
|
|
243
243
|
|
|
244
|
-
--
|
|
244
|
+
--color-data1-6: #FFD74D;
|
|
245
245
|
|
|
246
246
|
|
|
247
247
|
|
|
248
|
-
--
|
|
248
|
+
--color-data1-5: #FF934D;
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
|
|
252
|
-
--
|
|
252
|
+
--color-data1-4: #FF445F;
|
|
253
253
|
|
|
254
254
|
|
|
255
255
|
|
|
256
|
-
--
|
|
256
|
+
--color-data1-3: #AE66FC;
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
|
|
260
|
-
--
|
|
260
|
+
--color-data1-2: #506FED;
|
|
261
261
|
|
|
262
262
|
|
|
263
263
|
|
|
264
|
-
--
|
|
264
|
+
--color-data1-1: #00DCCD;
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
|
|
268
|
-
--
|
|
268
|
+
--color-brand1-1: #DEE8FF;
|
|
269
269
|
|
|
270
270
|
|
|
271
|
+
/* ------------------------ icon ------------------------ */
|
|
271
272
|
|
|
272
|
-
--icon-content-google: "\e930";
|
|
273
273
|
|
|
274
274
|
|
|
275
|
+
--icon-content-QQ: "\e951";
|
|
275
276
|
|
|
276
|
-
--icon-content-cloud: "\e828";
|
|
277
277
|
|
|
278
278
|
|
|
279
|
+
--icon-content-tags: "\e84c";
|
|
279
280
|
|
|
280
|
-
--icon-content-medium: "\e92f";
|
|
281
281
|
|
|
282
282
|
|
|
283
|
+
--icon-content-windows-fill: "\e950";
|
|
283
284
|
|
|
284
|
-
--icon-content-cloud-upload: "\e827";
|
|
285
285
|
|
|
286
286
|
|
|
287
|
+
--icon-content-wrench: "\e84b";
|
|
287
288
|
|
|
288
|
-
--icon-content-googleplus: "\e92e";
|
|
289
289
|
|
|
290
290
|
|
|
291
|
+
--icon-content-HTML-fill: "\e94f";
|
|
291
292
|
|
|
292
|
-
--icon-content-cloud-server: "\e826";
|
|
293
293
|
|
|
294
294
|
|
|
295
|
+
--icon-content-tag: "\e84a";
|
|
295
296
|
|
|
296
|
-
--icon-content-behance: "\e92d";
|
|
297
297
|
|
|
298
298
|
|
|
299
|
+
--icon-content-apple-fill: "\e94e";
|
|
299
300
|
|
|
300
|
-
--icon-content-read: "\e825";
|
|
301
301
|
|
|
302
302
|
|
|
303
|
+
--icon-content-shake: "\e849";
|
|
303
304
|
|
|
304
|
-
--icon-content-ant-cloud: "\e92c";
|
|
305
305
|
|
|
306
306
|
|
|
307
|
+
--icon-content-android-fill: "\e94d";
|
|
307
308
|
|
|
308
|
-
--icon-content-printer: "\e824";
|
|
309
309
|
|
|
310
310
|
|
|
311
|
+
--icon-content-phone: "\e848";
|
|
311
312
|
|
|
312
|
-
--icon-content-antdesign: "\e92b";
|
|
313
313
|
|
|
314
314
|
|
|
315
|
+
--icon-content-dingtalk: "\e94c";
|
|
315
316
|
|
|
316
|
-
--icon-content-car: "\e823";
|
|
317
317
|
|
|
318
318
|
|
|
319
|
+
--icon-content-pushpin: "\e847";
|
|
319
320
|
|
|
320
|
-
--icon-content-alibabacloud: "\e92a";
|
|
321
321
|
|
|
322
322
|
|
|
323
|
+
--icon-content-dropbox: "\e94b";
|
|
323
324
|
|
|
324
|
-
--icon-content-gateway: "\e822";
|
|
325
325
|
|
|
326
326
|
|
|
327
|
+
--icon-content-percentage: "\e846";
|
|
327
328
|
|
|
328
|
-
--icon-content-alibaba: "\e929";
|
|
329
329
|
|
|
330
330
|
|
|
331
|
+
--icon-content-Gitlab-fill: "\e94a";
|
|
331
332
|
|
|
332
|
-
--icon-content-cluster: "\e821";
|
|
333
333
|
|
|
334
334
|
|
|
335
|
+
--icon-content-man: "\e845";
|
|
335
336
|
|
|
336
|
-
--icon-content-sliders-fill: "\e928";
|
|
337
337
|
|
|
338
338
|
|
|
339
|
+
--icon-content-Youtube: "\e949";
|
|
339
340
|
|
|
340
|
-
--icon-content-camera: "\e820";
|
|
341
341
|
|
|
342
342
|
|
|
343
|
+
--icon-content-link: "\e844";
|
|
343
344
|
|
|
344
|
-
--icon-content-boxplot-fill: "\e927";
|
|
345
345
|
|
|
346
346
|
|
|
347
|
+
--icon-content-yuque: "\e948";
|
|
347
348
|
|
|
348
|
-
--icon-content-barcode: "\e81f";
|
|
349
349
|
|
|
350
350
|
|
|
351
|
+
--icon-content-monitor: "\e843";
|
|
351
352
|
|
|
352
|
-
--icon-content-build-fill: "\e926";
|
|
353
353
|
|
|
354
354
|
|
|
355
|
+
--icon-content-windows: "\e947";
|
|
355
356
|
|
|
356
|
-
--icon-content-laptop: "\e81e";
|
|
357
357
|
|
|
358
358
|
|
|
359
|
+
--icon-content-highlight: "\e842";
|
|
359
360
|
|
|
360
|
-
--icon-content-golden-fill: "\e925";
|
|
361
361
|
|
|
362
362
|
|
|
363
|
+
--icon-content-reddit: "\e946";
|
|
363
364
|
|
|
364
|
-
--icon-content-sliders: "\e81d";
|
|
365
365
|
|
|
366
366
|
|
|
367
|
+
--icon-content-disconnect: "\e841";
|
|
367
368
|
|
|
368
|
-
--icon-content-USB-fill: "\e924";
|
|
369
369
|
|
|
370
370
|
|
|
371
|
+
--icon-content-instagram: "\e945";
|
|
371
372
|
|
|
372
|
-
--icon-content-build: "\e81c";
|
|
373
373
|
|
|
374
374
|
|
|
375
|
+
--icon-content-api: "\e840";
|
|
375
376
|
|
|
376
|
-
--icon-content-setting-fill: "\e923";
|
|
377
377
|
|
|
378
378
|
|
|
379
|
+
--icon-content-dribbble: "\e944";
|
|
379
380
|
|
|
380
|
-
--icon-content-boxplot: "\e81b";
|
|
381
381
|
|
|
382
382
|
|
|
383
|
+
--icon-content-key: "\e83f";
|
|
383
384
|
|
|
384
|
-
--icon-content-shop-fill: "\e922";
|
|
385
385
|
|
|
386
386
|
|
|
387
|
+
--icon-content-Gitlab: "\e943";
|
|
387
388
|
|
|
388
|
-
--icon-content-scan: "\e81a";
|
|
389
389
|
|
|
390
390
|
|
|
391
|
+
--icon-content-wifi: "\e83c";
|
|
391
392
|
|
|
392
|
-
--icon-content-printer-fill: "\e921";
|
|
393
393
|
|
|
394
394
|
|
|
395
|
+
--icon-content-sketch: "\e942";
|
|
395
396
|
|
|
396
|
-
--icon-content-calendar-check: "\e819";
|
|
397
397
|
|
|
398
398
|
|
|
399
|
+
--icon-content-heatmap: "\e83b";
|
|
399
400
|
|
|
400
|
-
--icon-content-car-fill: "\e920";
|
|
401
401
|
|
|
402
402
|
|
|
403
|
+
--icon-content-android: "\e941";
|
|
403
404
|
|
|
404
|
-
--icon-content-carryout: "\e818";
|
|
405
405
|
|
|
406
406
|
|
|
407
|
+
--icon-content-gold: "\e83a";
|
|
407
408
|
|
|
408
|
-
--icon-content-mail-fill: "\e91f";
|
|
409
409
|
|
|
410
410
|
|
|
411
|
+
--icon-content-apple: "\e940";
|
|
411
412
|
|
|
412
|
-
--icon-content-contacts: "\e817";
|
|
413
413
|
|
|
414
414
|
|
|
415
|
+
--icon-content-star: "\e839";
|
|
415
416
|
|
|
416
|
-
--icon-content-crown-fill: "\e91e";
|
|
417
417
|
|
|
418
418
|
|
|
419
|
+
--icon-content-aliwangwang: "\e93f";
|
|
419
420
|
|
|
420
|
-
--icon-content-accountbook: "\e816";
|
|
421
421
|
|
|
422
422
|
|
|
423
|
+
--icon-content-block: "\e837";
|
|
423
424
|
|
|
424
|
-
--icon-content-error-fill: "\e91d";
|
|
425
425
|
|
|
426
426
|
|
|
427
|
+
--icon-content-codepen: "\e93e";
|
|
427
428
|
|
|
428
|
-
--icon-content-deploymentunit: "\e815";
|
|
429
429
|
|
|
430
430
|
|
|
431
|
+
--icon-content-heart: "\e836";
|
|
431
432
|
|
|
432
|
-
--icon-content-camera-fill: "\e91c";
|
|
433
433
|
|
|
434
434
|
|
|
435
|
+
--icon-content-chrome: "\e93d";
|
|
435
436
|
|
|
436
|
-
--icon-content-folder-add: "\e814";
|
|
437
437
|
|
|
438
438
|
|
|
439
|
+
--icon-content-creditcard: "\e835";
|
|
439
440
|
|
|
440
|
-
--icon-content-bank-fill: "\e91b";
|
|
441
441
|
|
|
442
442
|
|
|
443
|
+
--icon-content-CodeSandbox: "\e93c";
|
|
443
444
|
|
|
444
|
-
--icon-content-folder-open: "\e813";
|
|
445
445
|
|
|
446
446
|
|
|
447
|
+
--icon-content-idcard: "\e834";
|
|
447
448
|
|
|
448
|
-
--icon-content-tags-fill: "\e91a";
|
|
449
449
|
|
|
450
450
|
|
|
451
|
+
--icon-content-skype: "\e93b";
|
|
451
452
|
|
|
452
|
-
--icon-content-folder: "\e812";
|
|
453
453
|
|
|
454
454
|
|
|
455
|
+
--icon-content-table: "\e833";
|
|
455
456
|
|
|
456
|
-
--icon-content-wrench-fill: "\e919";
|
|
457
457
|
|
|
458
458
|
|
|
459
|
+
--icon-content-facebook: "\e93a";
|
|
459
460
|
|
|
460
|
-
--icon-content-shopping: "\e811";
|
|
461
461
|
|
|
462
462
|
|
|
463
|
+
--icon-content-mail: "\e832";
|
|
463
464
|
|
|
464
|
-
--icon-content-tag-fill: "\e918";
|
|
465
465
|
|
|
466
466
|
|
|
467
|
+
--icon-content-yahoo: "\e939";
|
|
467
468
|
|
|
468
|
-
--icon-content-rocket: "\e810";
|
|
469
469
|
|
|
470
470
|
|
|
471
|
+
--icon-content-image: "\e831";
|
|
471
472
|
|
|
472
|
-
--icon-content-thunderbolt-fill: "\e917";
|
|
473
473
|
|
|
474
474
|
|
|
475
|
+
--icon-content-linkedin: "\e938";
|
|
475
476
|
|
|
476
|
-
--icon-content-shop: "\e80f";
|
|
477
477
|
|
|
478
478
|
|
|
479
|
+
--icon-content-fund: "\e830";
|
|
479
480
|
|
|
480
|
-
--icon-content-rocket-fill: "\e916";
|
|
481
481
|
|
|
482
482
|
|
|
483
|
+
--icon-content-HTML: "\e937";
|
|
483
484
|
|
|
484
|
-
--icon-content-medicinebox: "\e80e";
|
|
485
485
|
|
|
486
486
|
|
|
487
|
+
--icon-content-qrcode: "\e82f";
|
|
487
488
|
|
|
488
|
-
--icon-content-pushpin-fill: "\e915";
|
|
489
489
|
|
|
490
490
|
|
|
491
|
+
--icon-content-zhihu: "\e936";
|
|
491
492
|
|
|
492
|
-
--icon-content-moneycollect: "\e80d";
|
|
493
493
|
|
|
494
494
|
|
|
495
|
+
--icon-content-radarchart: "\e82e";
|
|
495
496
|
|
|
496
|
-
--icon-content-edit-fill: "\e914";
|
|
497
497
|
|
|
498
498
|
|
|
499
|
+
--icon-content-taobao: "\e935";
|
|
499
500
|
|
|
500
|
-
--icon-content-flag: "\e80c";
|
|
501
501
|
|
|
502
502
|
|
|
503
|
+
--icon-content-sound: "\e82d";
|
|
503
504
|
|
|
504
|
-
--icon-content-phone-fill: "\e913";
|
|
505
505
|
|
|
506
506
|
|
|
507
|
+
--icon-content-alipay: "\e934";
|
|
507
508
|
|
|
508
|
-
--icon-content-customerservice: "\e80b";
|
|
509
509
|
|
|
510
510
|
|
|
511
|
+
--icon-content-notification: "\e82c";
|
|
511
512
|
|
|
512
|
-
--icon-content-highlight-fill: "\e912";
|
|
513
513
|
|
|
514
514
|
|
|
515
|
+
--icon-content-slack: "\e933";
|
|
515
516
|
|
|
516
|
-
--icon-content-unlike: "\e80a";
|
|
517
517
|
|
|
518
518
|
|
|
519
|
+
--icon-content-video: "\e82b";
|
|
519
520
|
|
|
520
|
-
--icon-content-api-fill: "\e911";
|
|
521
521
|
|
|
522
522
|
|
|
523
|
+
--icon-content-amazon: "\e932";
|
|
523
524
|
|
|
524
|
-
--icon-content-like: "\e809";
|
|
525
525
|
|
|
526
526
|
|
|
527
|
+
--icon-content-cloud-sync: "\e82a";
|
|
527
528
|
|
|
528
|
-
--icon-content-alert-fill: "\e910";
|
|
529
529
|
|
|
530
530
|
|
|
531
|
+
--icon-content-IE: "\e931";
|
|
531
532
|
|
|
532
|
-
--icon-content-funnelplot: "\e808";
|
|
533
533
|
|
|
534
534
|
|
|
535
|
+
--icon-content-cloud-download: "\e829";
|
|
535
536
|
|
|
536
|
-
--icon-content-unlock-fill: "\e90f";
|
|
537
537
|
|
|
538
538
|
|
|
539
|
+
--icon-content-google: "\e930";
|
|
539
540
|
|
|
540
|
-
--icon-content-bank: "\e807";
|
|
541
541
|
|
|
542
542
|
|
|
543
|
+
--icon-content-cloud: "\e828";
|
|
543
544
|
|
|
544
|
-
--icon-content-star-fill: "\e90e";
|
|
545
545
|
|
|
546
546
|
|
|
547
|
+
--icon-content-medium: "\e92f";
|
|
547
548
|
|
|
548
|
-
--icon-content-home: "\e806";
|
|
549
549
|
|
|
550
550
|
|
|
551
|
+
--icon-content-cloud-upload: "\e827";
|
|
551
552
|
|
|
552
|
-
--icon-content-unlike-fill: "\e90d";
|
|
553
553
|
|
|
554
554
|
|
|
555
|
+
--icon-content-googleplus: "\e92e";
|
|
555
556
|
|
|
556
|
-
--icon-content-skin: "\e805";
|
|
557
557
|
|
|
558
558
|
|
|
559
|
+
--icon-content-cloud-server: "\e826";
|
|
559
560
|
|
|
560
|
-
--icon-content-lock-fill: "\e90c";
|
|
561
561
|
|
|
562
562
|
|
|
563
|
+
--icon-content-behance: "\e92d";
|
|
563
564
|
|
|
564
|
-
--icon-content-USB: "\e804";
|
|
565
565
|
|
|
566
566
|
|
|
567
|
+
--icon-content-read: "\e825";
|
|
567
568
|
|
|
568
|
-
--icon-content-like-fill: "\e90b";
|
|
569
569
|
|
|
570
570
|
|
|
571
|
+
--icon-content-ant-cloud: "\e92c";
|
|
571
572
|
|
|
572
|
-
--icon-content-rest: "\e803";
|
|
573
573
|
|
|
574
574
|
|
|
575
|
+
--icon-content-printer: "\e824";
|
|
575
576
|
|
|
576
|
-
--icon-content-eye-fill: "\e90a";
|
|
577
577
|
|
|
578
578
|
|
|
579
|
+
--icon-content-antdesign: "\e92b";
|
|
579
580
|
|
|
580
|
-
--icon-content-trophy: "\e802";
|
|
581
581
|
|
|
582
582
|
|
|
583
|
+
--icon-content-car: "\e823";
|
|
583
584
|
|
|
584
|
-
--icon-content-experiment-fill: "\e909";
|
|
585
585
|
|
|
586
586
|
|
|
587
|
+
--icon-content-alibabacloud: "\e92a";
|
|
587
588
|
|
|
588
|
-
--icon-content-bell: "\e801";
|
|
589
589
|
|
|
590
590
|
|
|
591
|
+
--icon-content-gateway: "\e822";
|
|
591
592
|
|
|
592
|
-
--icon-content-customerservice-fill: "\e908";
|
|
593
593
|
|
|
594
594
|
|
|
595
|
+
--icon-content-alibaba: "\e929";
|
|
595
596
|
|
|
596
|
-
--icon-content-experiment: "\e800";
|
|
597
597
|
|
|
598
598
|
|
|
599
|
+
--icon-content-cluster: "\e821";
|
|
599
600
|
|
|
600
|
-
--icon-content-cloud-fill: "\e907";
|
|
601
601
|
|
|
602
602
|
|
|
603
|
+
--icon-content-sliders-fill: "\e928";
|
|
603
604
|
|
|
604
|
-
--icon-content-bulb: "\e7ff";
|
|
605
605
|
|
|
606
606
|
|
|
607
|
+
--icon-content-camera: "\e820";
|
|
607
608
|
|
|
608
|
-
--icon-content-location-fill: "\e906";
|
|
609
609
|
|
|
610
610
|
|
|
611
|
+
--icon-content-boxplot-fill: "\e927";
|
|
611
612
|
|
|
612
|
-
--icon-content-hourglass: "\e7fe";
|
|
613
613
|
|
|
614
614
|
|
|
615
|
+
--icon-content-barcode: "\e81f";
|
|
615
616
|
|
|
616
|
-
--icon-content-trophy-fill: "\e905";
|
|
617
617
|
|
|
618
618
|
|
|
619
|
+
--icon-content-build-fill: "\e926";
|
|
619
620
|
|
|
620
|
-
--icon-content-delete: "\e7fd";
|
|
621
621
|
|
|
622
622
|
|
|
623
|
+
--icon-content-laptop: "\e81e";
|
|
623
624
|
|
|
624
|
-
--icon-content-home-fill: "\e904";
|
|
625
625
|
|
|
626
626
|
|
|
627
|
+
--icon-content-golden-fill: "\e925";
|
|
627
628
|
|
|
628
|
-
--icon-content-alert: "\e7fc";
|
|
629
629
|
|
|
630
630
|
|
|
631
|
+
--icon-content-sliders: "\e81d";
|
|
631
632
|
|
|
632
|
-
--icon-content-hourglass-fill: "\e903";
|
|
633
633
|
|
|
634
634
|
|
|
635
|
+
--icon-content-USB-fill: "\e924";
|
|
635
636
|
|
|
636
|
-
--icon-content-insurance: "\e7f7";
|
|
637
637
|
|
|
638
638
|
|
|
639
|
+
--icon-content-build: "\e81c";
|
|
639
640
|
|
|
640
|
-
--icon-content-gift-fill: "\e902";
|
|
641
641
|
|
|
642
642
|
|
|
643
|
+
--icon-content-setting-fill: "\e923";
|
|
643
644
|
|
|
644
|
-
--icon-content-safetycertificate: "\e7f6";
|
|
645
645
|
|
|
646
646
|
|
|
647
|
+
--icon-content-boxplot: "\e81b";
|
|
647
648
|
|
|
648
|
-
--icon-content-funnelplot-fill: "\e901";
|
|
649
649
|
|
|
650
650
|
|
|
651
|
+
--icon-content-shop-fill: "\e922";
|
|
651
652
|
|
|
652
|
-
--icon-content-propertysafety: "\e7f5";
|
|
653
653
|
|
|
654
654
|
|
|
655
|
+
--icon-content-scan: "\e81a";
|
|
655
656
|
|
|
656
|
-
--icon-content-fire-fill: "\e900";
|
|
657
657
|
|
|
658
658
|
|
|
659
|
+
--icon-content-printer-fill: "\e921";
|
|
659
660
|
|
|
660
|
-
--icon-content-securityscan: "\e7f4";
|
|
661
661
|
|
|
662
662
|
|
|
663
|
+
--icon-content-calendar-check: "\e819";
|
|
663
664
|
|
|
664
|
-
--icon-content-filter-fill: "\e8ff";
|
|
665
665
|
|
|
666
666
|
|
|
667
|
+
--icon-content-car-fill: "\e920";
|
|
667
668
|
|
|
668
|
-
--icon-content-Batchfolding: "\e7f3";
|
|
669
669
|
|
|
670
670
|
|
|
671
|
+
--icon-content-carryout: "\e818";
|
|
671
672
|
|
|
672
|
-
--icon-content-bell-fill: "\e8fe";
|
|
673
673
|
|
|
674
674
|
|
|
675
|
+
--icon-content-mail-fill: "\e91f";
|
|
675
676
|
|
|
676
|
-
--icon-content-diff: "\e7f2";
|
|
677
677
|
|
|
678
678
|
|
|
679
|
+
--icon-content-contacts: "\e817";
|
|
679
680
|
|
|
680
|
-
--icon-content-bulb-fill: "\e8fd";
|
|
681
681
|
|
|
682
682
|
|
|
683
|
+
--icon-content-crown-fill: "\e91e";
|
|
683
684
|
|
|
684
|
-
--icon-content-audit: "\e7f1";
|
|
685
685
|
|
|
686
686
|
|
|
687
|
+
--icon-content-accountbook: "\e816";
|
|
687
688
|
|
|
688
|
-
--icon-content-sound-fill: "\e8fc";
|
|
689
689
|
|
|
690
690
|
|
|
691
|
+
--icon-content-error-fill: "\e91d";
|
|
691
692
|
|
|
692
|
-
--icon-content-snippets: "\e7f0";
|
|
693
693
|
|
|
694
694
|
|
|
695
|
+
--icon-content-deploymentunit: "\e815";
|
|
695
696
|
|
|
696
|
-
--icon-content-video-fill: "\e8fb";
|
|
697
697
|
|
|
698
698
|
|
|
699
|
+
--icon-content-camera-fill: "\e91c";
|
|
699
700
|
|
|
700
|
-
--icon-content-file-copy: "\e7ef";
|
|
701
701
|
|
|
702
702
|
|
|
703
|
+
--icon-content-folder-add: "\e814";
|
|
703
704
|
|
|
704
|
-
--icon-content-skin-fill: "\e8fa";
|
|
705
705
|
|
|
706
706
|
|
|
707
|
+
--icon-content-bank-fill: "\e91b";
|
|
707
708
|
|
|
708
|
-
--icon-content-file-text: "\e7ed";
|
|
709
709
|
|
|
710
710
|
|
|
711
|
+
--icon-content-folder-open: "\e813";
|
|
711
712
|
|
|
712
|
-
--icon-content-shopping-fill: "\e8f9";
|
|
713
713
|
|
|
714
714
|
|
|
715
|
+
--icon-content-tags-fill: "\e91a";
|
|
715
716
|
|
|
716
|
-
--icon-content-file-zip: "\e7ec";
|
|
717
717
|
|
|
718
718
|
|
|
719
|
+
--icon-content-folder: "\e812";
|
|
719
720
|
|
|
720
|
-
--icon-content-rest-fill: "\e8f8";
|
|
721
721
|
|
|
722
722
|
|
|
723
|
+
--icon-content-wrench-fill: "\e919";
|
|
723
724
|
|
|
724
|
-
--icon-content-file: "\e7eb";
|
|
725
725
|
|
|
726
726
|
|
|
727
|
+
--icon-content-shopping: "\e811";
|
|
727
728
|
|
|
728
|
-
--icon-content-medicinebox-fill: "\e8f7";
|
|
729
729
|
|
|
730
730
|
|
|
731
|
+
--icon-content-tag-fill: "\e918";
|
|
731
732
|
|
|
732
|
-
--icon-content-file-word: "\e7ea";
|
|
733
733
|
|
|
734
734
|
|
|
735
|
+
--icon-content-rocket: "\e810";
|
|
735
736
|
|
|
736
|
-
--icon-content-moneycollect-fill: "\e8f6";
|
|
737
737
|
|
|
738
738
|
|
|
739
|
+
--icon-content-thunderbolt-fill: "\e917";
|
|
739
740
|
|
|
740
|
-
--icon-content-file-ppt: "\e7e9";
|
|
741
741
|
|
|
742
742
|
|
|
743
|
+
--icon-content-shop: "\e80f";
|
|
743
744
|
|
|
744
|
-
--icon-content-flag-fill: "\e8f5";
|
|
745
745
|
|
|
746
746
|
|
|
747
|
+
--icon-content-rocket-fill: "\e916";
|
|
747
748
|
|
|
748
|
-
--icon-content-file-unknown: "\e7e8";
|
|
749
749
|
|
|
750
750
|
|
|
751
|
+
--icon-content-medicinebox: "\e80e";
|
|
751
752
|
|
|
752
|
-
--icon-content-notification-fill: "\e8f4";
|
|
753
753
|
|
|
754
754
|
|
|
755
|
+
--icon-content-pushpin-fill: "\e915";
|
|
755
756
|
|
|
756
|
-
--icon-content-file-markdown: "\e7e7";
|
|
757
757
|
|
|
758
758
|
|
|
759
|
+
--icon-content-moneycollect: "\e80d";
|
|
759
760
|
|
|
760
|
-
--icon-content-delete-fill: "\e8f3";
|
|
761
761
|
|
|
762
762
|
|
|
763
|
+
--icon-content-edit-fill: "\e914";
|
|
763
764
|
|
|
764
|
-
--icon-content-file-image: "\e7e6";
|
|
765
765
|
|
|
766
766
|
|
|
767
|
+
--icon-content-flag: "\e80c";
|
|
767
768
|
|
|
768
|
-
--icon-content-contacts-fill: "\e8f2";
|
|
769
769
|
|
|
770
770
|
|
|
771
|
+
--icon-content-phone-fill: "\e913";
|
|
771
772
|
|
|
772
|
-
--icon-content-file-pdf: "\e7e5";
|
|
773
773
|
|
|
774
774
|
|
|
775
|
+
--icon-content-customerservice: "\e80b";
|
|
775
776
|
|
|
776
|
-
--icon-content-read-fill: "\e8f1";
|
|
777
777
|
|
|
778
778
|
|
|
779
|
+
--icon-content-highlight-fill: "\e912";
|
|
779
780
|
|
|
780
|
-
--icon-content-file-exclamation: "\e7e4";
|
|
781
781
|
|
|
782
782
|
|
|
783
|
+
--icon-content-unlike: "\e80a";
|
|
783
784
|
|
|
784
|
-
--icon-content-fund-fill: "\e8f0";
|
|
785
785
|
|
|
786
786
|
|
|
787
|
+
--icon-content-api-fill: "\e911";
|
|
787
788
|
|
|
788
|
-
--icon-content-file-excel: "\e7e3";
|
|
789
789
|
|
|
790
790
|
|
|
791
|
+
--icon-content-like: "\e809";
|
|
791
792
|
|
|
792
|
-
--icon-content-creditcard-fill: "\e8ef";
|
|
793
793
|
|
|
794
794
|
|
|
795
|
+
--icon-content-alert-fill: "\e910";
|
|
795
796
|
|
|
796
|
-
--icon-content-file-add: "\e7e2";
|
|
797
797
|
|
|
798
798
|
|
|
799
|
+
--icon-content-funnelplot: "\e808";
|
|
799
800
|
|
|
800
|
-
--icon-content-idcard-fill: "\e8ee";
|
|
801
801
|
|
|
802
802
|
|
|
803
|
+
--icon-content-unlock-fill: "\e90f";
|
|
803
804
|
|
|
804
|
-
--icon-content-fileprotect: "\e7e1";
|
|
805
805
|
|
|
806
806
|
|
|
807
|
+
--icon-content-bank: "\e807";
|
|
807
808
|
|
|
808
|
-
--icon-content-image-fill: "\e8ed";
|
|
809
809
|
|
|
810
810
|
|
|
811
|
+
--icon-content-star-fill: "\e90e";
|
|
811
812
|
|
|
812
|
-
--icon-content-solution: "\e7e0";
|
|
813
813
|
|
|
814
814
|
|
|
815
|
+
--icon-content-home: "\e806";
|
|
815
816
|
|
|
816
|
-
--icon-content-calendar-check-fill: "\e8ec";
|
|
817
817
|
|
|
818
818
|
|
|
819
|
+
--icon-content-unlike-fill: "\e90d";
|
|
819
820
|
|
|
820
|
-
--icon-content-filesearch: "\e7df";
|
|
821
821
|
|
|
822
822
|
|
|
823
|
+
--icon-content-skin: "\e805";
|
|
823
824
|
|
|
824
|
-
--icon-content-sever-fill: "\e8eb";
|
|
825
825
|
|
|
826
826
|
|
|
827
|
+
--icon-content-lock-fill: "\e90c";
|
|
827
828
|
|
|
828
|
-
--icon-content-filesync: "\e7de";
|
|
829
829
|
|
|
830
830
|
|
|
831
|
+
--icon-content-USB: "\e804";
|
|
831
832
|
|
|
832
|
-
--icon-content-container-fill: "\e8ea";
|
|
833
833
|
|
|
834
834
|
|
|
835
|
+
--icon-content-like-fill: "\e90b";
|
|
835
836
|
|
|
836
|
-
--icon-content-file-exception: "\e7dd";
|
|
837
837
|
|
|
838
838
|
|
|
839
|
+
--icon-content-rest: "\e803";
|
|
839
840
|
|
|
840
|
-
--icon-content-database-fill: "\e8e9";
|
|
841
841
|
|
|
842
842
|
|
|
843
|
+
--icon-content-eye-fill: "\e90a";
|
|
843
844
|
|
|
844
|
-
--icon-content-reconciliation: "\e7dc";
|
|
845
845
|
|
|
846
846
|
|
|
847
|
+
--icon-content-trophy: "\e802";
|
|
847
848
|
|
|
848
|
-
--icon-content-folder-open-fill: "\e8e8";
|
|
849
849
|
|
|
850
850
|
|
|
851
|
+
--icon-content-experiment-fill: "\e909";
|
|
851
852
|
|
|
852
|
-
--icon-content-filedone: "\e7db";
|
|
853
853
|
|
|
854
854
|
|
|
855
|
+
--icon-content-bell: "\e801";
|
|
855
856
|
|
|
856
|
-
--icon-content-folder-fill: "\e8e7";
|
|
857
857
|
|
|
858
858
|
|
|
859
|
+
--icon-content-customerservice-fill: "\e908";
|
|
859
860
|
|
|
860
|
-
--icon-content-book: "\e7da";
|
|
861
861
|
|
|
862
862
|
|
|
863
|
+
--icon-content-experiment: "\e800";
|
|
863
864
|
|
|
864
|
-
--icon-content-folder-add-fill: "\e8e6";
|
|
865
865
|
|
|
866
866
|
|
|
867
|
+
--icon-content-cloud-fill: "\e907";
|
|
867
868
|
|
|
868
|
-
--icon-content-redenvelope: "\e7d9";
|
|
869
869
|
|
|
870
870
|
|
|
871
|
+
--icon-content-bulb: "\e7ff";
|
|
871
872
|
|
|
872
|
-
--icon-content-reconciliation-fill: "\e8e5";
|
|
873
873
|
|
|
874
874
|
|
|
875
|
+
--icon-content-location-fill: "\e906";
|
|
875
876
|
|
|
876
|
-
--icon-content-tablet: "\e7d8";
|
|
877
877
|
|
|
878
878
|
|
|
879
|
+
--icon-content-hourglass: "\e7fe";
|
|
879
880
|
|
|
880
|
-
--icon-content-batchfolding-fill: "\e8e4";
|
|
881
881
|
|
|
882
882
|
|
|
883
|
+
--icon-content-trophy-fill: "\e905";
|
|
883
884
|
|
|
884
|
-
--icon-content-mobile: "\e7d7";
|
|
885
885
|
|
|
886
886
|
|
|
887
|
+
--icon-content-delete: "\e7fd";
|
|
887
888
|
|
|
888
|
-
--icon-content-snippets-fill: "\e8e3";
|
|
889
889
|
|
|
890
890
|
|
|
891
|
+
--icon-content-home-fill: "\e904";
|
|
891
892
|
|
|
892
|
-
--icon-content-sever: "\e7d6";
|
|
893
893
|
|
|
894
894
|
|
|
895
|
+
--icon-content-alert: "\e7fc";
|
|
895
896
|
|
|
896
|
-
--icon-content-file-copy-fill: "\e8e2";
|
|
897
897
|
|
|
898
898
|
|
|
899
|
+
--icon-content-hourglass-fill: "\e903";
|
|
899
900
|
|
|
900
|
-
--icon-content-database: "\e7d5";
|
|
901
901
|
|
|
902
902
|
|
|
903
|
+
--icon-content-insurance: "\e7f7";
|
|
903
904
|
|
|
904
|
-
--icon-content-diff-fill: "\e8e1";
|
|
905
905
|
|
|
906
906
|
|
|
907
|
+
--icon-content-gift-fill: "\e902";
|
|
907
908
|
|
|
908
|
-
--icon-content-container: "\e7d4";
|
|
909
909
|
|
|
910
910
|
|
|
911
|
+
--icon-content-safetycertificate: "\e7f6";
|
|
911
912
|
|
|
912
|
-
--icon-content-file-image-fill: "\e8e0";
|
|
913
913
|
|
|
914
914
|
|
|
915
|
+
--icon-content-funnelplot-fill: "\e901";
|
|
915
916
|
|
|
916
|
-
--icon-content-pointmap: "\e7d3";
|
|
917
917
|
|
|
918
918
|
|
|
919
|
+
--icon-content-propertysafety: "\e7f5";
|
|
919
920
|
|
|
920
|
-
--icon-content-file-pdf-fill: "\e8df";
|
|
921
921
|
|
|
922
922
|
|
|
923
|
+
--icon-content-fire-fill: "\e900";
|
|
923
924
|
|
|
924
|
-
--icon-content-barchart: "\e7d2";
|
|
925
925
|
|
|
926
926
|
|
|
927
|
+
--icon-content-securityscan: "\e7f4";
|
|
927
928
|
|
|
928
|
-
--icon-content-file-zip-fill: "\e8de";
|
|
929
929
|
|
|
930
930
|
|
|
931
|
+
--icon-content-filter-fill: "\e8ff";
|
|
931
932
|
|
|
932
|
-
--icon-content-linechart: "\e7d1";
|
|
933
933
|
|
|
934
934
|
|
|
935
|
+
--icon-content-Batchfolding: "\e7f3";
|
|
935
936
|
|
|
936
|
-
--icon-content-file-word-fill: "\e8dd";
|
|
937
937
|
|
|
938
938
|
|
|
939
|
+
--icon-content-bell-fill: "\e8fe";
|
|
939
940
|
|
|
940
|
-
--icon-content-areachart: "\e7d0";
|
|
941
941
|
|
|
942
942
|
|
|
943
|
+
--icon-content-diff: "\e7f2";
|
|
943
944
|
|
|
944
|
-
--icon-content-file-unknown-fill: "\e8dc";
|
|
945
945
|
|
|
946
946
|
|
|
947
|
+
--icon-content-bulb-fill: "\e8fd";
|
|
947
948
|
|
|
948
|
-
--icon-content-team: "\e7cf";
|
|
949
949
|
|
|
950
950
|
|
|
951
|
+
--icon-content-audit: "\e7f1";
|
|
951
952
|
|
|
952
|
-
--icon-content-file-ppt-fill: "\e8db";
|
|
953
953
|
|
|
954
954
|
|
|
955
|
+
--icon-content-sound-fill: "\e8fc";
|
|
955
956
|
|
|
956
|
-
--icon-content-user: "\e7ce";
|
|
957
957
|
|
|
958
958
|
|
|
959
|
+
--icon-content-snippets: "\e7f0";
|
|
959
960
|
|
|
960
|
-
--icon-content-file-text-fill: "\e8da";
|
|
961
961
|
|
|
962
962
|
|
|
963
|
+
--icon-content-video-fill: "\e8fb";
|
|
963
964
|
|
|
964
|
-
--icon-content-addteam: "\e7cd";
|
|
965
965
|
|
|
966
966
|
|
|
967
|
+
--icon-content-file-copy: "\e7ef";
|
|
967
968
|
|
|
968
|
-
--icon-content-file-markdown-fill: "\e8d9";
|
|
969
969
|
|
|
970
970
|
|
|
971
|
+
--icon-content-skin-fill: "\e8fa";
|
|
971
972
|
|
|
972
|
-
--icon-content-deleteuser: "\e7cc";
|
|
973
973
|
|
|
974
974
|
|
|
975
|
+
--icon-content-file-text: "\e7ed";
|
|
975
976
|
|
|
976
|
-
--icon-content-file-excel-fill: "\e8d8";
|
|
977
977
|
|
|
978
978
|
|
|
979
|
+
--icon-content-shopping-fill: "\e8f9";
|
|
979
980
|
|
|
980
|
-
--icon-content-deleteteam: "\e7cb";
|
|
981
981
|
|
|
982
982
|
|
|
983
|
+
--icon-content-file-zip: "\e7ec";
|
|
983
984
|
|
|
984
|
-
--icon-content-file-fill: "\e8d7";
|
|
985
985
|
|
|
986
986
|
|
|
987
|
+
--icon-content-rest-fill: "\e8f8";
|
|
987
988
|
|
|
988
|
-
--icon-content-adduser: "\e7ca";
|
|
989
989
|
|
|
990
990
|
|
|
991
|
+
--icon-content-file: "\e7eb";
|
|
991
992
|
|
|
992
|
-
--icon-content-file-add-fill: "\e8d6";
|
|
993
993
|
|
|
994
994
|
|
|
995
|
+
--icon-content-medicinebox-fill: "\e8f7";
|
|
995
996
|
|
|
996
|
-
--icon-content-radius-setting: "\e7c9";
|
|
997
997
|
|
|
998
998
|
|
|
999
|
+
--icon-content-file-word: "\e7ea";
|
|
999
1000
|
|
|
1000
|
-
--icon-content-file-exclamation-fil: "\e8d5";
|
|
1001
1001
|
|
|
1002
1002
|
|
|
1003
|
+
--icon-content-moneycollect-fill: "\e8f6";
|
|
1003
1004
|
|
|
1004
|
-
--icon-content-radius-upright: "\e7c8";
|
|
1005
1005
|
|
|
1006
1006
|
|
|
1007
|
+
--icon-content-file-ppt: "\e7e9";
|
|
1007
1008
|
|
|
1008
|
-
--icon-content-securityscan-fill: "\e8d4";
|
|
1009
1009
|
|
|
1010
1010
|
|
|
1011
|
+
--icon-content-flag-fill: "\e8f5";
|
|
1011
1012
|
|
|
1012
|
-
--icon-content-radius-upleft: "\e7c7";
|
|
1013
1013
|
|
|
1014
1014
|
|
|
1015
|
+
--icon-content-file-unknown: "\e7e8";
|
|
1015
1016
|
|
|
1016
|
-
--icon-content-insurance-fill: "\e8d3";
|
|
1017
1017
|
|
|
1018
1018
|
|
|
1019
|
+
--icon-content-notification-fill: "\e8f4";
|
|
1019
1020
|
|
|
1020
|
-
--icon-content-radius-bottomright: "\e7c6";
|
|
1021
1021
|
|
|
1022
1022
|
|
|
1023
|
+
--icon-content-file-markdown: "\e7e7";
|
|
1023
1024
|
|
|
1024
|
-
--icon-content-propertysafety-fill: "\e8d2";
|
|
1025
1025
|
|
|
1026
1026
|
|
|
1027
|
+
--icon-content-delete-fill: "\e8f3";
|
|
1027
1028
|
|
|
1028
|
-
--icon-content-radius-bottomleft: "\e7c5";
|
|
1029
1029
|
|
|
1030
1030
|
|
|
1031
|
+
--icon-content-file-image: "\e7e6";
|
|
1031
1032
|
|
|
1032
|
-
--icon-content-ungroup: "\e9d4";
|
|
1033
1033
|
|
|
1034
1034
|
|
|
1035
|
+
--icon-content-contacts-fill: "\e8f2";
|
|
1035
1036
|
|
|
1036
|
-
--icon-content-safetycertificate-f: "\e8d1";
|
|
1037
1037
|
|
|
1038
1038
|
|
|
1039
|
+
--icon-content-file-pdf: "\e7e5";
|
|
1039
1040
|
|
|
1040
|
-
--icon-content-border-horizontal: "\e7c4";
|
|
1041
1041
|
|
|
1042
1042
|
|
|
1043
|
+
--icon-content-read-fill: "\e8f1";
|
|
1043
1044
|
|
|
1044
|
-
--icon-content-shortcut: "\e9d3";
|
|
1045
1045
|
|
|
1046
1046
|
|
|
1047
|
+
--icon-content-file-exclamation: "\e7e4";
|
|
1047
1048
|
|
|
1048
|
-
--icon-content-redenvelope-fill: "\e8d0";
|
|
1049
1049
|
|
|
1050
1050
|
|
|
1051
|
+
--icon-content-fund-fill: "\e8f0";
|
|
1051
1052
|
|
|
1052
|
-
--icon-content-border-verticle: "\e7c3";
|
|
1053
1053
|
|
|
1054
1054
|
|
|
1055
|
+
--icon-content-file-excel: "\e7e3";
|
|
1055
1056
|
|
|
1056
|
-
--icon-content-View: "\e9d2";
|
|
1057
1057
|
|
|
1058
1058
|
|
|
1059
|
+
--icon-content-creditcard-fill: "\e8ef";
|
|
1059
1060
|
|
|
1060
|
-
--icon-content-book-fill: "\e8cf";
|
|
1061
1061
|
|
|
1062
1062
|
|
|
1063
|
+
--icon-content-file-add: "\e7e2";
|
|
1063
1064
|
|
|
1064
|
-
--icon-content-border-inner: "\e7c2";
|
|
1065
1065
|
|
|
1066
1066
|
|
|
1067
|
+
--icon-content-idcard-fill: "\e8ee";
|
|
1067
1068
|
|
|
1068
|
-
--icon-content-Report: "\e9d1";
|
|
1069
1069
|
|
|
1070
1070
|
|
|
1071
|
+
--icon-content-fileprotect: "\e7e1";
|
|
1071
1072
|
|
|
1072
|
-
--icon-content-tablet-fill: "\e8ce";
|
|
1073
1073
|
|
|
1074
1074
|
|
|
1075
|
+
--icon-content-image-fill: "\e8ed";
|
|
1075
1076
|
|
|
1076
|
-
--icon-content-border-right: "\e7c1";
|
|
1077
1077
|
|
|
1078
1078
|
|
|
1079
|
+
--icon-content-solution: "\e7e0";
|
|
1079
1080
|
|
|
1080
|
-
--icon-content-send: "\e9d0";
|
|
1081
1081
|
|
|
1082
1082
|
|
|
1083
|
+
--icon-content-calendar-check-fill: "\e8ec";
|
|
1083
1084
|
|
|
1084
|
-
--icon-content-mobile-fill: "\e8cd";
|
|
1085
1085
|
|
|
1086
1086
|
|
|
1087
|
+
--icon-content-filesearch: "\e7df";
|
|
1087
1088
|
|
|
1088
|
-
--icon-content-border-left: "\e7c0";
|
|
1089
1089
|
|
|
1090
1090
|
|
|
1091
|
+
--icon-content-sever-fill: "\e8eb";
|
|
1091
1092
|
|
|
1092
|
-
--icon-content-group: "\e9cf";
|
|
1093
1093
|
|
|
1094
1094
|
|
|
1095
|
+
--icon-content-filesync: "\e7de";
|
|
1095
1096
|
|
|
1096
|
-
--icon-content-appstore-fill: "\e8cc";
|
|
1097
1097
|
|
|
1098
1098
|
|
|
1099
|
+
--icon-content-container-fill: "\e8ea";
|
|
1099
1100
|
|
|
1100
|
-
--icon-content-border-bottom: "\e7bf";
|
|
1101
1101
|
|
|
1102
1102
|
|
|
1103
|
+
--icon-content-file-exception: "\e7dd";
|
|
1103
1104
|
|
|
1104
|
-
--icon-content-file-GIF: "\e9ce";
|
|
1105
1105
|
|
|
1106
1106
|
|
|
1107
|
+
--icon-content-database-fill: "\e8e9";
|
|
1107
1108
|
|
|
1108
|
-
--icon-content-layout-fill: "\e8cb";
|
|
1109
1109
|
|
|
1110
1110
|
|
|
1111
|
+
--icon-content-reconciliation: "\e7dc";
|
|
1111
1112
|
|
|
1112
|
-
--icon-content-border-top: "\e7be";
|
|
1113
1113
|
|
|
1114
1114
|
|
|
1115
|
+
--icon-content-folder-open-fill: "\e8e8";
|
|
1115
1116
|
|
|
1116
|
-
--icon-content-folder-view: "\e9cd";
|
|
1117
1117
|
|
|
1118
1118
|
|
|
1119
|
+
--icon-content-filedone: "\e7db";
|
|
1119
1120
|
|
|
1120
|
-
--icon-content-control-fill: "\e8ca";
|
|
1121
1121
|
|
|
1122
1122
|
|
|
1123
|
+
--icon-content-folder-fill: "\e8e7";
|
|
1123
1124
|
|
|
1124
|
-
--icon-content-border-outer: "\e7bd";
|
|
1125
1125
|
|
|
1126
1126
|
|
|
1127
|
+
--icon-content-book: "\e7da";
|
|
1127
1128
|
|
|
1128
|
-
--icon-content-expend: "\e9cc";
|
|
1129
1129
|
|
|
1130
1130
|
|
|
1131
|
+
--icon-content-folder-add-fill: "\e8e6";
|
|
1131
1132
|
|
|
1132
|
-
--icon-content-wallet-fill: "\e8c9";
|
|
1133
1133
|
|
|
1134
1134
|
|
|
1135
|
+
--icon-content-redenvelope: "\e7d9";
|
|
1135
1136
|
|
|
1136
|
-
--icon-content-border: "\e7bc";
|
|
1137
1137
|
|
|
1138
1138
|
|
|
1139
|
+
--icon-content-reconciliation-fill: "\e8e5";
|
|
1139
1140
|
|
|
1140
|
-
--icon-content-compress: "\e9cb";
|
|
1141
1141
|
|
|
1142
1142
|
|
|
1143
|
+
--icon-content-tablet: "\e7d8";
|
|
1143
1144
|
|
|
1144
|
-
--icon-content-save-fill: "\e8c8";
|
|
1145
1145
|
|
|
1146
1146
|
|
|
1147
|
+
--icon-content-batchfolding-fill: "\e8e4";
|
|
1147
1148
|
|
|
1148
|
-
--icon-content-check-square: "\e7bb";
|
|
1149
1149
|
|
|
1150
1150
|
|
|
1151
|
+
--icon-content-mobile: "\e7d7";
|
|
1151
1152
|
|
|
1152
|
-
--icon-content-aim: "\e9ca";
|
|
1153
1153
|
|
|
1154
1154
|
|
|
1155
|
+
--icon-content-snippets-fill: "\e8e3";
|
|
1155
1156
|
|
|
1156
|
-
--icon-content-detail-fill: "\e8c7";
|
|
1157
1157
|
|
|
1158
1158
|
|
|
1159
|
+
--icon-content-sever: "\e7d6";
|
|
1159
1160
|
|
|
1160
|
-
--icon-content-interation: "\e7ba";
|
|
1161
1161
|
|
|
1162
1162
|
|
|
1163
|
+
--icon-content-file-copy-fill: "\e8e2";
|
|
1163
1164
|
|
|
1164
|
-
--icon-content-icon-test: "\e9c9";
|
|
1165
1165
|
|
|
1166
1166
|
|
|
1167
|
+
--icon-content-database: "\e7d5";
|
|
1167
1168
|
|
|
1168
|
-
--icon-content-project-fill: "\e8c6";
|
|
1169
1169
|
|
|
1170
1170
|
|
|
1171
|
+
--icon-content-diff-fill: "\e8e1";
|
|
1171
1172
|
|
|
1172
|
-
--icon-content-calculator: "\e7b9";
|
|
1173
1173
|
|
|
1174
1174
|
|
|
1175
|
+
--icon-content-container: "\e7d4";
|
|
1175
1176
|
|
|
1176
|
-
--icon-content-Console-SQL: "\e9c8";
|
|
1177
1177
|
|
|
1178
1178
|
|
|
1179
|
+
--icon-content-file-image-fill: "\e8e0";
|
|
1179
1180
|
|
|
1180
|
-
--icon-content-interation-fill: "\e8c5";
|
|
1181
1181
|
|
|
1182
1182
|
|
|
1183
|
+
--icon-content-pointmap: "\e7d3";
|
|
1183
1184
|
|
|
1184
|
-
--icon-content-up-square: "\e7b8";
|
|
1185
1185
|
|
|
1186
1186
|
|
|
1187
|
+
--icon-content-file-pdf-fill: "\e8df";
|
|
1187
1188
|
|
|
1188
|
-
--icon-content-Field-Binary: "\e9c7";
|
|
1189
1189
|
|
|
1190
1190
|
|
|
1191
|
+
--icon-content-barchart: "\e7d2";
|
|
1191
1192
|
|
|
1192
|
-
--icon-content-calculator-fill: "\e8c4";
|
|
1193
1193
|
|
|
1194
1194
|
|
|
1195
|
+
--icon-content-file-zip-fill: "\e8de";
|
|
1195
1196
|
|
|
1196
|
-
--icon-content-wallet: "\e7b7";
|
|
1197
1197
|
|
|
1198
1198
|
|
|
1199
|
+
--icon-content-linechart: "\e7d1";
|
|
1199
1200
|
|
|
1200
|
-
--icon-content-Storedprocedure: "\e9c6";
|
|
1201
1201
|
|
|
1202
1202
|
|
|
1203
|
+
--icon-content-file-word-fill: "\e8dd";
|
|
1203
1204
|
|
|
1204
|
-
--icon-content-calendar-fill: "\e8c3";
|
|
1205
1205
|
|
|
1206
1206
|
|
|
1207
|
+
--icon-content-areachart: "\e7d0";
|
|
1207
1208
|
|
|
1208
|
-
--icon-content-project: "\e7b6";
|
|
1209
1209
|
|
|
1210
1210
|
|
|
1211
|
+
--icon-content-file-unknown-fill: "\e8dc";
|
|
1211
1212
|
|
|
1212
|
-
--icon-content-index: "\e9c5";
|
|
1213
1213
|
|
|
1214
1214
|
|
|
1215
|
+
--icon-content-team: "\e7cf";
|
|
1215
1216
|
|
|
1216
|
-
--icon-content-carryout-fill: "\e8c2";
|
|
1217
1217
|
|
|
1218
1218
|
|
|
1219
|
+
--icon-content-file-ppt-fill: "\e8db";
|
|
1219
1220
|
|
|
1220
|
-
--icon-content-right-square: "\e7b5";
|
|
1221
1221
|
|
|
1222
1222
|
|
|
1223
|
+
--icon-content-user: "\e7ce";
|
|
1223
1224
|
|
|
1224
|
-
--icon-content-Partition: "\e9c4";
|
|
1225
1225
|
|
|
1226
1226
|
|
|
1227
|
+
--icon-content-file-text-fill: "\e8da";
|
|
1227
1228
|
|
|
1228
|
-
--icon-content-accountbook-fill: "\e8c1";
|
|
1229
1229
|
|
|
1230
1230
|
|
|
1231
|
+
--icon-content-addteam: "\e7cd";
|
|
1231
1232
|
|
|
1232
|
-
--icon-content-plus-square: "\e7b4";
|
|
1233
1233
|
|
|
1234
1234
|
|
|
1235
|
+
--icon-content-file-markdown-fill: "\e8d9";
|
|
1235
1236
|
|
|
1236
|
-
--icon-content-GIF: "\e9c3";
|
|
1237
1237
|
|
|
1238
1238
|
|
|
1239
|
+
--icon-content-deleteuser: "\e7cc";
|
|
1239
1240
|
|
|
1240
|
-
--icon-content-plus-square-fill: "\e8c0";
|
|
1241
1241
|
|
|
1242
1242
|
|
|
1243
|
+
--icon-content-file-excel-fill: "\e8d8";
|
|
1243
1244
|
|
|
1244
|
-
--icon-content-minus-square: "\e7b3";
|
|
1245
1245
|
|
|
1246
1246
|
|
|
1247
|
+
--icon-content-deleteteam: "\e7cb";
|
|
1247
1248
|
|
|
1248
|
-
--icon-content-Field-time: "\e9c2";
|
|
1249
1249
|
|
|
1250
1250
|
|
|
1251
|
+
--icon-content-file-fill: "\e8d7";
|
|
1251
1252
|
|
|
1252
|
-
--icon-content-right-square-fill: "\e8bf";
|
|
1253
1253
|
|
|
1254
1254
|
|
|
1255
|
+
--icon-content-adduser: "\e7ca";
|
|
1255
1256
|
|
|
1256
|
-
--icon-content-codelibrary: "\e7b1";
|
|
1257
1257
|
|
|
1258
1258
|
|
|
1259
|
+
--icon-content-file-add-fill: "\e8d6";
|
|
1259
1260
|
|
|
1260
|
-
--icon-content-Function: "\e9c1";
|
|
1261
1261
|
|
|
1262
1262
|
|
|
1263
|
+
--icon-content-radius-setting: "\e7c9";
|
|
1263
1264
|
|
|
1264
|
-
--icon-content-up-square-fill: "\e8be";
|
|
1265
1265
|
|
|
1266
1266
|
|
|
1267
|
+
--icon-content-file-exclamation-fil: "\e8d5";
|
|
1267
1268
|
|
|
1268
|
-
--icon-content-control: "\e7b0";
|
|
1269
1269
|
|
|
1270
1270
|
|
|
1271
|
+
--icon-content-radius-upright: "\e7c8";
|
|
1271
1272
|
|
|
1272
|
-
--icon-content-Field-String: "\e9c0";
|
|
1273
1273
|
|
|
1274
1274
|
|
|
1275
|
+
--icon-content-securityscan-fill: "\e8d4";
|
|
1275
1276
|
|
|
1276
|
-
--icon-content-play-square-fill: "\e8bd";
|
|
1277
1277
|
|
|
1278
1278
|
|
|
1279
|
+
--icon-content-radius-upleft: "\e7c7";
|
|
1279
1280
|
|
|
1280
|
-
--icon-content-play-square: "\e7af";
|
|
1281
1281
|
|
|
1282
1282
|
|
|
1283
|
+
--icon-content-insurance-fill: "\e8d3";
|
|
1283
1284
|
|
|
1284
|
-
--icon-content-Field-number: "\e9bf";
|
|
1285
1285
|
|
|
1286
1286
|
|
|
1287
|
+
--icon-content-radius-bottomright: "\e7c6";
|
|
1287
1288
|
|
|
1288
|
-
--icon-content-left-square-fill: "\e8bc";
|
|
1289
1289
|
|
|
1290
1290
|
|
|
1291
|
+
--icon-content-propertysafety-fill: "\e8d2";
|
|
1291
1292
|
|
|
1292
|
-
--icon-content-left-square: "\e7ae";
|
|
1293
1293
|
|
|
1294
1294
|
|
|
1295
|
+
--icon-content-radius-bottomleft: "\e7c5";
|
|
1295
1296
|
|
|
1296
|
-
--icon-content-sisternode: "\e9be";
|
|
1297
1297
|
|
|
1298
1298
|
|
|
1299
|
+
--icon-content-ungroup: "\e9d4";
|
|
1299
1300
|
|
|
1300
|
-
--icon-content-codelibrary-fill: "\e8bb";
|
|
1301
1301
|
|
|
1302
1302
|
|
|
1303
|
+
--icon-content-safetycertificate-f: "\e8d1";
|
|
1303
1304
|
|
|
1304
|
-
--icon-content-layout: "\e7ad";
|
|
1305
1305
|
|
|
1306
1306
|
|
|
1307
|
+
--icon-content-border-horizontal: "\e7c4";
|
|
1307
1308
|
|
|
1308
|
-
--icon-content-deleterow: "\e9bd";
|
|
1309
1309
|
|
|
1310
1310
|
|
|
1311
|
+
--icon-content-shortcut: "\e9d3";
|
|
1311
1312
|
|
|
1312
|
-
--icon-content-close-square-fill: "\e8ba";
|
|
1313
1313
|
|
|
1314
1314
|
|
|
1315
|
+
--icon-content-redenvelope-fill: "\e8d0";
|
|
1315
1316
|
|
|
1316
|
-
--icon-content-down-square: "\e7ac";
|
|
1317
1317
|
|
|
1318
1318
|
|
|
1319
|
+
--icon-content-border-verticle: "\e7c3";
|
|
1319
1320
|
|
|
1320
|
-
--icon-content-translate: "\e9bc";
|
|
1321
1321
|
|
|
1322
1322
|
|
|
1323
|
+
--icon-content-View: "\e9d2";
|
|
1323
1324
|
|
|
1324
|
-
--icon-content-minus-square-fill: "\e8b9";
|
|
1325
1325
|
|
|
1326
1326
|
|
|
1327
|
+
--icon-content-book-fill: "\e8cf";
|
|
1327
1328
|
|
|
1328
|
-
--icon-content-close-square: "\e7ab";
|
|
1329
1329
|
|
|
1330
1330
|
|
|
1331
|
+
--icon-content-border-inner: "\e7c2";
|
|
1331
1332
|
|
|
1332
|
-
--icon-content-insertrowleft: "\e9bb";
|
|
1333
1333
|
|
|
1334
1334
|
|
|
1335
|
+
--icon-content-Report: "\e9d1";
|
|
1335
1336
|
|
|
1336
|
-
--icon-content-down-square-fill: "\e8b8";
|
|
1337
1337
|
|
|
1338
1338
|
|
|
1339
|
+
--icon-content-tablet-fill: "\e8ce";
|
|
1339
1340
|
|
|
1340
|
-
--icon-content-appstore: "\e7aa";
|
|
1341
1341
|
|
|
1342
1342
|
|
|
1343
|
+
--icon-content-border-right: "\e7c1";
|
|
1343
1344
|
|
|
1344
|
-
--icon-content-formatpainter-fill: "\e9ba";
|
|
1345
1345
|
|
|
1346
1346
|
|
|
1347
|
+
--icon-content-send: "\e9d0";
|
|
1347
1348
|
|
|
1348
|
-
--icon-content-check-square-fill: "\e8b7";
|
|
1349
1349
|
|
|
1350
1350
|
|
|
1351
|
+
--icon-content-mobile-fill: "\e8cd";
|
|
1351
1352
|
|
|
1352
|
-
--icon-content-Import: "\e7a9";
|
|
1353
1353
|
|
|
1354
1354
|
|
|
1355
|
+
--icon-content-border-left: "\e7c0";
|
|
1355
1356
|
|
|
1356
|
-
--icon-content-insertrowright: "\e9b9";
|
|
1357
1357
|
|
|
1358
1358
|
|
|
1359
|
+
--icon-content-group: "\e9cf";
|
|
1359
1360
|
|
|
1360
|
-
--icon-content-message-fill: "\e8b6";
|
|
1361
1361
|
|
|
1362
1362
|
|
|
1363
|
+
--icon-content-appstore-fill: "\e8cc";
|
|
1363
1364
|
|
|
1364
|
-
--icon-content-save: "\e7a8";
|
|
1365
1365
|
|
|
1366
1366
|
|
|
1367
|
+
--icon-content-border-bottom: "\e7bf";
|
|
1367
1368
|
|
|
1368
|
-
--icon-content-formatpainter: "\e9b8";
|
|
1369
1369
|
|
|
1370
1370
|
|
|
1371
|
+
--icon-content-file-GIF: "\e9ce";
|
|
1371
1372
|
|
|
1372
|
-
--icon-content-dashboard-fill: "\e8b5";
|
|
1373
1373
|
|
|
1374
1374
|
|
|
1375
|
+
--icon-content-layout-fill: "\e8cb";
|
|
1375
1376
|
|
|
1376
|
-
--icon-content-export: "\e7a7";
|
|
1377
1377
|
|
|
1378
1378
|
|
|
1379
|
+
--icon-content-border-top: "\e7be";
|
|
1379
1380
|
|
|
1380
|
-
--icon-content-solit-cells: "\e9b7";
|
|
1381
1381
|
|
|
1382
1382
|
|
|
1383
|
+
--icon-content-folder-view: "\e9cd";
|
|
1383
1384
|
|
|
1384
|
-
--icon-content-piechart-circle-fil: "\e8b4";
|
|
1385
1385
|
|
|
1386
1386
|
|
|
1387
|
+
--icon-content-control-fill: "\e8ca";
|
|
1387
1388
|
|
|
1388
|
-
--icon-content-edit-square: "\e7a6";
|
|
1389
1389
|
|
|
1390
1390
|
|
|
1391
|
+
--icon-content-border-outer: "\e7bd";
|
|
1391
1392
|
|
|
1392
|
-
--icon-content-table1: "\e9b6";
|
|
1393
1393
|
|
|
1394
1394
|
|
|
1395
|
+
--icon-content-expend: "\e9cc";
|
|
1395
1396
|
|
|
1396
|
-
--icon-content-heart-fill: "\e8b3";
|
|
1397
1397
|
|
|
1398
1398
|
|
|
1399
|
+
--icon-content-wallet-fill: "\e8c9";
|
|
1399
1400
|
|
|
1400
|
-
--icon-content-location: "\e7a5";
|
|
1401
1401
|
|
|
1402
1402
|
|
|
1403
|
+
--icon-content-border: "\e7bc";
|
|
1403
1404
|
|
|
1404
|
-
--icon-content-insertrowabove: "\e9b5";
|
|
1405
1405
|
|
|
1406
1406
|
|
|
1407
|
+
--icon-content-compress: "\e9cb";
|
|
1407
1408
|
|
|
1408
|
-
--icon-content-YUAN-circle-fill: "\e8b2";
|
|
1409
1409
|
|
|
1410
1410
|
|
|
1411
|
+
--icon-content-save-fill: "\e8c8";
|
|
1411
1412
|
|
|
1412
|
-
--icon-content-setting: "\e7a3";
|
|
1413
1413
|
|
|
1414
1414
|
|
|
1415
|
+
--icon-content-check-square: "\e7bb";
|
|
1415
1416
|
|
|
1416
|
-
--icon-content-insertrowbelow: "\e9b4";
|
|
1417
1417
|
|
|
1418
1418
|
|
|
1419
|
+
--icon-content-aim: "\e9ca";
|
|
1419
1420
|
|
|
1420
|
-
--icon-content-trademark-circle-fil: "\e8b1";
|
|
1421
1421
|
|
|
1422
1422
|
|
|
1423
|
+
--icon-content-detail-fill: "\e8c7";
|
|
1423
1424
|
|
|
1424
|
-
--icon-content-piechart: "\e7a2";
|
|
1425
1425
|
|
|
1426
1426
|
|
|
1427
|
+
--icon-content-interation: "\e7ba";
|
|
1427
1428
|
|
|
1428
|
-
--icon-content-rotate-right: "\e9b3";
|
|
1429
1429
|
|
|
1430
1430
|
|
|
1431
|
+
--icon-content-icon-test: "\e9c9";
|
|
1431
1432
|
|
|
1432
|
-
--icon-content-time-circle-fill: "\e8b0";
|
|
1433
1433
|
|
|
1434
1434
|
|
|
1435
|
+
--icon-content-project-fill: "\e8c6";
|
|
1435
1436
|
|
|
1436
|
-
--icon-content-logout: "\e7a1";
|
|
1437
1437
|
|
|
1438
1438
|
|
|
1439
|
+
--icon-content-calculator: "\e7b9";
|
|
1439
1440
|
|
|
1440
|
-
--icon-content-rotate-left: "\e9b2";
|
|
1441
1441
|
|
|
1442
1442
|
|
|
1443
|
+
--icon-content-Console-SQL: "\e9c8";
|
|
1443
1444
|
|
|
1444
|
-
--icon-content-warning-circle-fill: "\e8af";
|
|
1445
1445
|
|
|
1446
1446
|
|
|
1447
|
+
--icon-content-interation-fill: "\e8c5";
|
|
1447
1448
|
|
|
1448
|
-
--icon-content-poweroff: "\e7a0";
|
|
1449
1449
|
|
|
1450
1450
|
|
|
1451
|
+
--icon-content-up-square: "\e7b8";
|
|
1451
1452
|
|
|
1452
|
-
--icon-content-subnode: "\e9b1";
|
|
1453
1453
|
|
|
1454
1454
|
|
|
1455
|
+
--icon-content-Field-Binary: "\e9c7";
|
|
1455
1456
|
|
|
1456
|
-
--icon-content-stop-fill: "\e8ae";
|
|
1457
1457
|
|
|
1458
1458
|
|
|
1459
|
+
--icon-content-calculator-fill: "\e8c4";
|
|
1459
1460
|
|
|
1460
|
-
--icon-content-issuesclose: "\e79f";
|
|
1461
1461
|
|
|
1462
1462
|
|
|
1463
|
+
--icon-content-wallet: "\e7b7";
|
|
1463
1464
|
|
|
1464
|
-
--icon-content-merge-cells: "\e9b0";
|
|
1465
1465
|
|
|
1466
1466
|
|
|
1467
|
+
--icon-content-Storedprocedure: "\e9c6";
|
|
1467
1468
|
|
|
1468
|
-
--icon-content-smile-fill: "\e8ad";
|
|
1469
1469
|
|
|
1470
1470
|
|
|
1471
|
+
--icon-content-calendar-fill: "\e8c3";
|
|
1471
1472
|
|
|
1472
|
-
--icon-content-message: "\e79d";
|
|
1473
1473
|
|
|
1474
1474
|
|
|
1475
|
+
--icon-content-project: "\e7b6";
|
|
1475
1476
|
|
|
1476
|
-
--icon-content-deletecolumn: "\e9af";
|
|
1477
1477
|
|
|
1478
1478
|
|
|
1479
|
+
--icon-content-index: "\e9c5";
|
|
1479
1480
|
|
|
1480
|
-
--icon-content-Pound-circle-fill: "\e8ac";
|
|
1481
1481
|
|
|
1482
1482
|
|
|
1483
|
+
--icon-content-carryout-fill: "\e8c2";
|
|
1483
1484
|
|
|
1484
|
-
--icon-content-reloadtime: "\e79c";
|
|
1485
1485
|
|
|
1486
1486
|
|
|
1487
|
+
--icon-content-right-square: "\e7b5";
|
|
1487
1488
|
|
|
1488
|
-
--icon-content-expand: "\e9ae";
|
|
1489
1489
|
|
|
1490
1490
|
|
|
1491
|
+
--icon-content-Partition: "\e9c4";
|
|
1491
1492
|
|
|
1492
|
-
--icon-content-play-circle-fill: "\e8ab";
|
|
1493
1493
|
|
|
1494
1494
|
|
|
1495
|
+
--icon-content-accountbook-fill: "\e8c1";
|
|
1495
1496
|
|
|
1496
|
-
--icon-content-reload: "\e79b";
|
|
1497
1497
|
|
|
1498
1498
|
|
|
1499
|
+
--icon-content-plus-square: "\e7b4";
|
|
1499
1500
|
|
|
1500
|
-
--icon-content-collapse: "\e9ad";
|
|
1501
1501
|
|
|
1502
1502
|
|
|
1503
|
+
--icon-content-GIF: "\e9c3";
|
|
1503
1504
|
|
|
1504
|
-
--icon-content-meh-fill: "\e8aa";
|
|
1505
1505
|
|
|
1506
1506
|
|
|
1507
|
+
--icon-content-plus-square-fill: "\e8c0";
|
|
1507
1508
|
|
|
1508
|
-
--icon-content-redo: "\e79a";
|
|
1509
1509
|
|
|
1510
1510
|
|
|
1511
|
+
--icon-content-minus-square: "\e7b3";
|
|
1511
1512
|
|
|
1512
|
-
--icon-content-clear: "\e9ac";
|
|
1513
1513
|
|
|
1514
1514
|
|
|
1515
|
+
--icon-content-Field-time: "\e9c2";
|
|
1515
1516
|
|
|
1516
|
-
--icon-content-poweroff-circle-fill: "\e8a9";
|
|
1517
1517
|
|
|
1518
1518
|
|
|
1519
|
+
--icon-content-right-square-fill: "\e8bf";
|
|
1519
1520
|
|
|
1520
|
-
--icon-content-undo: "\e799";
|
|
1521
1521
|
|
|
1522
1522
|
|
|
1523
|
+
--icon-content-codelibrary: "\e7b1";
|
|
1523
1524
|
|
|
1524
|
-
--icon-content-eyeclose-fill: "\e9aa";
|
|
1525
1525
|
|
|
1526
1526
|
|
|
1527
|
+
--icon-content-Function: "\e9c1";
|
|
1527
1528
|
|
|
1528
|
-
--icon-content-Dollar-circle-fill: "\e8a8";
|
|
1529
1529
|
|
|
1530
1530
|
|
|
1531
|
+
--icon-content-up-square-fill: "\e8be";
|
|
1531
1532
|
|
|
1532
|
-
--icon-content-transaction: "\e798";
|
|
1533
1533
|
|
|
1534
1534
|
|
|
1535
|
+
--icon-content-control: "\e7b0";
|
|
1535
1536
|
|
|
1536
|
-
--icon-content-plus: "\e9a9";
|
|
1537
1537
|
|
|
1538
1538
|
|
|
1539
|
+
--icon-content-Field-String: "\e9c0";
|
|
1539
1540
|
|
|
1540
|
-
--icon-content-compass-fill: "\e8a7";
|
|
1541
1541
|
|
|
1542
1542
|
|
|
1543
|
+
--icon-content-play-square-fill: "\e8bd";
|
|
1543
1544
|
|
|
1544
|
-
--icon-content-sync: "\e797";
|
|
1545
1545
|
|
|
1546
1546
|
|
|
1547
|
+
--icon-content-play-square: "\e7af";
|
|
1547
1548
|
|
|
1548
|
-
--icon-content-woman: "\e9a8";
|
|
1549
1549
|
|
|
1550
1550
|
|
|
1551
|
+
--icon-content-Field-number: "\e9bf";
|
|
1551
1552
|
|
|
1552
|
-
--icon-content-CI-circle-fill: "\e8a6";
|
|
1553
1553
|
|
|
1554
1554
|
|
|
1555
|
+
--icon-content-left-square-fill: "\e8bc";
|
|
1555
1556
|
|
|
1556
|
-
--icon-content-warning-circle: "\e796";
|
|
1557
1557
|
|
|
1558
1558
|
|
|
1559
|
+
--icon-content-left-square: "\e7ae";
|
|
1559
1560
|
|
|
1560
|
-
--icon-content-swap-left: "\e9a7";
|
|
1561
1561
|
|
|
1562
1562
|
|
|
1563
|
+
--icon-content-sisternode: "\e9be";
|
|
1563
1564
|
|
|
1564
|
-
--icon-content-copyright-circle-fil: "\e8a5";
|
|
1565
1565
|
|
|
1566
1566
|
|
|
1567
|
+
--icon-content-codelibrary-fill: "\e8bb";
|
|
1567
1568
|
|
|
1568
|
-
--icon-content-up-circle: "\e795";
|
|
1569
1569
|
|
|
1570
1570
|
|
|
1571
|
+
--icon-content-layout: "\e7ad";
|
|
1571
1572
|
|
|
1572
|
-
--icon-content-swap-right: "\e9a6";
|
|
1573
1573
|
|
|
1574
1574
|
|
|
1575
|
+
--icon-content-deleterow: "\e9bd";
|
|
1575
1576
|
|
|
1576
|
-
--icon-content-frown-fill: "\e8a4";
|
|
1577
1577
|
|
|
1578
1578
|
|
|
1579
|
+
--icon-content-close-square-fill: "\e8ba";
|
|
1579
1580
|
|
|
1580
|
-
--icon-content-YUAN: "\e794";
|
|
1581
1581
|
|
|
1582
1582
|
|
|
1583
|
+
--icon-content-down-square: "\e7ac";
|
|
1583
1584
|
|
|
1584
|
-
--icon-content-step-forward: "\e9a5";
|
|
1585
1585
|
|
|
1586
1586
|
|
|
1587
|
+
--icon-content-translate: "\e9bc";
|
|
1587
1588
|
|
|
1588
|
-
--icon-content-EURO-circle-fill: "\e8a3";
|
|
1589
1589
|
|
|
1590
1590
|
|
|
1591
|
+
--icon-content-minus-square-fill: "\e8b9";
|
|
1591
1592
|
|
|
1592
|
-
--icon-content-earth: "\e793";
|
|
1593
1593
|
|
|
1594
1594
|
|
|
1595
|
+
--icon-content-close-square: "\e7ab";
|
|
1595
1596
|
|
|
1596
|
-
--icon-content-step-backward: "\e9a4";
|
|
1597
1597
|
|
|
1598
1598
|
|
|
1599
|
+
--icon-content-insertrowleft: "\e9bb";
|
|
1599
1600
|
|
|
1600
|
-
--icon-content-question-circle-fill: "\e8a2";
|
|
1601
1601
|
|
|
1602
1602
|
|
|
1603
|
+
--icon-content-down-square-fill: "\e8b8";
|
|
1603
1604
|
|
|
1604
|
-
--icon-content-timeout: "\e792";
|
|
1605
1605
|
|
|
1606
1606
|
|
|
1607
|
+
--icon-content-appstore: "\e7aa";
|
|
1607
1608
|
|
|
1608
|
-
--icon-content-login: "\e9a3";
|
|
1609
1609
|
|
|
1610
1610
|
|
|
1611
|
+
--icon-content-formatpainter-fill: "\e9ba";
|
|
1611
1612
|
|
|
1612
|
-
--icon-content-plus-circle-fill: "\e8a1";
|
|
1613
1613
|
|
|
1614
1614
|
|
|
1615
|
+
--icon-content-check-square-fill: "\e8b7";
|
|
1615
1616
|
|
|
1616
|
-
--icon-content-time-circle: "\e791";
|
|
1617
1617
|
|
|
1618
1618
|
|
|
1619
|
+
--icon-content-Import: "\e7a9";
|
|
1619
1620
|
|
|
1620
|
-
--icon-content-retweet: "\e9a2";
|
|
1621
1621
|
|
|
1622
1622
|
|
|
1623
|
+
--icon-content-insertrowright: "\e9b9";
|
|
1623
1624
|
|
|
1624
|
-
--icon-content-right-circle-fill: "\e8a0";
|
|
1625
1625
|
|
|
1626
1626
|
|
|
1627
|
+
--icon-content-message-fill: "\e8b6";
|
|
1627
1628
|
|
|
1628
|
-
--icon-content-trademark: "\e790";
|
|
1629
1629
|
|
|
1630
1630
|
|
|
1631
|
+
--icon-content-save: "\e7a8";
|
|
1631
1632
|
|
|
1632
|
-
--icon-content-fast-forward: "\e9a0";
|
|
1633
1633
|
|
|
1634
1634
|
|
|
1635
|
+
--icon-content-formatpainter: "\e9b8";
|
|
1635
1636
|
|
|
1636
|
-
--icon-content-up-circle-fill: "\e89f";
|
|
1637
1637
|
|
|
1638
1638
|
|
|
1639
|
+
--icon-content-dashboard-fill: "\e8b5";
|
|
1639
1640
|
|
|
1640
|
-
--icon-content-right-circle: "\e78e";
|
|
1641
1641
|
|
|
1642
1642
|
|
|
1643
|
+
--icon-content-export: "\e7a7";
|
|
1643
1644
|
|
|
1644
|
-
--icon-content-forward: "\e99f";
|
|
1645
1645
|
|
|
1646
1646
|
|
|
1647
|
+
--icon-content-solit-cells: "\e9b7";
|
|
1647
1648
|
|
|
1648
|
-
--icon-content-info-circle-fill: "\e89e";
|
|
1649
1649
|
|
|
1650
1650
|
|
|
1651
|
+
--icon-content-piechart-circle-fil: "\e8b4";
|
|
1651
1652
|
|
|
1652
|
-
--icon-content-Pound: "\e78d";
|
|
1653
1653
|
|
|
1654
1654
|
|
|
1655
|
+
--icon-content-edit-square: "\e7a6";
|
|
1655
1656
|
|
|
1656
|
-
--icon-content-fast-backward: "\e99e";
|
|
1657
1657
|
|
|
1658
1658
|
|
|
1659
|
+
--icon-content-table1: "\e9b6";
|
|
1659
1660
|
|
|
1660
|
-
--icon-content-close-circle-fill: "\e89d";
|
|
1661
1661
|
|
|
1662
1662
|
|
|
1663
|
+
--icon-content-heart-fill: "\e8b3";
|
|
1663
1664
|
|
|
1664
|
-
--icon-content-question-circle: "\e78c";
|
|
1665
1665
|
|
|
1666
1666
|
|
|
1667
|
+
--icon-content-location: "\e7a5";
|
|
1667
1668
|
|
|
1668
|
-
--icon-content-caret-left: "\e99d";
|
|
1669
1669
|
|
|
1670
1670
|
|
|
1671
|
+
--icon-content-insertrowabove: "\e9b5";
|
|
1671
1672
|
|
|
1672
|
-
--icon-content-minus-circle-fill: "\e89c";
|
|
1673
1673
|
|
|
1674
1674
|
|
|
1675
|
+
--icon-content-YUAN-circle-fill: "\e8b2";
|
|
1675
1676
|
|
|
1676
|
-
--icon-content-play-circle: "\e78b";
|
|
1677
1677
|
|
|
1678
1678
|
|
|
1679
|
+
--icon-content-setting: "\e7a3";
|
|
1679
1680
|
|
|
1680
|
-
--icon-content-caret-right: "\e99c";
|
|
1681
1681
|
|
|
1682
1682
|
|
|
1683
|
+
--icon-content-insertrowbelow: "\e9b4";
|
|
1683
1684
|
|
|
1684
|
-
--icon-content-down-circle-fill: "\e89b";
|
|
1685
1685
|
|
|
1686
1686
|
|
|
1687
|
+
--icon-content-trademark-circle-fil: "\e8b1";
|
|
1687
1688
|
|
|
1688
|
-
--icon-content-plus-circle: "\e78a";
|
|
1689
1689
|
|
|
1690
1690
|
|
|
1691
|
+
--icon-content-piechart: "\e7a2";
|
|
1691
1692
|
|
|
1692
|
-
--icon-content-caret-up: "\e99b";
|
|
1693
1693
|
|
|
1694
1694
|
|
|
1695
|
+
--icon-content-rotate-right: "\e9b3";
|
|
1695
1696
|
|
|
1696
|
-
--icon-content-left-circle-fill: "\e89a";
|
|
1697
1697
|
|
|
1698
1698
|
|
|
1699
|
+
--icon-content-time-circle-fill: "\e8b0";
|
|
1699
1700
|
|
|
1700
|
-
--icon-content-meh: "\e789";
|
|
1701
1701
|
|
|
1702
1702
|
|
|
1703
|
+
--icon-content-logout: "\e7a1";
|
|
1703
1704
|
|
|
1704
|
-
--icon-content-backward: "\e99a";
|
|
1705
1705
|
|
|
1706
1706
|
|
|
1707
|
+
--icon-content-rotate-left: "\e9b2";
|
|
1707
1708
|
|
|
1708
|
-
--icon-content-check-circle-fill: "\e899";
|
|
1709
1709
|
|
|
1710
1710
|
|
|
1711
|
+
--icon-content-warning-circle-fill: "\e8af";
|
|
1711
1712
|
|
|
1712
|
-
--icon-content-minus-circle: "\e788";
|
|
1713
1713
|
|
|
1714
1714
|
|
|
1715
|
+
--icon-content-poweroff: "\e7a0";
|
|
1715
1716
|
|
|
1716
|
-
--icon-content-caret-down: "\e999";
|
|
1717
1717
|
|
|
1718
1718
|
|
|
1719
|
+
--icon-content-subnode: "\e9b1";
|
|
1719
1720
|
|
|
1720
|
-
--icon-content-thunderbolt: "\e898";
|
|
1721
1721
|
|
|
1722
1722
|
|
|
1723
|
+
--icon-content-stop-fill: "\e8ae";
|
|
1723
1724
|
|
|
1724
|
-
--icon-content-copyright: "\e787";
|
|
1725
1725
|
|
|
1726
1726
|
|
|
1727
|
+
--icon-content-issuesclose: "\e79f";
|
|
1727
1728
|
|
|
1728
|
-
--icon-content-appstoreadd: "\e998";
|
|
1729
1729
|
|
|
1730
1730
|
|
|
1731
|
+
--icon-content-merge-cells: "\e9b0";
|
|
1731
1732
|
|
|
1732
|
-
--icon-content-fire: "\e897";
|
|
1733
1733
|
|
|
1734
1734
|
|
|
1735
|
+
--icon-content-smile-fill: "\e8ad";
|
|
1735
1736
|
|
|
1736
|
-
--icon-content-EURO: "\e786";
|
|
1737
1737
|
|
|
1738
1738
|
|
|
1739
|
+
--icon-content-message: "\e79d";
|
|
1739
1740
|
|
|
1740
|
-
--icon-content-whatsapp: "\e997";
|
|
1741
1741
|
|
|
1742
1742
|
|
|
1743
|
+
--icon-content-deletecolumn: "\e9af";
|
|
1743
1744
|
|
|
1744
|
-
--icon-content-stop: "\e896";
|
|
1745
1745
|
|
|
1746
1746
|
|
|
1747
|
+
--icon-content-Pound-circle-fill: "\e8ac";
|
|
1747
1748
|
|
|
1748
|
-
--icon-content-down-circle: "\e785";
|
|
1749
1749
|
|
|
1750
1750
|
|
|
1751
|
+
--icon-content-reloadtime: "\e79c";
|
|
1751
1752
|
|
|
1752
|
-
--icon-content-switchuser: "\e996";
|
|
1753
1753
|
|
|
1754
1754
|
|
|
1755
|
+
--icon-content-expand: "\e9ae";
|
|
1755
1756
|
|
|
1756
|
-
--icon-content-gift: "\e895";
|
|
1757
1757
|
|
|
1758
1758
|
|
|
1759
|
+
--icon-content-play-circle-fill: "\e8ab";
|
|
1759
1760
|
|
|
1760
|
-
--icon-content-left-circle: "\e784";
|
|
1761
1761
|
|
|
1762
1762
|
|
|
1763
|
+
--icon-content-reload: "\e79b";
|
|
1763
1764
|
|
|
1764
|
-
--icon-content-videocameraadd: "\e995";
|
|
1765
1765
|
|
|
1766
1766
|
|
|
1767
|
+
--icon-content-collapse: "\e9ad";
|
|
1767
1768
|
|
|
1768
|
-
--icon-content-desktop: "\e894";
|
|
1769
1769
|
|
|
1770
1770
|
|
|
1771
|
+
--icon-content-meh-fill: "\e8aa";
|
|
1771
1772
|
|
|
1772
|
-
--icon-content-info-circle: "\e783";
|
|
1773
1773
|
|
|
1774
1774
|
|
|
1775
|
+
--icon-content-redo: "\e79a";
|
|
1775
1776
|
|
|
1776
|
-
--icon-content-shortcut-fill: "\e994";
|
|
1777
1777
|
|
|
1778
1778
|
|
|
1779
|
+
--icon-content-clear: "\e9ac";
|
|
1779
1780
|
|
|
1780
|
-
--icon-content-drag: "\e893";
|
|
1781
1781
|
|
|
1782
1782
|
|
|
1783
|
+
--icon-content-poweroff-circle-fill: "\e8a9";
|
|
1783
1784
|
|
|
1784
|
-
--icon-content-frown: "\e782";
|
|
1785
1785
|
|
|
1786
1786
|
|
|
1787
|
+
--icon-content-undo: "\e799";
|
|
1787
1788
|
|
|
1788
|
-
--icon-content-verified: "\e993";
|
|
1789
1789
|
|
|
1790
1790
|
|
|
1791
|
+
--icon-content-eyeclose-fill: "\e9aa";
|
|
1791
1792
|
|
|
1792
|
-
--icon-content-crown: "\e892";
|
|
1793
1793
|
|
|
1794
1794
|
|
|
1795
|
+
--icon-content-Dollar-circle-fill: "\e8a8";
|
|
1795
1796
|
|
|
1796
|
-
--icon-content-close-circle: "\e781";
|
|
1797
1797
|
|
|
1798
1798
|
|
|
1799
|
+
--icon-content-transaction: "\e798";
|
|
1799
1800
|
|
|
1800
|
-
--icon-content-signal-fill: "\e992";
|
|
1801
1801
|
|
|
1802
1802
|
|
|
1803
|
+
--icon-content-plus: "\e9a9";
|
|
1803
1804
|
|
|
1804
|
-
--icon-content-bg-colors: "\e891";
|
|
1805
1805
|
|
|
1806
1806
|
|
|
1807
|
+
--icon-content-compass-fill: "\e8a7";
|
|
1807
1808
|
|
|
1808
|
-
--icon-content-compass: "\e780";
|
|
1809
1809
|
|
|
1810
1810
|
|
|
1811
|
+
--icon-content-sync: "\e797";
|
|
1811
1812
|
|
|
1812
|
-
--icon-content-comment: "\e991";
|
|
1813
1813
|
|
|
1814
1814
|
|
|
1815
|
+
--icon-content-woman: "\e9a8";
|
|
1815
1816
|
|
|
1816
|
-
--icon-content-pause: "\e890";
|
|
1817
1817
|
|
|
1818
1818
|
|
|
1819
|
+
--icon-content-CI-circle-fill: "\e8a6";
|
|
1819
1820
|
|
|
1820
|
-
--icon-content-Dollar: "\e77f";
|
|
1821
1821
|
|
|
1822
1822
|
|
|
1823
|
+
--icon-content-warning-circle: "\e796";
|
|
1823
1824
|
|
|
1824
|
-
--icon-content-audiostatic: "\e990";
|
|
1825
1825
|
|
|
1826
1826
|
|
|
1827
|
+
--icon-content-swap-left: "\e9a7";
|
|
1827
1828
|
|
|
1828
|
-
--icon-content-small-dash: "\e88f";
|
|
1829
1829
|
|
|
1830
1830
|
|
|
1831
|
+
--icon-content-copyright-circle-fil: "\e8a5";
|
|
1831
1832
|
|
|
1832
|
-
--icon-content-CI: "\e77e";
|
|
1833
1833
|
|
|
1834
1834
|
|
|
1835
|
+
--icon-content-up-circle: "\e795";
|
|
1835
1836
|
|
|
1836
|
-
--icon-content-bug: "\e98f";
|
|
1837
1837
|
|
|
1838
1838
|
|
|
1839
|
+
--icon-content-swap-right: "\e9a6";
|
|
1839
1840
|
|
|
1840
|
-
--icon-content-rollback: "\e88e";
|
|
1841
1841
|
|
|
1842
1842
|
|
|
1843
|
+
--icon-content-frown-fill: "\e8a4";
|
|
1843
1844
|
|
|
1844
|
-
--icon-content-check-circle: "\e77d";
|
|
1845
1845
|
|
|
1846
1846
|
|
|
1847
|
+
--icon-content-YUAN: "\e794";
|
|
1847
1848
|
|
|
1848
|
-
--icon-content-bug-fill: "\e98e";
|
|
1849
1849
|
|
|
1850
1850
|
|
|
1851
|
+
--icon-content-step-forward: "\e9a5";
|
|
1851
1852
|
|
|
1852
|
-
--icon-content-question: "\e88d";
|
|
1853
1853
|
|
|
1854
1854
|
|
|
1855
|
+
--icon-content-EURO-circle-fill: "\e8a3";
|
|
1855
1856
|
|
|
1856
|
-
--icon-content-robot-fill: "\e98d";
|
|
1857
1857
|
|
|
1858
1858
|
|
|
1859
|
+
--icon-content-earth: "\e793";
|
|
1859
1860
|
|
|
1860
|
-
--icon-content-line: "\e88b";
|
|
1861
1861
|
|
|
1862
1862
|
|
|
1863
|
+
--icon-content-step-backward: "\e9a4";
|
|
1863
1864
|
|
|
1864
|
-
--icon-content-zoomin: "\e98c";
|
|
1865
1865
|
|
|
1866
1866
|
|
|
1867
|
+
--icon-content-question-circle-fill: "\e8a2";
|
|
1867
1868
|
|
|
1868
|
-
--icon-content-enter: "\e88a";
|
|
1869
1869
|
|
|
1870
1870
|
|
|
1871
|
+
--icon-content-timeout: "\e792";
|
|
1871
1872
|
|
|
1872
|
-
--icon-content-robot: "\e98b";
|
|
1873
1873
|
|
|
1874
1874
|
|
|
1875
|
+
--icon-content-login: "\e9a3";
|
|
1875
1876
|
|
|
1876
|
-
--icon-content-dash: "\e888";
|
|
1877
1877
|
|
|
1878
1878
|
|
|
1879
|
+
--icon-content-plus-circle-fill: "\e8a1";
|
|
1879
1880
|
|
|
1880
|
-
--icon-content-audio-fill: "\e98a";
|
|
1881
1881
|
|
|
1882
1882
|
|
|
1883
|
+
--icon-content-time-circle: "\e791";
|
|
1883
1884
|
|
|
1884
|
-
--icon-content-check: "\e886";
|
|
1885
1885
|
|
|
1886
1886
|
|
|
1887
|
+
--icon-content-retweet: "\e9a2";
|
|
1887
1888
|
|
|
1888
|
-
--icon-content-audio: "\e989";
|
|
1889
1889
|
|
|
1890
1890
|
|
|
1891
|
+
--icon-content-right-circle-fill: "\e8a0";
|
|
1891
1892
|
|
|
1892
|
-
--icon-content-column-width: "\e885";
|
|
1893
1893
|
|
|
1894
1894
|
|
|
1895
|
+
--icon-content-trademark: "\e790";
|
|
1895
1896
|
|
|
1896
|
-
--icon-content-apartment: "\e988";
|
|
1897
1897
|
|
|
1898
1898
|
|
|
1899
|
+
--icon-content-fast-forward: "\e9a0";
|
|
1899
1900
|
|
|
1900
|
-
--icon-content-code: "\e884";
|
|
1901
1901
|
|
|
1902
1902
|
|
|
1903
|
+
--icon-content-up-circle-fill: "\e89f";
|
|
1903
1904
|
|
|
1904
|
-
--icon-content-zoomout: "\e987";
|
|
1905
1905
|
|
|
1906
1906
|
|
|
1907
|
+
--icon-content-right-circle: "\e78e";
|
|
1907
1908
|
|
|
1908
|
-
--icon-content-italic: "\e883";
|
|
1909
1909
|
|
|
1910
1910
|
|
|
1911
|
+
--icon-content-forward: "\e99f";
|
|
1911
1912
|
|
|
1912
|
-
--icon-content-zhihu-square-fill: "\e986";
|
|
1913
1913
|
|
|
1914
1914
|
|
|
1915
|
+
--icon-content-info-circle-fill: "\e89e";
|
|
1915
1916
|
|
|
1916
|
-
--icon-content-number: "\e882";
|
|
1917
1917
|
|
|
1918
1918
|
|
|
1919
|
+
--icon-content-Pound: "\e78d";
|
|
1919
1920
|
|
|
1920
|
-
--icon-content-weibo-square-fill: "\e985";
|
|
1921
1921
|
|
|
1922
1922
|
|
|
1923
|
+
--icon-content-fast-backward: "\e99e";
|
|
1923
1924
|
|
|
1924
|
-
--icon-content-underline: "\e881";
|
|
1925
1925
|
|
|
1926
1926
|
|
|
1927
|
+
--icon-content-close-circle-fill: "\e89d";
|
|
1927
1928
|
|
|
1928
|
-
--icon-content-taobao-square-fill: "\e984";
|
|
1929
1929
|
|
|
1930
1930
|
|
|
1931
|
+
--icon-content-question-circle: "\e78c";
|
|
1931
1932
|
|
|
1932
|
-
--icon-content-strikethrough: "\e880";
|
|
1933
1933
|
|
|
1934
1934
|
|
|
1935
|
+
--icon-content-caret-left: "\e99d";
|
|
1935
1936
|
|
|
1936
|
-
--icon-content-slack-square-fill: "\e983";
|
|
1937
1937
|
|
|
1938
1938
|
|
|
1939
|
+
--icon-content-minus-circle-fill: "\e89c";
|
|
1939
1940
|
|
|
1940
|
-
--icon-content-line-height: "\e87f";
|
|
1941
1941
|
|
|
1942
1942
|
|
|
1943
|
+
--icon-content-play-circle: "\e78b";
|
|
1943
1944
|
|
|
1944
|
-
--icon-content-sketch-square-fill: "\e982";
|
|
1945
1945
|
|
|
1946
1946
|
|
|
1947
|
+
--icon-content-caret-right: "\e99c";
|
|
1947
1948
|
|
|
1948
|
-
--icon-content-infomation: "\e87e";
|
|
1949
1949
|
|
|
1950
1950
|
|
|
1951
|
+
--icon-content-down-circle-fill: "\e89b";
|
|
1951
1952
|
|
|
1952
|
-
--icon-content-twitter-square-fill: "\e981";
|
|
1953
1953
|
|
|
1954
1954
|
|
|
1955
|
+
--icon-content-plus-circle: "\e78a";
|
|
1955
1956
|
|
|
1956
|
-
--icon-content-font-size: "\e87d";
|
|
1957
1957
|
|
|
1958
1958
|
|
|
1959
|
+
--icon-content-caret-up: "\e99b";
|
|
1959
1960
|
|
|
1960
|
-
--icon-content-reddit-square-fill: "\e980";
|
|
1961
1961
|
|
|
1962
1962
|
|
|
1963
|
+
--icon-content-left-circle-fill: "\e89a";
|
|
1963
1964
|
|
|
1964
|
-
--icon-content-exclaimination: "\e87c";
|
|
1965
1965
|
|
|
1966
1966
|
|
|
1967
|
+
--icon-content-meh: "\e789";
|
|
1967
1968
|
|
|
1968
|
-
--icon-content-QQ-square-fill: "\e97f";
|
|
1969
1969
|
|
|
1970
1970
|
|
|
1971
|
+
--icon-content-backward: "\e99a";
|
|
1971
1972
|
|
|
1972
|
-
--icon-content-font-colors: "\e87b";
|
|
1973
1973
|
|
|
1974
1974
|
|
|
1975
|
+
--icon-content-check-circle-fill: "\e899";
|
|
1975
1976
|
|
|
1976
|
-
--icon-content-linkedin-fill: "\e97e";
|
|
1977
1977
|
|
|
1978
1978
|
|
|
1979
|
+
--icon-content-minus-circle: "\e788";
|
|
1979
1980
|
|
|
1980
|
-
--icon-content-bold: "\e87a";
|
|
1981
1981
|
|
|
1982
1982
|
|
|
1983
|
+
--icon-content-caret-down: "\e999";
|
|
1983
1984
|
|
|
1984
|
-
--icon-content-medium-square-fill: "\e97d";
|
|
1985
1985
|
|
|
1986
1986
|
|
|
1987
|
+
--icon-content-thunderbolt: "\e898";
|
|
1987
1988
|
|
|
1988
|
-
--icon-content-pic-left: "\e879";
|
|
1989
1989
|
|
|
1990
1990
|
|
|
1991
|
+
--icon-content-copyright: "\e787";
|
|
1991
1992
|
|
|
1992
|
-
--icon-content-IE-square-fill: "\e97c";
|
|
1993
1993
|
|
|
1994
1994
|
|
|
1995
|
+
--icon-content-appstoreadd: "\e998";
|
|
1995
1996
|
|
|
1996
|
-
--icon-content-pic-right: "\e878";
|
|
1997
1997
|
|
|
1998
1998
|
|
|
1999
|
+
--icon-content-fire: "\e897";
|
|
1999
2000
|
|
|
2000
|
-
--icon-content-instagram-fill: "\e97b";
|
|
2001
2001
|
|
|
2002
2002
|
|
|
2003
|
+
--icon-content-EURO: "\e786";
|
|
2003
2004
|
|
|
2004
|
-
--icon-content-pic-center: "\e877";
|
|
2005
2005
|
|
|
2006
2006
|
|
|
2007
|
+
--icon-content-whatsapp: "\e997";
|
|
2007
2008
|
|
|
2008
|
-
--icon-content-google-square-fill: "\e97a";
|
|
2009
2009
|
|
|
2010
2010
|
|
|
2011
|
+
--icon-content-stop: "\e896";
|
|
2011
2012
|
|
|
2012
|
-
--icon-content-align-left: "\e876";
|
|
2013
2013
|
|
|
2014
2014
|
|
|
2015
|
+
--icon-content-down-circle: "\e785";
|
|
2015
2016
|
|
|
2016
|
-
--icon-content-googleplus-square-f: "\e979";
|
|
2017
2017
|
|
|
2018
2018
|
|
|
2019
|
+
--icon-content-switchuser: "\e996";
|
|
2019
2020
|
|
|
2020
|
-
--icon-content-align-center: "\e875";
|
|
2021
2021
|
|
|
2022
2022
|
|
|
2023
|
+
--icon-content-gift: "\e895";
|
|
2023
2024
|
|
|
2024
|
-
--icon-content-facebook-fill: "\e978";
|
|
2025
2025
|
|
|
2026
2026
|
|
|
2027
|
+
--icon-content-left-circle: "\e784";
|
|
2027
2028
|
|
|
2028
|
-
--icon-content-align-right: "\e874";
|
|
2029
2029
|
|
|
2030
2030
|
|
|
2031
|
+
--icon-content-videocameraadd: "\e995";
|
|
2031
2032
|
|
|
2032
|
-
--icon-content-dropbox-square-fill: "\e977";
|
|
2033
2033
|
|
|
2034
2034
|
|
|
2035
|
+
--icon-content-desktop: "\e894";
|
|
2035
2036
|
|
|
2036
|
-
--icon-content-orderedlist: "\e873";
|
|
2037
2037
|
|
|
2038
2038
|
|
|
2039
|
+
--icon-content-info-circle: "\e783";
|
|
2039
2040
|
|
|
2040
|
-
--icon-content-dribbble-square-fill: "\e976";
|
|
2041
2041
|
|
|
2042
2042
|
|
|
2043
|
+
--icon-content-shortcut-fill: "\e994";
|
|
2043
2044
|
|
|
2044
|
-
--icon-content-unorderedlist: "\e872";
|
|
2045
2045
|
|
|
2046
2046
|
|
|
2047
|
+
--icon-content-drag: "\e893";
|
|
2047
2048
|
|
|
2048
|
-
--icon-content-codepen-square-fill: "\e975";
|
|
2049
2049
|
|
|
2050
2050
|
|
|
2051
|
+
--icon-content-frown: "\e782";
|
|
2051
2052
|
|
|
2052
|
-
--icon-content-menu: "\e871";
|
|
2053
2053
|
|
|
2054
2054
|
|
|
2055
|
+
--icon-content-verified: "\e993";
|
|
2055
2056
|
|
|
2056
|
-
--icon-content-amazon-square-fill: "\e974";
|
|
2057
2057
|
|
|
2058
2058
|
|
|
2059
|
+
--icon-content-crown: "\e892";
|
|
2059
2060
|
|
|
2060
|
-
--icon-content-outdent: "\e870";
|
|
2061
2061
|
|
|
2062
2062
|
|
|
2063
|
+
--icon-content-close-circle: "\e781";
|
|
2063
2064
|
|
|
2064
|
-
--icon-content-behance-square-fill: "\e973";
|
|
2065
2065
|
|
|
2066
2066
|
|
|
2067
|
+
--icon-content-signal-fill: "\e992";
|
|
2067
2068
|
|
|
2068
|
-
--icon-content-indent: "\e86f";
|
|
2069
2069
|
|
|
2070
2070
|
|
|
2071
|
+
--icon-content-bg-colors: "\e891";
|
|
2071
2072
|
|
|
2072
|
-
--icon-content-CodeSandbox-square-f: "\e972";
|
|
2073
2073
|
|
|
2074
2074
|
|
|
2075
|
+
--icon-content-compass: "\e780";
|
|
2075
2076
|
|
|
2076
|
-
--icon-content-rise: "\e86e";
|
|
2077
2077
|
|
|
2078
2078
|
|
|
2079
|
+
--icon-content-comment: "\e991";
|
|
2079
2080
|
|
|
2080
|
-
--icon-content-dingtalk-square-fill: "\e971";
|
|
2081
2081
|
|
|
2082
2082
|
|
|
2083
|
+
--icon-content-pause: "\e890";
|
|
2083
2084
|
|
|
2084
|
-
--icon-content-stock: "\e86d";
|
|
2085
2085
|
|
|
2086
2086
|
|
|
2087
|
+
--icon-content-Dollar: "\e77f";
|
|
2087
2088
|
|
|
2088
|
-
--icon-content-alipay-square-fill: "\e970";
|
|
2089
2089
|
|
|
2090
2090
|
|
|
2091
|
+
--icon-content-audiostatic: "\e990";
|
|
2091
2092
|
|
|
2092
|
-
--icon-content-swap: "\e86c";
|
|
2093
2093
|
|
|
2094
2094
|
|
|
2095
|
+
--icon-content-small-dash: "\e88f";
|
|
2095
2096
|
|
|
2096
|
-
--icon-content-reddit-circle-fill: "\e96f";
|
|
2097
2097
|
|
|
2098
2098
|
|
|
2099
|
+
--icon-content-CI: "\e77e";
|
|
2099
2100
|
|
|
2100
|
-
--icon-content-fall: "\e86b";
|
|
2101
2101
|
|
|
2102
2102
|
|
|
2103
|
+
--icon-content-bug: "\e98f";
|
|
2103
2104
|
|
|
2104
|
-
--icon-content-zhihu-circle-fill: "\e96e";
|
|
2105
2105
|
|
|
2106
2106
|
|
|
2107
|
+
--icon-content-rollback: "\e88e";
|
|
2107
2108
|
|
|
2108
|
-
--icon-content-sort-ascending: "\e86a";
|
|
2109
2109
|
|
|
2110
2110
|
|
|
2111
|
+
--icon-content-check-circle: "\e77d";
|
|
2111
2112
|
|
|
2112
|
-
--icon-content-weibo-circle-fill: "\e96d";
|
|
2113
2113
|
|
|
2114
2114
|
|
|
2115
|
+
--icon-content-bug-fill: "\e98e";
|
|
2115
2116
|
|
|
2116
|
-
--icon-content-sort-descending: "\e869";
|
|
2117
2117
|
|
|
2118
2118
|
|
|
2119
|
+
--icon-content-question: "\e88d";
|
|
2119
2120
|
|
|
2120
|
-
--icon-content-taobao-circle-fill: "\e96c";
|
|
2121
2121
|
|
|
2122
2122
|
|
|
2123
|
+
--icon-content-robot-fill: "\e98d";
|
|
2123
2124
|
|
|
2124
|
-
--icon-content-vertical-align-top: "\e867";
|
|
2125
2125
|
|
|
2126
2126
|
|
|
2127
|
+
--icon-content-line: "\e88b";
|
|
2127
2128
|
|
|
2128
|
-
--icon-content-twitter-circle-fill: "\e96b";
|
|
2129
2129
|
|
|
2130
2130
|
|
|
2131
|
+
--icon-content-zoomin: "\e98c";
|
|
2131
2132
|
|
|
2132
|
-
--icon-content-totop: "\e866";
|
|
2133
2133
|
|
|
2134
2134
|
|
|
2135
|
+
--icon-content-enter: "\e88a";
|
|
2135
2136
|
|
|
2136
|
-
--icon-content-slack-circle-fill: "\e96a";
|
|
2137
2137
|
|
|
2138
2138
|
|
|
2139
|
+
--icon-content-robot: "\e98b";
|
|
2139
2140
|
|
|
2140
|
-
--icon-content-vertical-align-middl: "\e865";
|
|
2141
2141
|
|
|
2142
2142
|
|
|
2143
|
+
--icon-content-dash: "\e888";
|
|
2143
2144
|
|
|
2144
|
-
--icon-content-sketch-circle-fill: "\e969";
|
|
2145
2145
|
|
|
2146
2146
|
|
|
2147
|
+
--icon-content-audio-fill: "\e98a";
|
|
2147
2148
|
|
|
2148
|
-
--icon-content-vertical-align-botto: "\e864";
|
|
2149
2149
|
|
|
2150
2150
|
|
|
2151
|
+
--icon-content-check: "\e886";
|
|
2151
2152
|
|
|
2152
|
-
--icon-content-dingtalk-circle-fill: "\e968";
|
|
2153
2153
|
|
|
2154
2154
|
|
|
2155
|
+
--icon-content-audio: "\e989";
|
|
2155
2156
|
|
|
2156
|
-
--icon-content-colum-height: "\e863";
|
|
2157
2157
|
|
|
2158
2158
|
|
|
2159
|
+
--icon-content-column-width: "\e885";
|
|
2159
2160
|
|
|
2160
|
-
--icon-content-google-circle-fill: "\e967";
|
|
2161
2161
|
|
|
2162
2162
|
|
|
2163
|
+
--icon-content-apartment: "\e988";
|
|
2163
2164
|
|
|
2164
|
-
--icon-content-arrowdown: "\e861";
|
|
2165
2165
|
|
|
2166
2166
|
|
|
2167
|
+
--icon-content-code: "\e884";
|
|
2167
2168
|
|
|
2168
|
-
--icon-content-IE-circle-fill: "\e966";
|
|
2169
2169
|
|
|
2170
2170
|
|
|
2171
|
+
--icon-content-zoomout: "\e987";
|
|
2171
2172
|
|
|
2172
|
-
--icon-content-arrowleft: "\e860";
|
|
2173
2173
|
|
|
2174
2174
|
|
|
2175
|
+
--icon-content-italic: "\e883";
|
|
2175
2176
|
|
|
2176
|
-
--icon-content-QQ-circle-fill: "\e965";
|
|
2177
2177
|
|
|
2178
2178
|
|
|
2179
|
+
--icon-content-zhihu-square-fill: "\e986";
|
|
2179
2180
|
|
|
2180
|
-
--icon-content-arrowup: "\e85f";
|
|
2181
2181
|
|
|
2182
2182
|
|
|
2183
|
+
--icon-content-number: "\e882";
|
|
2183
2184
|
|
|
2184
|
-
--icon-content-medium-circle-fill: "\e964";
|
|
2185
2185
|
|
|
2186
2186
|
|
|
2187
|
+
--icon-content-weibo-square-fill: "\e985";
|
|
2187
2188
|
|
|
2188
|
-
--icon-content-arrowright: "\e85e";
|
|
2189
2189
|
|
|
2190
2190
|
|
|
2191
|
+
--icon-content-underline: "\e881";
|
|
2191
2192
|
|
|
2192
|
-
--icon-content-googleplus-circle-f: "\e963";
|
|
2193
2193
|
|
|
2194
2194
|
|
|
2195
|
+
--icon-content-taobao-square-fill: "\e984";
|
|
2195
2196
|
|
|
2196
|
-
--icon-content-doubleright: "\e85d";
|
|
2197
2197
|
|
|
2198
2198
|
|
|
2199
|
+
--icon-content-strikethrough: "\e880";
|
|
2199
2200
|
|
|
2200
|
-
--icon-content-dribbble-circle-fill: "\e962";
|
|
2201
2201
|
|
|
2202
2202
|
|
|
2203
|
+
--icon-content-slack-square-fill: "\e983";
|
|
2203
2204
|
|
|
2204
|
-
--icon-content-doubleleft: "\e85c";
|
|
2205
2205
|
|
|
2206
2206
|
|
|
2207
|
+
--icon-content-line-height: "\e87f";
|
|
2207
2208
|
|
|
2208
|
-
--icon-content-github-fill: "\e961";
|
|
2209
2209
|
|
|
2210
2210
|
|
|
2211
|
+
--icon-content-sketch-square-fill: "\e982";
|
|
2211
2212
|
|
|
2212
|
-
--icon-content-fullscreen-exit: "\e85b";
|
|
2213
2213
|
|
|
2214
2214
|
|
|
2215
|
+
--icon-content-infomation: "\e87e";
|
|
2215
2216
|
|
|
2216
|
-
--icon-content-dropbox-circle-fill: "\e960";
|
|
2217
2217
|
|
|
2218
2218
|
|
|
2219
|
+
--icon-content-twitter-square-fill: "\e981";
|
|
2219
2220
|
|
|
2220
|
-
--icon-content-fullscreen: "\e85a";
|
|
2221
2221
|
|
|
2222
2222
|
|
|
2223
|
+
--icon-content-font-size: "\e87d";
|
|
2223
2224
|
|
|
2224
|
-
--icon-content-CodeSandbox-circle-f: "\e95f";
|
|
2225
2225
|
|
|
2226
2226
|
|
|
2227
|
+
--icon-content-reddit-square-fill: "\e980";
|
|
2227
2228
|
|
|
2228
|
-
--icon-content-down: "\e859";
|
|
2229
2229
|
|
|
2230
2230
|
|
|
2231
|
+
--icon-content-exclaimination: "\e87c";
|
|
2231
2232
|
|
|
2232
|
-
--icon-content-codepen-circle-fill: "\e95e";
|
|
2233
2233
|
|
|
2234
2234
|
|
|
2235
|
+
--icon-content-QQ-square-fill: "\e97f";
|
|
2235
2236
|
|
|
2236
|
-
--icon-content-up: "\e858";
|
|
2237
2237
|
|
|
2238
2238
|
|
|
2239
|
+
--icon-content-font-colors: "\e87b";
|
|
2239
2240
|
|
|
2240
|
-
--icon-content-amazon-circle-fill: "\e95d";
|
|
2241
2241
|
|
|
2242
2242
|
|
|
2243
|
+
--icon-content-linkedin-fill: "\e97e";
|
|
2243
2244
|
|
|
2244
|
-
--icon-content-left: "\e857";
|
|
2245
2245
|
|
|
2246
2246
|
|
|
2247
|
+
--icon-content-bold: "\e87a";
|
|
2247
2248
|
|
|
2248
|
-
--icon-content-behance-circle-fill: "\e95c";
|
|
2249
2249
|
|
|
2250
2250
|
|
|
2251
|
+
--icon-content-medium-square-fill: "\e97d";
|
|
2251
2252
|
|
|
2252
|
-
--icon-content-right: "\e856";
|
|
2253
2253
|
|
|
2254
2254
|
|
|
2255
|
+
--icon-content-pic-left: "\e879";
|
|
2255
2256
|
|
|
2256
|
-
--icon-content-aliwangwang-fill: "\e95b";
|
|
2257
2257
|
|
|
2258
2258
|
|
|
2259
|
+
--icon-content-IE-square-fill: "\e97c";
|
|
2259
2260
|
|
|
2260
|
-
--icon-content-verticalleft: "\e855";
|
|
2261
2261
|
|
|
2262
2262
|
|
|
2263
|
+
--icon-content-pic-right: "\e878";
|
|
2263
2264
|
|
|
2264
|
-
--icon-content-alipay-circle-fill: "\e95a";
|
|
2265
2265
|
|
|
2266
2266
|
|
|
2267
|
+
--icon-content-instagram-fill: "\e97b";
|
|
2267
2268
|
|
|
2268
|
-
--icon-content-verticalright: "\e854";
|
|
2269
2269
|
|
|
2270
2270
|
|
|
2271
|
+
--icon-content-pic-center: "\e877";
|
|
2271
2272
|
|
|
2272
|
-
--icon-content-chrome-fill: "\e959";
|
|
2273
2273
|
|
|
2274
2274
|
|
|
2275
|
+
--icon-content-google-square-fill: "\e97a";
|
|
2275
2276
|
|
|
2276
|
-
--icon-content-arrawsalt: "\e853";
|
|
2277
2277
|
|
|
2278
2278
|
|
|
2279
|
+
--icon-content-align-left: "\e876";
|
|
2279
2280
|
|
|
2280
|
-
--icon-content-wechat-fill: "\e958";
|
|
2281
2281
|
|
|
2282
2282
|
|
|
2283
|
+
--icon-content-googleplus-square-f: "\e979";
|
|
2283
2284
|
|
|
2284
|
-
--icon-content-shrink: "\e852";
|
|
2285
2285
|
|
|
2286
2286
|
|
|
2287
|
+
--icon-content-align-center: "\e875";
|
|
2287
2288
|
|
|
2288
|
-
--icon-content-yahoo-fill: "\e957";
|
|
2289
2289
|
|
|
2290
2290
|
|
|
2291
|
+
--icon-content-facebook-fill: "\e978";
|
|
2291
2292
|
|
|
2292
|
-
--icon-content-fork: "\e851";
|
|
2293
2293
|
|
|
2294
2294
|
|
|
2295
|
+
--icon-content-align-right: "\e874";
|
|
2295
2296
|
|
|
2296
|
-
--icon-content-Youtube-fill: "\e956";
|
|
2297
2297
|
|
|
2298
2298
|
|
|
2299
|
+
--icon-content-dropbox-square-fill: "\e977";
|
|
2299
2300
|
|
|
2300
|
-
--icon-content-branches: "\e850";
|
|
2301
2301
|
|
|
2302
2302
|
|
|
2303
|
+
--icon-content-orderedlist: "\e873";
|
|
2303
2304
|
|
|
2304
|
-
--icon-content-yuque-fill: "\e955";
|
|
2305
2305
|
|
|
2306
2306
|
|
|
2307
|
+
--icon-content-dribbble-square-fill: "\e976";
|
|
2307
2308
|
|
|
2308
|
-
--icon-content-share: "\e84f";
|
|
2309
2309
|
|
|
2310
2310
|
|
|
2311
|
+
--icon-content-unorderedlist: "\e872";
|
|
2311
2312
|
|
|
2312
|
-
--icon-content-weibo: "\e954";
|
|
2313
2313
|
|
|
2314
2314
|
|
|
2315
|
+
--icon-content-codepen-square-fill: "\e975";
|
|
2315
2316
|
|
|
2316
|
-
--icon-content-mr: "\e84e";
|
|
2317
2317
|
|
|
2318
2318
|
|
|
2319
|
+
--icon-content-menu: "\e871";
|
|
2319
2320
|
|
|
2320
|
-
--icon-content-skype-fill: "\e953";
|
|
2321
2321
|
|
|
2322
2322
|
|
|
2323
|
+
--icon-content-amazon-square-fill: "\e974";
|
|
2323
2324
|
|
|
2324
|
-
--icon-content-scissor: "\e84d";
|
|
2325
2325
|
|
|
2326
2326
|
|
|
2327
|
+
--icon-content-outdent: "\e870";
|
|
2327
2328
|
|
|
2328
|
-
--icon-content-twitter: "\e952";
|
|
2329
2329
|
|
|
2330
2330
|
|
|
2331
|
+
--icon-content-behance-square-fill: "\e973";
|
|
2331
2332
|
|
|
2332
|
-
--icon-content-dashboard: "\e7fa";
|
|
2333
2333
|
|
|
2334
2334
|
|
|
2335
|
+
--icon-content-indent: "\e86f";
|
|
2335
2336
|
|
|
2336
|
-
--icon-content-list: "\e7f9";
|
|
2337
2337
|
|
|
2338
2338
|
|
|
2339
|
+
--icon-content-CodeSandbox-square-f: "\e972";
|
|
2339
2340
|
|
|
2340
|
-
--icon-content-detail: "\e7f8";
|
|
2341
2341
|
|
|
2342
2342
|
|
|
2343
|
+
--icon-content-rise: "\e86e";
|
|
2343
2344
|
|
|
2344
|
-
--icon-content-form: "\e7fb";
|
|
2345
2345
|
|
|
2346
2346
|
|
|
2347
|
+
--icon-content-dingtalk-square-fill: "\e971";
|
|
2347
2348
|
|
|
2348
|
-
--icon-content-chart-pie: "\e613";
|
|
2349
2349
|
|
|
2350
2350
|
|
|
2351
|
+
--icon-content-stock: "\e86d";
|
|
2351
2352
|
|
|
2352
|
-
--icon-content-chart-bar: "\e612";
|
|
2353
2353
|
|
|
2354
2354
|
|
|
2355
|
+
--icon-content-alipay-square-fill: "\e970";
|
|
2355
2356
|
|
|
2356
|
-
--icon-content-exit: "\e616";
|
|
2357
2357
|
|
|
2358
2358
|
|
|
2359
|
+
--icon-content-swap: "\e86c";
|
|
2359
2360
|
|
|
2360
|
-
--icon-content-lock: "\e617";
|
|
2361
2361
|
|
|
2362
2362
|
|
|
2363
|
+
--icon-content-reddit-circle-fill: "\e96f";
|
|
2363
2364
|
|
|
2364
|
-
--icon-content-unlock: "\e615";
|
|
2365
2365
|
|
|
2366
2366
|
|
|
2367
|
+
--icon-content-fall: "\e86b";
|
|
2367
2368
|
|
|
2368
|
-
--icon-content-eye-close: "\e600";
|
|
2369
2369
|
|
|
2370
2370
|
|
|
2371
|
+
--icon-content-zhihu-circle-fill: "\e96e";
|
|
2371
2372
|
|
|
2372
|
-
--icon-content-eye: "\e611";
|
|
2373
2373
|
|
|
2374
2374
|
|
|
2375
|
+
--icon-content-sort-ascending: "\e86a";
|
|
2375
2376
|
|
|
2376
|
-
--icon-content-toggle-right: "\e603";
|
|
2377
2377
|
|
|
2378
2378
|
|
|
2379
|
+
--icon-content-weibo-circle-fill: "\e96d";
|
|
2379
2380
|
|
|
2380
|
-
--icon-content-toggle-left: "\e602";
|
|
2381
2381
|
|
|
2382
2382
|
|
|
2383
|
+
--icon-content-sort-descending: "\e869";
|
|
2383
2384
|
|
|
2384
|
-
--icon-content-copy: "\e60f";
|
|
2385
2385
|
|
|
2386
2386
|
|
|
2387
|
+
--icon-content-taobao-circle-fill: "\e96c";
|
|
2387
2388
|
|
|
2388
|
-
--icon-content-atm: "\e606";
|
|
2389
2389
|
|
|
2390
2390
|
|
|
2391
|
+
--icon-content-vertical-align-top: "\e867";
|
|
2391
2392
|
|
|
2392
|
-
--icon-content-email: "\e605";
|
|
2393
2393
|
|
|
2394
2394
|
|
|
2395
|
+
--icon-content-twitter-circle-fill: "\e96b";
|
|
2395
2396
|
|
|
2396
|
-
--icon-content-account: "\e608";
|
|
2397
2397
|
|
|
2398
2398
|
|
|
2399
|
+
--icon-content-totop: "\e866";
|
|
2399
2400
|
|
|
2400
|
-
--icon-content-attachment: "\e665";
|
|
2401
2401
|
|
|
2402
2402
|
|
|
2403
|
+
--icon-content-slack-circle-fill: "\e96a";
|
|
2403
2404
|
|
|
2404
|
-
--icon-content-filter: "\e627";
|
|
2405
2405
|
|
|
2406
2406
|
|
|
2407
|
+
--icon-content-vertical-align-middl: "\e865";
|
|
2407
2408
|
|
|
2408
|
-
--icon-content-refresh: "\e677";
|
|
2409
2409
|
|
|
2410
2410
|
|
|
2411
|
+
--icon-content-sketch-circle-fill: "\e969";
|
|
2411
2412
|
|
|
2412
|
-
--icon-content-edit: "\e63b";
|
|
2413
2413
|
|
|
2414
2414
|
|
|
2415
|
+
--icon-content-vertical-align-botto: "\e864";
|
|
2415
2416
|
|
|
2416
|
-
--icon-content-set: "\e683";
|
|
2417
2417
|
|
|
2418
2418
|
|
|
2419
|
+
--icon-content-dingtalk-circle-fill: "\e968";
|
|
2419
2420
|
|
|
2420
|
-
--icon-content-download: "\e628";
|
|
2421
2421
|
|
|
2422
2422
|
|
|
2423
|
+
--icon-content-colum-height: "\e863";
|
|
2423
2424
|
|
|
2424
|
-
--icon-content-upload: "\e7ee";
|
|
2425
2425
|
|
|
2426
2426
|
|
|
2427
|
+
--icon-content-google-circle-fill: "\e967";
|
|
2427
2428
|
|
|
2428
|
-
--icon-content-ashbin: "\e639";
|
|
2429
2429
|
|
|
2430
2430
|
|
|
2431
|
+
--icon-content-arrowdown: "\e861";
|
|
2431
2432
|
|
|
2432
|
-
--icon-content-calendar: "\e607";
|
|
2433
2433
|
|
|
2434
2434
|
|
|
2435
|
+
--icon-content-IE-circle-fill: "\e966";
|
|
2435
2436
|
|
|
2436
|
-
--icon-content-picture: "\e631";
|
|
2437
2437
|
|
|
2438
2438
|
|
|
2439
|
+
--icon-content-arrowleft: "\e860";
|
|
2439
2440
|
|
|
2440
|
-
--icon-content-ellipsis: "\e654";
|
|
2441
2441
|
|
|
2442
2442
|
|
|
2443
|
+
--icon-content-QQ-circle-fill: "\e965";
|
|
2443
2444
|
|
|
2444
|
-
--icon-content-close: "\e626";
|
|
2445
2445
|
|
|
2446
2446
|
|
|
2447
|
+
--icon-content-arrowup: "\e85f";
|
|
2447
2448
|
|
|
2448
|
-
--icon-content-search: "\e656";
|
|
2449
2449
|
|
|
2450
2450
|
|
|
2451
|
+
--icon-content-medium-circle-fill: "\e964";
|
|
2451
2452
|
|
|
2452
|
-
--icon-content-loading: "\e646";
|
|
2453
2453
|
|
|
2454
2454
|
|
|
2455
|
+
--icon-content-arrowright: "\e85e";
|
|
2455
2456
|
|
|
2456
|
-
--icon-content-semi-select: "\e633";
|
|
2457
2457
|
|
|
2458
2458
|
|
|
2459
|
+
--icon-content-googleplus-circle-f: "\e963";
|
|
2459
2460
|
|
|
2460
|
-
--icon-content-select: "\e632";
|
|
2461
2461
|
|
|
2462
2462
|
|
|
2463
|
+
--icon-content-doubleright: "\e85d";
|
|
2463
2464
|
|
|
2464
|
-
--icon-content-ascending: "\e61e";
|
|
2465
2465
|
|
|
2466
2466
|
|
|
2467
|
+
--icon-content-dribbble-circle-fill: "\e962";
|
|
2467
2468
|
|
|
2468
|
-
--icon-content-descending: "\e61f";
|
|
2469
2469
|
|
|
2470
2470
|
|
|
2471
|
+
--icon-content-doubleleft: "\e85c";
|
|
2471
2472
|
|
|
2472
|
-
--icon-content-sorting: "\e634";
|
|
2473
2473
|
|
|
2474
2474
|
|
|
2475
|
+
--icon-content-github-fill: "\e961";
|
|
2475
2476
|
|
|
2476
|
-
--icon-content-switch: "\e6b3";
|
|
2477
2477
|
|
|
2478
2478
|
|
|
2479
|
+
--icon-content-fullscreen-exit: "\e85b";
|
|
2479
2480
|
|
|
2480
|
-
--icon-content-arrow-double-right: "\e65e";
|
|
2481
2481
|
|
|
2482
2482
|
|
|
2483
|
+
--icon-content-dropbox-circle-fill: "\e960";
|
|
2483
2484
|
|
|
2484
|
-
--icon-content-arrow-double-left: "\e659";
|
|
2485
2485
|
|
|
2486
2486
|
|
|
2487
|
+
--icon-content-fullscreen: "\e85a";
|
|
2487
2488
|
|
|
2488
|
-
--icon-content-arrow-right: "\e619";
|
|
2489
2489
|
|
|
2490
2490
|
|
|
2491
|
+
--icon-content-CodeSandbox-circle-f: "\e95f";
|
|
2491
2492
|
|
|
2492
|
-
--icon-content-arrow-left: "\e61d";
|
|
2493
2493
|
|
|
2494
2494
|
|
|
2495
|
+
--icon-content-down: "\e859";
|
|
2495
2496
|
|
|
2496
|
-
--icon-content-arrow-down: "\e63d";
|
|
2497
2497
|
|
|
2498
2498
|
|
|
2499
|
+
--icon-content-codepen-circle-fill: "\e95e";
|
|
2499
2500
|
|
|
2500
|
-
--icon-content-arrow-up: "\e625";
|
|
2501
2501
|
|
|
2502
2502
|
|
|
2503
|
+
--icon-content-up: "\e858";
|
|
2503
2504
|
|
|
2504
|
-
--icon-content-minus: "\e601";
|
|
2505
2505
|
|
|
2506
2506
|
|
|
2507
|
+
--icon-content-amazon-circle-fill: "\e95d";
|
|
2507
2508
|
|
|
2508
|
-
--icon-content-add: "\e655";
|
|
2509
2509
|
|
|
2510
2510
|
|
|
2511
|
+
--icon-content-left: "\e857";
|
|
2511
2512
|
|
|
2512
|
-
--icon-content-favorites-filling: "\e60e";
|
|
2513
2513
|
|
|
2514
2514
|
|
|
2515
|
+
--icon-content-behance-circle-fill: "\e95c";
|
|
2515
2516
|
|
|
2516
|
-
--icon-content-delete-filling: "\e623";
|
|
2517
2517
|
|
|
2518
2518
|
|
|
2519
|
+
--icon-content-right: "\e856";
|
|
2519
2520
|
|
|
2520
|
-
--icon-content-success-filling: "\e63a";
|
|
2521
2521
|
|
|
2522
2522
|
|
|
2523
|
+
--icon-content-aliwangwang-fill: "\e95b";
|
|
2523
2524
|
|
|
2524
|
-
--icon-content-clock: "\e621";
|
|
2525
2525
|
|
|
2526
2526
|
|
|
2527
|
+
--icon-content-verticalleft: "\e855";
|
|
2527
2528
|
|
|
2528
|
-
--icon-content-help: "\e673";
|
|
2529
2529
|
|
|
2530
2530
|
|
|
2531
|
+
--icon-content-alipay-circle-fill: "\e95a";
|
|
2531
2532
|
|
|
2532
|
-
--icon-content-error: "\e60d";
|
|
2533
2533
|
|
|
2534
2534
|
|
|
2535
|
+
--icon-content-verticalright: "\e854";
|
|
2535
2536
|
|
|
2536
|
-
--icon-content-prompt: "\e60c";
|
|
2537
2537
|
|
|
2538
2538
|
|
|
2539
|
+
--icon-content-chrome-fill: "\e959";
|
|
2539
2540
|
|
|
2540
|
-
--icon-content-warning: "\e60b";
|
|
2541
2541
|
|
|
2542
2542
|
|
|
2543
|
+
--icon-content-arrawsalt: "\e853";
|
|
2543
2544
|
|
|
2544
|
-
--icon-content-success: "\e60a";
|
|
2545
2545
|
|
|
2546
2546
|
|
|
2547
|
+
--icon-content-wechat-fill: "\e958";
|
|
2547
2548
|
|
|
2548
|
-
--icon-content-cry: "\e65d";
|
|
2549
2549
|
|
|
2550
2550
|
|
|
2551
|
+
--icon-content-shrink: "\e852";
|
|
2551
2552
|
|
|
2552
|
-
--icon-content-smile: "\e65f";
|
|
2553
2553
|
|
|
2554
2554
|
|
|
2555
|
+
--icon-content-yahoo-fill: "\e957";
|
|
2555
2556
|
|
|
2556
|
-
--icon-font-path: "//at.alicdn.com/t/c/font_5119953_g4j2hmaju8";
|
|
2557
2557
|
|
|
2558
2558
|
|
|
2559
|
+
--icon-content-fork: "\e851";
|
|
2559
2560
|
|
|
2560
|
-
--icon-reset: "";
|
|
2561
2561
|
|
|
2562
2562
|
|
|
2563
|
+
--icon-content-Youtube-fill: "\e956";
|
|
2563
2564
|
|
|
2564
|
-
--icon-xxxl: var(--s-16, 64px);
|
|
2565
2565
|
|
|
2566
2566
|
|
|
2567
|
+
--icon-content-branches: "\e850";
|
|
2567
2568
|
|
|
2568
|
-
--icon-xxl: var(--s-12, 48px);
|
|
2569
2569
|
|
|
2570
2570
|
|
|
2571
|
+
--icon-content-yuque-fill: "\e955";
|
|
2571
2572
|
|
|
2572
|
-
--icon-xl: var(--s-8, 32px);
|
|
2573
2573
|
|
|
2574
2574
|
|
|
2575
|
+
--icon-content-share: "\e84f";
|
|
2575
2576
|
|
|
2576
|
-
--icon-l: var(--s-6, 24px);
|
|
2577
2577
|
|
|
2578
2578
|
|
|
2579
|
+
--icon-content-weibo: "\e954";
|
|
2579
2580
|
|
|
2580
|
-
--icon-m: var(--s-5, 20px);
|
|
2581
2581
|
|
|
2582
2582
|
|
|
2583
|
+
--icon-content-mr: "\e84e";
|
|
2583
2584
|
|
|
2584
|
-
--icon-s: var(--s-4, 16px);
|
|
2585
2585
|
|
|
2586
2586
|
|
|
2587
|
+
--icon-content-skype-fill: "\e953";
|
|
2587
2588
|
|
|
2588
|
-
--icon-xs: var(--s-3, 12px);
|
|
2589
2589
|
|
|
2590
2590
|
|
|
2591
|
+
--icon-content-scissor: "\e84d";
|
|
2591
2592
|
|
|
2592
|
-
--icon-xxs: var(--s-2, 8px);
|
|
2593
2593
|
|
|
2594
2594
|
|
|
2595
|
+
--icon-content-twitter: "\e952";
|
|
2595
2596
|
|
|
2596
|
-
--icon-font-name: "icon";
|
|
2597
2597
|
|
|
2598
2598
|
|
|
2599
|
-
|
|
2599
|
+
--icon-content-dashboard: "\e7fa";
|
|
2600
2600
|
|
|
2601
2601
|
|
|
2602
2602
|
|
|
2603
|
-
--
|
|
2603
|
+
--icon-content-list: "\e7f9";
|
|
2604
2604
|
|
|
2605
2605
|
|
|
2606
2606
|
|
|
2607
|
-
--
|
|
2607
|
+
--icon-content-detail: "\e7f8";
|
|
2608
2608
|
|
|
2609
2609
|
|
|
2610
2610
|
|
|
2611
|
-
--
|
|
2611
|
+
--icon-content-form: "\e7fb";
|
|
2612
2612
|
|
|
2613
2613
|
|
|
2614
2614
|
|
|
2615
|
-
--
|
|
2615
|
+
--icon-content-chart-pie: "\e613";
|
|
2616
2616
|
|
|
2617
2617
|
|
|
2618
2618
|
|
|
2619
|
-
--
|
|
2619
|
+
--icon-content-chart-bar: "\e612";
|
|
2620
2620
|
|
|
2621
2621
|
|
|
2622
2622
|
|
|
2623
|
-
--
|
|
2623
|
+
--icon-content-exit: "\e616";
|
|
2624
2624
|
|
|
2625
2625
|
|
|
2626
2626
|
|
|
2627
|
-
--
|
|
2627
|
+
--icon-content-lock: "\e617";
|
|
2628
2628
|
|
|
2629
2629
|
|
|
2630
2630
|
|
|
2631
|
-
--
|
|
2631
|
+
--icon-content-unlock: "\e615";
|
|
2632
2632
|
|
|
2633
2633
|
|
|
2634
2634
|
|
|
2635
|
-
--
|
|
2635
|
+
--icon-content-eye-close: "\e600";
|
|
2636
2636
|
|
|
2637
2637
|
|
|
2638
2638
|
|
|
2639
|
-
--
|
|
2639
|
+
--icon-content-eye: "\e611";
|
|
2640
2640
|
|
|
2641
2641
|
|
|
2642
2642
|
|
|
2643
|
-
--
|
|
2643
|
+
--icon-content-toggle-right: "\e603";
|
|
2644
2644
|
|
|
2645
2645
|
|
|
2646
2646
|
|
|
2647
|
-
--
|
|
2647
|
+
--icon-content-toggle-left: "\e602";
|
|
2648
2648
|
|
|
2649
2649
|
|
|
2650
2650
|
|
|
2651
|
-
--
|
|
2651
|
+
--icon-content-copy: "\e60f";
|
|
2652
2652
|
|
|
2653
2653
|
|
|
2654
2654
|
|
|
2655
|
-
--
|
|
2655
|
+
--icon-content-atm: "\e606";
|
|
2656
2656
|
|
|
2657
2657
|
|
|
2658
2658
|
|
|
2659
|
-
--
|
|
2659
|
+
--icon-content-email: "\e605";
|
|
2660
2660
|
|
|
2661
2661
|
|
|
2662
2662
|
|
|
2663
|
-
--
|
|
2663
|
+
--icon-content-account: "\e608";
|
|
2664
2664
|
|
|
2665
2665
|
|
|
2666
2666
|
|
|
2667
|
-
--
|
|
2667
|
+
--icon-content-attachment: "\e665";
|
|
2668
2668
|
|
|
2669
2669
|
|
|
2670
2670
|
|
|
2671
|
-
--
|
|
2671
|
+
--icon-content-filter: "\e627";
|
|
2672
2672
|
|
|
2673
2673
|
|
|
2674
2674
|
|
|
2675
|
-
--
|
|
2675
|
+
--icon-content-refresh: "\e677";
|
|
2676
2676
|
|
|
2677
2677
|
|
|
2678
2678
|
|
|
2679
|
-
--
|
|
2679
|
+
--icon-content-edit: "\e63b";
|
|
2680
2680
|
|
|
2681
2681
|
|
|
2682
2682
|
|
|
2683
|
-
--
|
|
2683
|
+
--icon-content-set: "\e683";
|
|
2684
2684
|
|
|
2685
2685
|
|
|
2686
2686
|
|
|
2687
|
-
--
|
|
2687
|
+
--icon-content-download: "\e628";
|
|
2688
2688
|
|
|
2689
2689
|
|
|
2690
2690
|
|
|
2691
|
-
--
|
|
2691
|
+
--icon-content-upload: "\e7ee";
|
|
2692
2692
|
|
|
2693
2693
|
|
|
2694
2694
|
|
|
2695
|
-
--
|
|
2695
|
+
--icon-content-ashbin: "\e639";
|
|
2696
2696
|
|
|
2697
2697
|
|
|
2698
2698
|
|
|
2699
|
-
--
|
|
2699
|
+
--icon-content-calendar: "\e607";
|
|
2700
2700
|
|
|
2701
2701
|
|
|
2702
2702
|
|
|
2703
|
-
--
|
|
2703
|
+
--icon-content-picture: "\e631";
|
|
2704
2704
|
|
|
2705
2705
|
|
|
2706
2706
|
|
|
2707
|
-
--
|
|
2707
|
+
--icon-content-ellipsis: "\e654";
|
|
2708
2708
|
|
|
2709
2709
|
|
|
2710
2710
|
|
|
2711
|
-
--
|
|
2711
|
+
--icon-content-close: "\e626";
|
|
2712
2712
|
|
|
2713
2713
|
|
|
2714
2714
|
|
|
2715
|
-
--
|
|
2715
|
+
--icon-content-search: "\e656";
|
|
2716
2716
|
|
|
2717
2717
|
|
|
2718
2718
|
|
|
2719
|
-
--
|
|
2719
|
+
--icon-content-loading: "\e646";
|
|
2720
2720
|
|
|
2721
2721
|
|
|
2722
2722
|
|
|
2723
|
-
--
|
|
2723
|
+
--icon-content-semi-select: "\e633";
|
|
2724
2724
|
|
|
2725
2725
|
|
|
2726
2726
|
|
|
2727
|
-
--
|
|
2727
|
+
--icon-content-select: "\e632";
|
|
2728
2728
|
|
|
2729
2729
|
|
|
2730
2730
|
|
|
2731
|
-
--
|
|
2731
|
+
--icon-content-ascending: "\e61e";
|
|
2732
2732
|
|
|
2733
2733
|
|
|
2734
2734
|
|
|
2735
|
-
--
|
|
2735
|
+
--icon-content-descending: "\e61f";
|
|
2736
2736
|
|
|
2737
2737
|
|
|
2738
2738
|
|
|
2739
|
-
--
|
|
2739
|
+
--icon-content-sorting: "\e634";
|
|
2740
2740
|
|
|
2741
2741
|
|
|
2742
2742
|
|
|
2743
|
-
--
|
|
2743
|
+
--icon-content-switch: "\e6b3";
|
|
2744
2744
|
|
|
2745
2745
|
|
|
2746
2746
|
|
|
2747
|
-
--
|
|
2747
|
+
--icon-content-arrow-double-right: "\e65e";
|
|
2748
2748
|
|
|
2749
2749
|
|
|
2750
2750
|
|
|
2751
|
-
--
|
|
2751
|
+
--icon-content-arrow-double-left: "\e659";
|
|
2752
2752
|
|
|
2753
2753
|
|
|
2754
2754
|
|
|
2755
|
-
--
|
|
2755
|
+
--icon-content-arrow-right: "\e619";
|
|
2756
2756
|
|
|
2757
2757
|
|
|
2758
2758
|
|
|
2759
|
-
--
|
|
2759
|
+
--icon-content-arrow-left: "\e61d";
|
|
2760
2760
|
|
|
2761
2761
|
|
|
2762
2762
|
|
|
2763
|
-
--
|
|
2763
|
+
--icon-content-arrow-down: "\e63d";
|
|
2764
2764
|
|
|
2765
2765
|
|
|
2766
2766
|
|
|
2767
|
-
--
|
|
2767
|
+
--icon-content-arrow-up: "\e625";
|
|
2768
2768
|
|
|
2769
2769
|
|
|
2770
2770
|
|
|
2771
|
-
--
|
|
2771
|
+
--icon-content-minus: "\e601";
|
|
2772
2772
|
|
|
2773
2773
|
|
|
2774
2774
|
|
|
2775
|
-
--
|
|
2775
|
+
--icon-content-add: "\e655";
|
|
2776
2776
|
|
|
2777
2777
|
|
|
2778
2778
|
|
|
2779
|
-
--
|
|
2779
|
+
--icon-content-favorites-filling: "\e60e";
|
|
2780
2780
|
|
|
2781
2781
|
|
|
2782
2782
|
|
|
2783
|
-
--
|
|
2783
|
+
--icon-content-delete-filling: "\e623";
|
|
2784
2784
|
|
|
2785
2785
|
|
|
2786
2786
|
|
|
2787
|
-
--
|
|
2787
|
+
--icon-content-success-filling: "\e63a";
|
|
2788
2788
|
|
|
2789
2789
|
|
|
2790
2790
|
|
|
2791
|
-
--
|
|
2791
|
+
--icon-content-clock: "\e621";
|
|
2792
2792
|
|
|
2793
2793
|
|
|
2794
2794
|
|
|
2795
|
-
--
|
|
2795
|
+
--icon-content-help: "\e673";
|
|
2796
2796
|
|
|
2797
2797
|
|
|
2798
2798
|
|
|
2799
|
-
--
|
|
2799
|
+
--icon-content-error: "\e60d";
|
|
2800
2800
|
|
|
2801
2801
|
|
|
2802
2802
|
|
|
2803
|
-
--
|
|
2803
|
+
--icon-content-prompt: "\e60c";
|
|
2804
2804
|
|
|
2805
2805
|
|
|
2806
2806
|
|
|
2807
|
-
--
|
|
2807
|
+
--icon-content-warning: "\e60b";
|
|
2808
2808
|
|
|
2809
2809
|
|
|
2810
2810
|
|
|
2811
|
-
--
|
|
2811
|
+
--icon-content-success: "\e60a";
|
|
2812
2812
|
|
|
2813
2813
|
|
|
2814
2814
|
|
|
2815
|
-
--
|
|
2815
|
+
--icon-content-cry: "\e65d";
|
|
2816
2816
|
|
|
2817
2817
|
|
|
2818
2818
|
|
|
2819
|
-
--
|
|
2819
|
+
--icon-content-smile: "\e65f";
|
|
2820
2820
|
|
|
2821
2821
|
|
|
2822
2822
|
|
|
2823
|
-
--
|
|
2823
|
+
--icon-font-path: "//at.alicdn.com/t/c/font_5119953_g4j2hmaju8";
|
|
2824
2824
|
|
|
2825
2825
|
|
|
2826
2826
|
|
|
2827
|
-
--
|
|
2827
|
+
--icon-reset: "";
|
|
2828
2828
|
|
|
2829
2829
|
|
|
2830
2830
|
|
|
2831
|
-
--
|
|
2831
|
+
--icon-xxxl: var(--s-16, 64px);
|
|
2832
2832
|
|
|
2833
2833
|
|
|
2834
2834
|
|
|
2835
|
-
--
|
|
2835
|
+
--icon-xxl: var(--s-12, 48px);
|
|
2836
2836
|
|
|
2837
2837
|
|
|
2838
2838
|
|
|
2839
|
-
--
|
|
2839
|
+
--icon-xl: var(--s-8, 32px);
|
|
2840
2840
|
|
|
2841
2841
|
|
|
2842
2842
|
|
|
2843
|
-
--
|
|
2843
|
+
--icon-l: var(--s-6, 24px);
|
|
2844
2844
|
|
|
2845
2845
|
|
|
2846
2846
|
|
|
2847
|
-
--
|
|
2847
|
+
--icon-m: var(--s-5, 20px);
|
|
2848
2848
|
|
|
2849
2849
|
|
|
2850
2850
|
|
|
2851
|
-
--
|
|
2851
|
+
--icon-s: var(--s-4, 16px);
|
|
2852
2852
|
|
|
2853
2853
|
|
|
2854
2854
|
|
|
2855
|
-
--
|
|
2855
|
+
--icon-xs: var(--s-3, 12px);
|
|
2856
2856
|
|
|
2857
2857
|
|
|
2858
2858
|
|
|
2859
|
-
--
|
|
2859
|
+
--icon-xxs: var(--s-2, 8px);
|
|
2860
2860
|
|
|
2861
2861
|
|
|
2862
2862
|
|
|
2863
|
-
--
|
|
2863
|
+
--icon-font-name: "icon";
|
|
2864
2864
|
|
|
2865
2865
|
|
|
2866
2866
|
/* ------------------------ font ------------------------ */
|
|
@@ -3068,7 +3068,7 @@
|
|
|
3068
3068
|
|
|
3069
3069
|
|
|
3070
3070
|
|
|
3071
|
-
--form-element-preview-text-color: var(--color-text1-4,
|
|
3071
|
+
--form-element-preview-text-color: var(--color-text1-4, #2e3038);
|
|
3072
3072
|
|
|
3073
3073
|
|
|
3074
3074
|
|
|
@@ -3622,7 +3622,7 @@
|
|
|
3622
3622
|
|
|
3623
3623
|
|
|
3624
3624
|
|
|
3625
|
-
--checkbox-label-color: var(--color-text1-4,
|
|
3625
|
+
--checkbox-label-color: var(--color-text1-4, #2e3038);
|
|
3626
3626
|
|
|
3627
3627
|
|
|
3628
3628
|
|
|
@@ -3761,7 +3761,7 @@
|
|
|
3761
3761
|
|
|
3762
3762
|
|
|
3763
3763
|
|
|
3764
|
-
--timeline-item-title-color: var(--color-text1-4,
|
|
3764
|
+
--timeline-item-title-color: var(--color-text1-4, #2e3038);
|
|
3765
3765
|
|
|
3766
3766
|
|
|
3767
3767
|
|
|
@@ -3864,11 +3864,11 @@
|
|
|
3864
3864
|
|
|
3865
3865
|
|
|
3866
3866
|
|
|
3867
|
-
--cascader-menu-icon-hover-expand-color: var(--color-text1-4,
|
|
3867
|
+
--cascader-menu-icon-hover-expand-color: var(--color-text1-4, #2e3038);
|
|
3868
3868
|
|
|
3869
3869
|
|
|
3870
3870
|
|
|
3871
|
-
--cascader-menu-item-expanded-color: var(--color-text1-4,
|
|
3871
|
+
--cascader-menu-item-expanded-color: var(--color-text1-4, #2e3038);
|
|
3872
3872
|
|
|
3873
3873
|
|
|
3874
3874
|
|
|
@@ -3903,7 +3903,7 @@
|
|
|
3903
3903
|
|
|
3904
3904
|
|
|
3905
3905
|
|
|
3906
|
-
--menu-btn-text-text-normal-icon-color: var(--color-text1-4,
|
|
3906
|
+
--menu-btn-text-text-normal-icon-color: var(--color-text1-4, #2e3038);
|
|
3907
3907
|
|
|
3908
3908
|
|
|
3909
3909
|
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
|
|
3912
3912
|
|
|
3913
3913
|
|
|
3914
|
-
--menu-btn-ghost-light-icon-color: var(--color-text1-4,
|
|
3914
|
+
--menu-btn-ghost-light-icon-color: var(--color-text1-4, #2e3038);
|
|
3915
3915
|
|
|
3916
3916
|
|
|
3917
3917
|
|
|
@@ -3998,7 +3998,7 @@
|
|
|
3998
3998
|
|
|
3999
3999
|
|
|
4000
4000
|
|
|
4001
|
-
--range-normal-mark-selected-color: var(--color-text1-4,
|
|
4001
|
+
--range-normal-mark-selected-color: var(--color-text1-4, #2e3038);
|
|
4002
4002
|
|
|
4003
4003
|
|
|
4004
4004
|
|
|
@@ -4026,7 +4026,7 @@
|
|
|
4026
4026
|
|
|
4027
4027
|
|
|
4028
4028
|
|
|
4029
|
-
--range-normal-mark-selected-color-hover: var(--color-text1-4,
|
|
4029
|
+
--range-normal-mark-selected-color-hover: var(--color-text1-4, #2e3038);
|
|
4030
4030
|
|
|
4031
4031
|
|
|
4032
4032
|
|
|
@@ -4292,7 +4292,7 @@
|
|
|
4292
4292
|
|
|
4293
4293
|
|
|
4294
4294
|
|
|
4295
|
-
--search-normal-normal-btn-hover-text-color: var(--color-text1-4,
|
|
4295
|
+
--search-normal-normal-btn-hover-text-color: var(--color-text1-4, #2e3038);
|
|
4296
4296
|
|
|
4297
4297
|
|
|
4298
4298
|
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
|
|
4563
4563
|
|
|
4564
4564
|
|
|
4565
|
-
--tree-node-normal-color: var(--color-text1-4,
|
|
4565
|
+
--tree-node-normal-color: var(--color-text1-4, #2e3038);
|
|
4566
4566
|
|
|
4567
4567
|
|
|
4568
4568
|
|
|
@@ -4610,7 +4610,7 @@
|
|
|
4610
4610
|
|
|
4611
4611
|
|
|
4612
4612
|
|
|
4613
|
-
--tree-node-hover-color: var(--color-text1-4,
|
|
4613
|
+
--tree-node-hover-color: var(--color-text1-4, #2e3038);
|
|
4614
4614
|
|
|
4615
4615
|
|
|
4616
4616
|
|
|
@@ -4618,11 +4618,11 @@
|
|
|
4618
4618
|
|
|
4619
4619
|
|
|
4620
4620
|
|
|
4621
|
-
--tree-switch-hover-arrow-color: var(--color-text1-4,
|
|
4621
|
+
--tree-switch-hover-arrow-color: var(--color-text1-4, #2e3038);
|
|
4622
4622
|
|
|
4623
4623
|
|
|
4624
4624
|
|
|
4625
|
-
--tree-switch-hover-icon-color: var(--color-text1-4,
|
|
4625
|
+
--tree-switch-hover-icon-color: var(--color-text1-4, #2e3038);
|
|
4626
4626
|
|
|
4627
4627
|
|
|
4628
4628
|
|
|
@@ -4634,7 +4634,7 @@
|
|
|
4634
4634
|
|
|
4635
4635
|
|
|
4636
4636
|
|
|
4637
|
-
--tree-node-selected-color: var(--color-text1-4,
|
|
4637
|
+
--tree-node-selected-color: var(--color-text1-4, #2e3038);
|
|
4638
4638
|
|
|
4639
4639
|
|
|
4640
4640
|
|
|
@@ -4777,7 +4777,7 @@
|
|
|
4777
4777
|
|
|
4778
4778
|
|
|
4779
4779
|
|
|
4780
|
-
--card-title-color: var(--color-text1-4,
|
|
4780
|
+
--card-title-color: var(--color-text1-4, #2e3038);
|
|
4781
4781
|
|
|
4782
4782
|
|
|
4783
4783
|
|
|
@@ -4812,7 +4812,7 @@
|
|
|
4812
4812
|
|
|
4813
4813
|
|
|
4814
4814
|
|
|
4815
|
-
--paragraph-text-color: var(--color-text1-4,
|
|
4815
|
+
--paragraph-text-color: var(--color-text1-4, #2e3038);
|
|
4816
4816
|
|
|
4817
4817
|
|
|
4818
4818
|
|
|
@@ -5002,7 +5002,7 @@
|
|
|
5002
5002
|
|
|
5003
5003
|
|
|
5004
5004
|
|
|
5005
|
-
--typography-text-color: var(--color-text1-4,
|
|
5005
|
+
--typography-text-color: var(--color-text1-4, #2e3038);
|
|
5006
5006
|
|
|
5007
5007
|
|
|
5008
5008
|
|
|
@@ -5014,7 +5014,7 @@
|
|
|
5014
5014
|
|
|
5015
5015
|
|
|
5016
5016
|
|
|
5017
|
-
--typography-text-mark-color: var(--color-text1-4,
|
|
5017
|
+
--typography-text-mark-color: var(--color-text1-4, #2e3038);
|
|
5018
5018
|
|
|
5019
5019
|
|
|
5020
5020
|
|
|
@@ -5022,7 +5022,7 @@
|
|
|
5022
5022
|
|
|
5023
5023
|
|
|
5024
5024
|
|
|
5025
|
-
--typography-text-code-color: var(--color-text1-4,
|
|
5025
|
+
--typography-text-code-color: var(--color-text1-4, #2e3038);
|
|
5026
5026
|
|
|
5027
5027
|
|
|
5028
5028
|
|
|
@@ -5169,7 +5169,7 @@
|
|
|
5169
5169
|
|
|
5170
5170
|
|
|
5171
5171
|
|
|
5172
|
-
--btn-pure-normal-color: var(--color-text1-4,
|
|
5172
|
+
--btn-pure-normal-color: var(--color-text1-4, #2e3038);
|
|
5173
5173
|
|
|
5174
5174
|
|
|
5175
5175
|
|
|
@@ -5177,10 +5177,6 @@
|
|
|
5177
5177
|
|
|
5178
5178
|
|
|
5179
5179
|
|
|
5180
|
-
--btn-pure-normal-border-color: var(--color-line1-3, #cacaca);
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
5180
|
--btn-pure-normal-border-style: var(--line-solid, solid);
|
|
5185
5181
|
|
|
5186
5182
|
|
|
@@ -5301,11 +5297,11 @@
|
|
|
5301
5297
|
|
|
5302
5298
|
|
|
5303
5299
|
|
|
5304
|
-
--btn-ghost-light-color: var(--color-text1-4,
|
|
5300
|
+
--btn-ghost-light-color: var(--color-text1-4, #2e3038);
|
|
5305
5301
|
|
|
5306
5302
|
|
|
5307
5303
|
|
|
5308
|
-
--btn-ghost-light-border-color: var(--color-text1-4,
|
|
5304
|
+
--btn-ghost-light-border-color: var(--color-text1-4, #2e3038);
|
|
5309
5305
|
|
|
5310
5306
|
|
|
5311
5307
|
|
|
@@ -5321,7 +5317,7 @@
|
|
|
5321
5317
|
|
|
5322
5318
|
|
|
5323
5319
|
|
|
5324
|
-
--btn-ghost-light-border-color-hover: var(--color-text1-4,
|
|
5320
|
+
--btn-ghost-light-border-color-hover: var(--color-text1-4, #2e3038);
|
|
5325
5321
|
|
|
5326
5322
|
|
|
5327
5323
|
|
|
@@ -5433,7 +5429,7 @@
|
|
|
5433
5429
|
|
|
5434
5430
|
|
|
5435
5431
|
|
|
5436
|
-
--btn-text-loading-color: var(--color-text1-4,
|
|
5432
|
+
--btn-text-loading-color: var(--color-text1-4, #2e3038);
|
|
5437
5433
|
|
|
5438
5434
|
|
|
5439
5435
|
|
|
@@ -5445,7 +5441,7 @@
|
|
|
5445
5441
|
|
|
5446
5442
|
|
|
5447
5443
|
|
|
5448
|
-
--btn-text-normal-color: var(--color-text1-4,
|
|
5444
|
+
--btn-text-normal-color: var(--color-text1-4, #2e3038);
|
|
5449
5445
|
|
|
5450
5446
|
|
|
5451
5447
|
|
|
@@ -5509,30 +5505,10 @@
|
|
|
5509
5505
|
|
|
5510
5506
|
|
|
5511
5507
|
|
|
5512
|
-
--btn-size-s-corner: var(--corner-2, 8px);
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
5508
|
--btn-size-m-height: var(--s-8, 32px);
|
|
5517
5509
|
|
|
5518
5510
|
|
|
5519
5511
|
|
|
5520
|
-
--btn-size-m-padding: var(--s-4, 16px);
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
--btn-size-m-corner: var(--corner-2, 8px);
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
--btn-size-l-padding: var(--s-4, 16px);
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
--btn-size-l-corner: var(--corner-2, 8px);
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
5512
|
--btn-pure-normal-color-hover: var(--color-brand1-6, #257df9);
|
|
5537
5513
|
|
|
5538
5514
|
|
|
@@ -5632,11 +5608,31 @@
|
|
|
5632
5608
|
--btn-warning-normal-bg-active: var(--color-white, #FFFFFF);
|
|
5633
5609
|
|
|
5634
5610
|
|
|
5635
|
-
|
|
5611
|
+
|
|
5612
|
+
--btn-pure-normal-border-color: var(--color-line1-2, #f0f0f0);
|
|
5613
|
+
|
|
5614
|
+
|
|
5615
|
+
|
|
5616
|
+
--btn-size-l-corner: var(--corner-1, 6px);
|
|
5636
5617
|
|
|
5637
5618
|
|
|
5638
5619
|
|
|
5639
|
-
--
|
|
5620
|
+
--btn-size-s-corner: var(--corner-1, 6px);
|
|
5621
|
+
|
|
5622
|
+
|
|
5623
|
+
|
|
5624
|
+
--btn-size-m-padding: var(--s-3, 12px);
|
|
5625
|
+
|
|
5626
|
+
|
|
5627
|
+
|
|
5628
|
+
--btn-size-m-corner: var(--corner-1, 6px);
|
|
5629
|
+
|
|
5630
|
+
|
|
5631
|
+
|
|
5632
|
+
--btn-size-l-padding: var(--s-4, 16px);
|
|
5633
|
+
|
|
5634
|
+
|
|
5635
|
+
/* ------------------------ tag ------------------------ */
|
|
5640
5636
|
|
|
5641
5637
|
|
|
5642
5638
|
|
|
@@ -5720,7 +5716,7 @@
|
|
|
5720
5716
|
|
|
5721
5717
|
|
|
5722
5718
|
|
|
5723
|
-
--tag-normal-text-color: var(--color-text1-4,
|
|
5719
|
+
--tag-normal-text-color: var(--color-text1-4, #2e3038);
|
|
5724
5720
|
|
|
5725
5721
|
|
|
5726
5722
|
|
|
@@ -5760,7 +5756,7 @@
|
|
|
5760
5756
|
|
|
5761
5757
|
|
|
5762
5758
|
|
|
5763
|
-
--tag-closable-bordered-text-color-hover: var(--color-text1-4,
|
|
5759
|
+
--tag-closable-bordered-text-color-hover: var(--color-text1-4, #2e3038);
|
|
5764
5760
|
|
|
5765
5761
|
|
|
5766
5762
|
|
|
@@ -5776,7 +5772,7 @@
|
|
|
5776
5772
|
|
|
5777
5773
|
|
|
5778
5774
|
|
|
5779
|
-
--tag-closable-bordered-tail-color-hover: var(--color-text1-4,
|
|
5775
|
+
--tag-closable-bordered-tail-color-hover: var(--color-text1-4, #2e3038);
|
|
5780
5776
|
|
|
5781
5777
|
|
|
5782
5778
|
|
|
@@ -5828,15 +5824,15 @@
|
|
|
5828
5824
|
|
|
5829
5825
|
|
|
5830
5826
|
|
|
5831
|
-
--tag-fill-tail-color-hover: var(--color-text1-4,
|
|
5827
|
+
--tag-fill-tail-color-hover: var(--color-text1-4, #2e3038);
|
|
5832
5828
|
|
|
5833
5829
|
|
|
5834
5830
|
|
|
5835
|
-
--tag-bordered-text-color-hover: var(--color-text1-4,
|
|
5831
|
+
--tag-bordered-text-color-hover: var(--color-text1-4, #2e3038);
|
|
5836
5832
|
|
|
5837
5833
|
|
|
5838
5834
|
|
|
5839
|
-
--tag-bordered-tail-color-hover: var(--color-text1-4,
|
|
5835
|
+
--tag-bordered-tail-color-hover: var(--color-text1-4, #2e3038);
|
|
5840
5836
|
|
|
5841
5837
|
|
|
5842
5838
|
|
|
@@ -5916,7 +5912,7 @@
|
|
|
5916
5912
|
|
|
5917
5913
|
|
|
5918
5914
|
|
|
5919
|
-
--tag-checkable-fill-text-color-hover: var(--color-text1-4,
|
|
5915
|
+
--tag-checkable-fill-text-color-hover: var(--color-text1-4, #2e3038);
|
|
5920
5916
|
|
|
5921
5917
|
|
|
5922
5918
|
|
|
@@ -5932,7 +5928,7 @@
|
|
|
5932
5928
|
|
|
5933
5929
|
|
|
5934
5930
|
|
|
5935
|
-
--tag-checkable-fill-tail-color-hover: var(--color-text1-4,
|
|
5931
|
+
--tag-checkable-fill-tail-color-hover: var(--color-text1-4, #2e3038);
|
|
5936
5932
|
|
|
5937
5933
|
|
|
5938
5934
|
|
|
@@ -5964,7 +5960,7 @@
|
|
|
5964
5960
|
|
|
5965
5961
|
|
|
5966
5962
|
|
|
5967
|
-
--tag-checkable-normal-text-color-hover: var(--color-text1-4,
|
|
5963
|
+
--tag-checkable-normal-text-color-hover: var(--color-text1-4, #2e3038);
|
|
5968
5964
|
|
|
5969
5965
|
|
|
5970
5966
|
|
|
@@ -6076,7 +6072,7 @@
|
|
|
6076
6072
|
|
|
6077
6073
|
|
|
6078
6074
|
|
|
6079
|
-
--tag-closable-primary-fill-text-color-hover: var(--color-text1-4,
|
|
6075
|
+
--tag-closable-primary-fill-text-color-hover: var(--color-text1-4, #2e3038);
|
|
6080
6076
|
|
|
6081
6077
|
|
|
6082
6078
|
|
|
@@ -6100,14 +6096,6 @@
|
|
|
6100
6096
|
|
|
6101
6097
|
|
|
6102
6098
|
|
|
6103
|
-
--tag-size-l-height: var(--s-5, 20px);
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
--tag-size-m-height: var(--s-5, 20px);
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
6099
|
--tag-size-l-padding-lr: var(--s-2, 8px);
|
|
6112
6100
|
|
|
6113
6101
|
|
|
@@ -6140,7 +6128,7 @@
|
|
|
6140
6128
|
|
|
6141
6129
|
|
|
6142
6130
|
|
|
6143
|
-
--tag-bordered-text-color: var(--color-text1-4,
|
|
6131
|
+
--tag-bordered-text-color: var(--color-text1-4, #2e3038);
|
|
6144
6132
|
|
|
6145
6133
|
|
|
6146
6134
|
|
|
@@ -6171,11 +6159,23 @@
|
|
|
6171
6159
|
--tag-bordered-bg-hover: var(--color-fill1-2, #f8f9fb);
|
|
6172
6160
|
|
|
6173
6161
|
|
|
6162
|
+
|
|
6163
|
+
--tag-size-l-height: var(--s-7, 28px);
|
|
6164
|
+
|
|
6165
|
+
|
|
6166
|
+
|
|
6167
|
+
--tag-size-m-height: var(--s-7, 28px);
|
|
6168
|
+
|
|
6169
|
+
|
|
6170
|
+
|
|
6171
|
+
--tag-size-s-height: var(--s-7, 28px);
|
|
6172
|
+
|
|
6173
|
+
|
|
6174
6174
|
/* ------------------------ input ------------------------ */
|
|
6175
6175
|
|
|
6176
6176
|
|
|
6177
6177
|
|
|
6178
|
-
--input-text-color: var(--color-text1-4,
|
|
6178
|
+
--input-text-color: var(--color-text1-4, #2e3038);
|
|
6179
6179
|
|
|
6180
6180
|
|
|
6181
6181
|
|
|
@@ -6315,7 +6315,7 @@
|
|
|
6315
6315
|
|
|
6316
6316
|
|
|
6317
6317
|
|
|
6318
|
-
--input-feedback-error-color: var(--input-text-color,
|
|
6318
|
+
--input-feedback-error-color: var(--input-text-color, #2e3038);
|
|
6319
6319
|
|
|
6320
6320
|
|
|
6321
6321
|
|
|
@@ -6492,14 +6492,6 @@
|
|
|
6492
6492
|
|
|
6493
6493
|
|
|
6494
6494
|
|
|
6495
|
-
--table-header-corner-top: var(--corner-zero, 0px);
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
--table-header-corner-bottom: var(--corner-zero, 0px);
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
6495
|
--table-size-s-cell-padding-top: var(--s-2, 8px);
|
|
6504
6496
|
|
|
6505
6497
|
|
|
@@ -6544,15 +6536,15 @@
|
|
|
6544
6536
|
|
|
6545
6537
|
|
|
6546
6538
|
|
|
6547
|
-
--table-th-color: var(--color-text1-4,
|
|
6539
|
+
--table-th-color: var(--color-text1-4, #2e3038);
|
|
6548
6540
|
|
|
6549
6541
|
|
|
6550
6542
|
|
|
6551
|
-
--table-sort-color: var(--color-text1-4,
|
|
6543
|
+
--table-sort-color: var(--color-text1-4, #2e3038);
|
|
6552
6544
|
|
|
6553
6545
|
|
|
6554
6546
|
|
|
6555
|
-
--table-group-th-color: var(--color-text1-4,
|
|
6547
|
+
--table-group-th-color: var(--color-text1-4, #2e3038);
|
|
6556
6548
|
|
|
6557
6549
|
|
|
6558
6550
|
|
|
@@ -6560,7 +6552,7 @@
|
|
|
6560
6552
|
|
|
6561
6553
|
|
|
6562
6554
|
|
|
6563
|
-
--table-row-color: var(--color-text1-4,
|
|
6555
|
+
--table-row-color: var(--color-text1-4, #2e3038);
|
|
6564
6556
|
|
|
6565
6557
|
|
|
6566
6558
|
|
|
@@ -6576,15 +6568,15 @@
|
|
|
6576
6568
|
|
|
6577
6569
|
|
|
6578
6570
|
|
|
6579
|
-
--table-group-footer-color: var(--color-text1-4,
|
|
6571
|
+
--table-group-footer-color: var(--color-text1-4, #2e3038);
|
|
6580
6572
|
|
|
6581
6573
|
|
|
6582
6574
|
|
|
6583
|
-
--table-row-hover-color: var(--color-text1-4,
|
|
6575
|
+
--table-row-hover-color: var(--color-text1-4, #2e3038);
|
|
6584
6576
|
|
|
6585
6577
|
|
|
6586
6578
|
|
|
6587
|
-
--table-row-selected-color: var(--color-text1-4,
|
|
6579
|
+
--table-row-selected-color: var(--color-text1-4, #2e3038);
|
|
6588
6580
|
|
|
6589
6581
|
|
|
6590
6582
|
|
|
@@ -6651,6 +6643,14 @@
|
|
|
6651
6643
|
--table-row-selected-bg: var(--color-other-6, #e6f7ff);
|
|
6652
6644
|
|
|
6653
6645
|
|
|
6646
|
+
|
|
6647
|
+
--table-header-corner-top: var(--corner-1, 6px);
|
|
6648
|
+
|
|
6649
|
+
|
|
6650
|
+
|
|
6651
|
+
--table-header-corner-bottom: var(--corner-1, 6px);
|
|
6652
|
+
|
|
6653
|
+
|
|
6654
6654
|
/* ------------------------ upload ------------------------ */
|
|
6655
6655
|
|
|
6656
6656
|
|
|
@@ -6707,7 +6707,7 @@
|
|
|
6707
6707
|
|
|
6708
6708
|
|
|
6709
6709
|
|
|
6710
|
-
--upload-text-list-name-font-color: var(--color-text1-4,
|
|
6710
|
+
--upload-text-list-name-font-color: var(--color-text1-4, #2e3038);
|
|
6711
6711
|
|
|
6712
6712
|
|
|
6713
6713
|
|
|
@@ -7137,7 +7137,7 @@
|
|
|
7137
7137
|
|
|
7138
7138
|
|
|
7139
7139
|
|
|
7140
|
-
--balloon-normal-color: var(--color-text1-4,
|
|
7140
|
+
--balloon-normal-color: var(--color-text1-4, #2e3038);
|
|
7141
7141
|
|
|
7142
7142
|
|
|
7143
7143
|
|
|
@@ -7161,7 +7161,7 @@
|
|
|
7161
7161
|
|
|
7162
7162
|
|
|
7163
7163
|
|
|
7164
|
-
--balloon-primary-color: var(--color-text1-4,
|
|
7164
|
+
--balloon-primary-color: var(--color-text1-4, #2e3038);
|
|
7165
7165
|
|
|
7166
7166
|
|
|
7167
7167
|
|
|
@@ -7169,7 +7169,7 @@
|
|
|
7169
7169
|
|
|
7170
7170
|
|
|
7171
7171
|
|
|
7172
|
-
--balloon-primary-color-close-hover: var(--color-text1-4,
|
|
7172
|
+
--balloon-primary-color-close-hover: var(--color-text1-4, #2e3038);
|
|
7173
7173
|
|
|
7174
7174
|
|
|
7175
7175
|
|
|
@@ -7232,7 +7232,7 @@
|
|
|
7232
7232
|
|
|
7233
7233
|
|
|
7234
7234
|
|
|
7235
|
-
--select-color: var(--color-text1-4,
|
|
7235
|
+
--select-color: var(--color-text1-4, #2e3038);
|
|
7236
7236
|
|
|
7237
7237
|
|
|
7238
7238
|
|
|
@@ -7315,7 +7315,7 @@
|
|
|
7315
7315
|
|
|
7316
7316
|
|
|
7317
7317
|
|
|
7318
|
-
--drawer-title-color: var(--color-text1-4,
|
|
7318
|
+
--drawer-title-color: var(--color-text1-4, #2e3038);
|
|
7319
7319
|
|
|
7320
7320
|
|
|
7321
7321
|
|
|
@@ -7335,7 +7335,7 @@
|
|
|
7335
7335
|
|
|
7336
7336
|
|
|
7337
7337
|
|
|
7338
|
-
--drawer-close-color-hovered: var(--color-text1-4,
|
|
7338
|
+
--drawer-close-color-hovered: var(--color-text1-4, #2e3038);
|
|
7339
7339
|
|
|
7340
7340
|
|
|
7341
7341
|
|
|
@@ -7466,15 +7466,15 @@
|
|
|
7466
7466
|
|
|
7467
7467
|
|
|
7468
7468
|
|
|
7469
|
-
--message-success-color-title-inline: var(--color-text1-4,
|
|
7469
|
+
--message-success-color-title-inline: var(--color-text1-4, #2e3038);
|
|
7470
7470
|
|
|
7471
7471
|
|
|
7472
7472
|
|
|
7473
|
-
--message-success-color-title-addon: var(--color-text1-4,
|
|
7473
|
+
--message-success-color-title-addon: var(--color-text1-4, #2e3038);
|
|
7474
7474
|
|
|
7475
7475
|
|
|
7476
7476
|
|
|
7477
|
-
--message-success-color-title-toast: var(--color-text1-4,
|
|
7477
|
+
--message-success-color-title-toast: var(--color-text1-4, #2e3038);
|
|
7478
7478
|
|
|
7479
7479
|
|
|
7480
7480
|
|
|
@@ -7522,15 +7522,15 @@
|
|
|
7522
7522
|
|
|
7523
7523
|
|
|
7524
7524
|
|
|
7525
|
-
--message-error-color-title-inline: var(--color-text1-4,
|
|
7525
|
+
--message-error-color-title-inline: var(--color-text1-4, #2e3038);
|
|
7526
7526
|
|
|
7527
7527
|
|
|
7528
7528
|
|
|
7529
|
-
--message-error-color-title-addon: var(--color-text1-4,
|
|
7529
|
+
--message-error-color-title-addon: var(--color-text1-4, #2e3038);
|
|
7530
7530
|
|
|
7531
7531
|
|
|
7532
7532
|
|
|
7533
|
-
--message-error-color-title-toast: var(--color-text1-4,
|
|
7533
|
+
--message-error-color-title-toast: var(--color-text1-4, #2e3038);
|
|
7534
7534
|
|
|
7535
7535
|
|
|
7536
7536
|
|
|
@@ -7578,15 +7578,15 @@
|
|
|
7578
7578
|
|
|
7579
7579
|
|
|
7580
7580
|
|
|
7581
|
-
--message-warning-color-title-inline: var(--color-text1-4,
|
|
7581
|
+
--message-warning-color-title-inline: var(--color-text1-4, #2e3038);
|
|
7582
7582
|
|
|
7583
7583
|
|
|
7584
7584
|
|
|
7585
|
-
--message-warning-color-title-addon: var(--color-text1-4,
|
|
7585
|
+
--message-warning-color-title-addon: var(--color-text1-4, #2e3038);
|
|
7586
7586
|
|
|
7587
7587
|
|
|
7588
7588
|
|
|
7589
|
-
--message-warning-color-title-toast: var(--color-text1-4,
|
|
7589
|
+
--message-warning-color-title-toast: var(--color-text1-4, #2e3038);
|
|
7590
7590
|
|
|
7591
7591
|
|
|
7592
7592
|
|
|
@@ -7634,15 +7634,15 @@
|
|
|
7634
7634
|
|
|
7635
7635
|
|
|
7636
7636
|
|
|
7637
|
-
--message-notice-color-title-inline: var(--color-text1-4,
|
|
7637
|
+
--message-notice-color-title-inline: var(--color-text1-4, #2e3038);
|
|
7638
7638
|
|
|
7639
7639
|
|
|
7640
7640
|
|
|
7641
|
-
--message-notice-color-title-addon: var(--color-text1-4,
|
|
7641
|
+
--message-notice-color-title-addon: var(--color-text1-4, #2e3038);
|
|
7642
7642
|
|
|
7643
7643
|
|
|
7644
7644
|
|
|
7645
|
-
--message-notice-color-title-toast: var(--color-text1-4,
|
|
7645
|
+
--message-notice-color-title-toast: var(--color-text1-4, #2e3038);
|
|
7646
7646
|
|
|
7647
7647
|
|
|
7648
7648
|
|
|
@@ -7682,15 +7682,15 @@
|
|
|
7682
7682
|
|
|
7683
7683
|
|
|
7684
7684
|
|
|
7685
|
-
--message-help-color-title-inline: var(--color-text1-4,
|
|
7685
|
+
--message-help-color-title-inline: var(--color-text1-4, #2e3038);
|
|
7686
7686
|
|
|
7687
7687
|
|
|
7688
7688
|
|
|
7689
|
-
--message-help-color-title-addon: var(--color-text1-4,
|
|
7689
|
+
--message-help-color-title-addon: var(--color-text1-4, #2e3038);
|
|
7690
7690
|
|
|
7691
7691
|
|
|
7692
7692
|
|
|
7693
|
-
--message-help-color-title-toast: var(--color-text1-4,
|
|
7693
|
+
--message-help-color-title-toast: var(--color-text1-4, #2e3038);
|
|
7694
7694
|
|
|
7695
7695
|
|
|
7696
7696
|
|
|
@@ -7726,15 +7726,15 @@
|
|
|
7726
7726
|
|
|
7727
7727
|
|
|
7728
7728
|
|
|
7729
|
-
--message-loading-color-title-inline: var(--color-text1-4,
|
|
7729
|
+
--message-loading-color-title-inline: var(--color-text1-4, #2e3038);
|
|
7730
7730
|
|
|
7731
7731
|
|
|
7732
7732
|
|
|
7733
|
-
--message-loading-color-title-addon: var(--color-text1-4,
|
|
7733
|
+
--message-loading-color-title-addon: var(--color-text1-4, #2e3038);
|
|
7734
7734
|
|
|
7735
7735
|
|
|
7736
7736
|
|
|
7737
|
-
--message-loading-color-title-toast: var(--color-text1-4,
|
|
7737
|
+
--message-loading-color-title-toast: var(--color-text1-4, #2e3038);
|
|
7738
7738
|
|
|
7739
7739
|
|
|
7740
7740
|
|
|
@@ -7901,7 +7901,7 @@
|
|
|
7901
7901
|
|
|
7902
7902
|
|
|
7903
7903
|
|
|
7904
|
-
--dialog-title-color: var(--color-text1-4,
|
|
7904
|
+
--dialog-title-color: var(--color-text1-4, #2e3038);
|
|
7905
7905
|
|
|
7906
7906
|
|
|
7907
7907
|
|
|
@@ -7953,10 +7953,6 @@
|
|
|
7953
7953
|
|
|
7954
7954
|
|
|
7955
7955
|
|
|
7956
|
-
--dialog-corner: var(--corner-3, 16px);
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
7956
|
--dialog-shadow: var(--shadow-1, 0px 0px 12px 0px rgba(0, 0, 0, 0.12));
|
|
7961
7957
|
|
|
7962
7958
|
|
|
@@ -7980,6 +7976,10 @@
|
|
|
7980
7976
|
--dialog-close-color-hovered: var(--color-black, #000000);
|
|
7981
7977
|
|
|
7982
7978
|
|
|
7979
|
+
|
|
7980
|
+
--dialog-corner: var(--corner-3, 16px);
|
|
7981
|
+
|
|
7982
|
+
|
|
7983
7983
|
/* ------------------------ number-picker ------------------------ */
|
|
7984
7984
|
|
|
7985
7985
|
|
|
@@ -8127,7 +8127,7 @@
|
|
|
8127
8127
|
|
|
8128
8128
|
|
|
8129
8129
|
|
|
8130
|
-
--progress-line-font-color: var(--color-text1-4,
|
|
8130
|
+
--progress-line-font-color: var(--color-text1-4, #2e3038);
|
|
8131
8131
|
|
|
8132
8132
|
|
|
8133
8133
|
|
|
@@ -8191,7 +8191,7 @@
|
|
|
8191
8191
|
|
|
8192
8192
|
|
|
8193
8193
|
|
|
8194
|
-
--progress-circle-text-color: var(--color-text1-4,
|
|
8194
|
+
--progress-circle-text-color: var(--color-text1-4, #2e3038);
|
|
8195
8195
|
|
|
8196
8196
|
|
|
8197
8197
|
|
|
@@ -8490,11 +8490,11 @@
|
|
|
8490
8490
|
|
|
8491
8491
|
|
|
8492
8492
|
|
|
8493
|
-
--shell-light-tooldock-item-color-hover: var(--color-text1-4,
|
|
8493
|
+
--shell-light-tooldock-item-color-hover: var(--color-text1-4, #2e3038);
|
|
8494
8494
|
|
|
8495
8495
|
|
|
8496
8496
|
|
|
8497
|
-
--shell-light-tooldock-item-color-active: var(--color-text1-4,
|
|
8497
|
+
--shell-light-tooldock-item-color-active: var(--color-text1-4, #2e3038);
|
|
8498
8498
|
|
|
8499
8499
|
|
|
8500
8500
|
|
|
@@ -8766,11 +8766,11 @@
|
|
|
8766
8766
|
|
|
8767
8767
|
|
|
8768
8768
|
|
|
8769
|
-
--shell-dark-tooldock-item-color-hover: var(--color-text1-4,
|
|
8769
|
+
--shell-dark-tooldock-item-color-hover: var(--color-text1-4, #2e3038);
|
|
8770
8770
|
|
|
8771
8771
|
|
|
8772
8772
|
|
|
8773
|
-
--shell-dark-tooldock-item-color-active: var(--color-text1-4,
|
|
8773
|
+
--shell-dark-tooldock-item-color-active: var(--color-text1-4, #2e3038);
|
|
8774
8774
|
|
|
8775
8775
|
|
|
8776
8776
|
|
|
@@ -9050,11 +9050,11 @@
|
|
|
9050
9050
|
|
|
9051
9051
|
|
|
9052
9052
|
|
|
9053
|
-
--shell-brand-tooldock-item-color-hover: var(--color-text1-4,
|
|
9053
|
+
--shell-brand-tooldock-item-color-hover: var(--color-text1-4, #2e3038);
|
|
9054
9054
|
|
|
9055
9055
|
|
|
9056
9056
|
|
|
9057
|
-
--shell-brand-tooldock-item-color-active: var(--color-text1-4,
|
|
9057
|
+
--shell-brand-tooldock-item-color-active: var(--color-text1-4, #2e3038);
|
|
9058
9058
|
|
|
9059
9059
|
|
|
9060
9060
|
|
|
@@ -9113,7 +9113,7 @@
|
|
|
9113
9113
|
|
|
9114
9114
|
|
|
9115
9115
|
|
|
9116
|
-
--divider-hoz-text-color: var(--color-text1-4,
|
|
9116
|
+
--divider-hoz-text-color: var(--color-text1-4, #2e3038);
|
|
9117
9117
|
|
|
9118
9118
|
|
|
9119
9119
|
|
|
@@ -9160,7 +9160,7 @@
|
|
|
9160
9160
|
|
|
9161
9161
|
|
|
9162
9162
|
|
|
9163
|
-
--collapse-title-font-color: var(--color-text1-4,
|
|
9163
|
+
--collapse-title-font-color: var(--color-text1-4, #2e3038);
|
|
9164
9164
|
|
|
9165
9165
|
|
|
9166
9166
|
|
|
@@ -9168,7 +9168,7 @@
|
|
|
9168
9168
|
|
|
9169
9169
|
|
|
9170
9170
|
|
|
9171
|
-
--collapse-title-hover-font-color: var(--color-text1-4,
|
|
9171
|
+
--collapse-title-hover-font-color: var(--color-text1-4, #2e3038);
|
|
9172
9172
|
|
|
9173
9173
|
|
|
9174
9174
|
|
|
@@ -9192,11 +9192,11 @@
|
|
|
9192
9192
|
|
|
9193
9193
|
|
|
9194
9194
|
|
|
9195
|
-
--collapse-icon-color: var(--color-text1-4,
|
|
9195
|
+
--collapse-icon-color: var(--color-text1-4, #2e3038);
|
|
9196
9196
|
|
|
9197
9197
|
|
|
9198
9198
|
|
|
9199
|
-
--collapse-icon-hover-color: var(--color-text1-4,
|
|
9199
|
+
--collapse-icon-hover-color: var(--color-text1-4, #2e3038);
|
|
9200
9200
|
|
|
9201
9201
|
|
|
9202
9202
|
|
|
@@ -9395,11 +9395,7 @@
|
|
|
9395
9395
|
|
|
9396
9396
|
|
|
9397
9397
|
|
|
9398
|
-
--pagination-total-color: var(--color-text1-4,
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
--pagination-jump-color: var(--color-text1-2, #999999);
|
|
9398
|
+
--pagination-total-color: var(--color-text1-4, #2e3038);
|
|
9403
9399
|
|
|
9404
9400
|
|
|
9405
9401
|
|
|
@@ -9419,7 +9415,7 @@
|
|
|
9419
9415
|
|
|
9420
9416
|
|
|
9421
9417
|
|
|
9422
|
-
--pagination-item-color: var(--color-text1-4,
|
|
9418
|
+
--pagination-item-color: var(--color-text1-4, #2e3038);
|
|
9423
9419
|
|
|
9424
9420
|
|
|
9425
9421
|
|
|
@@ -9447,7 +9443,7 @@
|
|
|
9447
9443
|
|
|
9448
9444
|
|
|
9449
9445
|
|
|
9450
|
-
--pagination-item-hover-color: var(--color-text1-4,
|
|
9446
|
+
--pagination-item-hover-color: var(--color-text1-4, #2e3038);
|
|
9451
9447
|
|
|
9452
9448
|
|
|
9453
9449
|
|
|
@@ -9455,10 +9451,6 @@
|
|
|
9455
9451
|
|
|
9456
9452
|
|
|
9457
9453
|
|
|
9458
|
-
--pagination-arrow-color: var(--color-text1-3, rgba(0, 0, 0, 0.75));
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
9454
|
--pagination-icon-prev-content: var(--icon-content-arrow-left, "");
|
|
9463
9455
|
|
|
9464
9456
|
|
|
@@ -9487,7 +9479,7 @@
|
|
|
9487
9479
|
|
|
9488
9480
|
|
|
9489
9481
|
|
|
9490
|
-
--pagination-arrow-hover-color: var(--color-text1-4,
|
|
9482
|
+
--pagination-arrow-hover-color: var(--color-text1-4, #2e3038);
|
|
9491
9483
|
|
|
9492
9484
|
|
|
9493
9485
|
|
|
@@ -9495,11 +9487,19 @@
|
|
|
9495
9487
|
|
|
9496
9488
|
|
|
9497
9489
|
|
|
9498
|
-
--pagination-item-
|
|
9490
|
+
--pagination-item-bg: var(--color-white, #FFFFFF);
|
|
9491
|
+
|
|
9492
|
+
|
|
9499
9493
|
|
|
9494
|
+
--pagination-jump-color: var(--color-text1-4, #2e3038);
|
|
9500
9495
|
|
|
9501
9496
|
|
|
9502
|
-
|
|
9497
|
+
|
|
9498
|
+
--pagination-item-border-color: var(--color-line1-5, gainsboro);
|
|
9499
|
+
|
|
9500
|
+
|
|
9501
|
+
|
|
9502
|
+
--pagination-arrow-color: var(--color-line1-4, #A0A2AD);
|
|
9503
9503
|
|
|
9504
9504
|
|
|
9505
9505
|
/* ------------------------ transfer ------------------------ */
|
|
@@ -9582,7 +9582,7 @@
|
|
|
9582
9582
|
|
|
9583
9583
|
|
|
9584
9584
|
|
|
9585
|
-
--transfer-panel-header-text-color: var(--color-text1-4,
|
|
9585
|
+
--transfer-panel-header-text-color: var(--color-text1-4, #2e3038);
|
|
9586
9586
|
|
|
9587
9587
|
|
|
9588
9588
|
|
|
@@ -9594,7 +9594,7 @@
|
|
|
9594
9594
|
|
|
9595
9595
|
|
|
9596
9596
|
|
|
9597
|
-
--transfer-panel-footer-text-color: var(--color-text1-4,
|
|
9597
|
+
--transfer-panel-footer-text-color: var(--color-text1-4, #2e3038);
|
|
9598
9598
|
|
|
9599
9599
|
|
|
9600
9600
|
|
|
@@ -9696,7 +9696,7 @@
|
|
|
9696
9696
|
|
|
9697
9697
|
|
|
9698
9698
|
|
|
9699
|
-
--radio-normal-font-color: var(--color-text1-4,
|
|
9699
|
+
--radio-normal-font-color: var(--color-text1-4, #2e3038);
|
|
9700
9700
|
|
|
9701
9701
|
|
|
9702
9702
|
|
|
@@ -9792,11 +9792,11 @@
|
|
|
9792
9792
|
|
|
9793
9793
|
|
|
9794
9794
|
|
|
9795
|
-
--radio-button-font-color: var(--color-text1-4,
|
|
9795
|
+
--radio-button-font-color: var(--color-text1-4, #2e3038);
|
|
9796
9796
|
|
|
9797
9797
|
|
|
9798
9798
|
|
|
9799
|
-
--radio-button-font-color-hovered: var(--color-text1-4,
|
|
9799
|
+
--radio-button-font-color-hovered: var(--color-text1-4, #2e3038);
|
|
9800
9800
|
|
|
9801
9801
|
|
|
9802
9802
|
|
|
@@ -9891,7 +9891,7 @@
|
|
|
9891
9891
|
|
|
9892
9892
|
|
|
9893
9893
|
|
|
9894
|
-
--time-picker-menu-item-color-hover: var(--color-text1-4,
|
|
9894
|
+
--time-picker-menu-item-color-hover: var(--color-text1-4, #2e3038);
|
|
9895
9895
|
|
|
9896
9896
|
|
|
9897
9897
|
|
|
@@ -10086,7 +10086,7 @@
|
|
|
10086
10086
|
|
|
10087
10087
|
|
|
10088
10088
|
|
|
10089
|
-
--slick-arrow-icon-color-hover-outer: var(--color-text1-4,
|
|
10089
|
+
--slick-arrow-icon-color-hover-outer: var(--color-text1-4, #2e3038);
|
|
10090
10090
|
|
|
10091
10091
|
|
|
10092
10092
|
|
|
@@ -10297,7 +10297,7 @@
|
|
|
10297
10297
|
|
|
10298
10298
|
|
|
10299
10299
|
|
|
10300
|
-
--step-circle-item-title-process-color: var(--color-text1-4,
|
|
10300
|
+
--step-circle-item-title-process-color: var(--color-text1-4, #2e3038);
|
|
10301
10301
|
|
|
10302
10302
|
|
|
10303
10303
|
|
|
@@ -10469,7 +10469,7 @@
|
|
|
10469
10469
|
|
|
10470
10470
|
|
|
10471
10471
|
|
|
10472
|
-
--step-dot-item-title-process-color: var(--color-text1-4,
|
|
10472
|
+
--step-dot-item-title-process-color: var(--color-text1-4, #2e3038);
|
|
10473
10473
|
|
|
10474
10474
|
|
|
10475
10475
|
|
|
@@ -10644,7 +10644,7 @@
|
|
|
10644
10644
|
|
|
10645
10645
|
|
|
10646
10646
|
|
|
10647
|
-
--menu-color: var(--color-text1-4,
|
|
10647
|
+
--menu-color: var(--color-text1-4, #2e3038);
|
|
10648
10648
|
|
|
10649
10649
|
|
|
10650
10650
|
|
|
@@ -10664,15 +10664,15 @@
|
|
|
10664
10664
|
|
|
10665
10665
|
|
|
10666
10666
|
|
|
10667
|
-
--menu-color-selected: var(--color-text1-4,
|
|
10667
|
+
--menu-color-selected: var(--color-text1-4, #2e3038);
|
|
10668
10668
|
|
|
10669
10669
|
|
|
10670
10670
|
|
|
10671
|
-
--menu-color-hover: var(--color-text1-4,
|
|
10671
|
+
--menu-color-hover: var(--color-text1-4, #2e3038);
|
|
10672
10672
|
|
|
10673
10673
|
|
|
10674
10674
|
|
|
10675
|
-
--menu-arrow-color-hover: var(--color-text1-4,
|
|
10675
|
+
--menu-arrow-color-hover: var(--color-text1-4, #2e3038);
|
|
10676
10676
|
|
|
10677
10677
|
|
|
10678
10678
|
|
|
@@ -10983,7 +10983,7 @@
|
|
|
10983
10983
|
|
|
10984
10984
|
|
|
10985
10985
|
|
|
10986
|
-
--nav-normal-text-color: var(--color-text1-4,
|
|
10986
|
+
--nav-normal-text-color: var(--color-text1-4, #2e3038);
|
|
10987
10987
|
|
|
10988
10988
|
|
|
10989
10989
|
|
|
@@ -11003,7 +11003,7 @@
|
|
|
11003
11003
|
|
|
11004
11004
|
|
|
11005
11005
|
|
|
11006
|
-
--nav-normal-sub-nav-text-color: var(--color-text1-4,
|
|
11006
|
+
--nav-normal-sub-nav-text-color: var(--color-text1-4, #2e3038);
|
|
11007
11007
|
|
|
11008
11008
|
|
|
11009
11009
|
|
|
@@ -11103,7 +11103,7 @@
|
|
|
11103
11103
|
|
|
11104
11104
|
|
|
11105
11105
|
|
|
11106
|
-
--nav-line-text-color: var(--color-text1-4,
|
|
11106
|
+
--nav-line-text-color: var(--color-text1-4, #2e3038);
|
|
11107
11107
|
|
|
11108
11108
|
|
|
11109
11109
|
|
|
@@ -11119,7 +11119,7 @@
|
|
|
11119
11119
|
|
|
11120
11120
|
|
|
11121
11121
|
|
|
11122
|
-
--nav-line-sub-nav-text-color: var(--color-text1-4,
|
|
11122
|
+
--nav-line-sub-nav-text-color: var(--color-text1-4, #2e3038);
|
|
11123
11123
|
|
|
11124
11124
|
|
|
11125
11125
|
|
|
@@ -11374,7 +11374,7 @@
|
|
|
11374
11374
|
|
|
11375
11375
|
|
|
11376
11376
|
|
|
11377
|
-
--list-title-color: var(--color-text1-4,
|
|
11377
|
+
--list-title-color: var(--color-text1-4, #2e3038);
|
|
11378
11378
|
|
|
11379
11379
|
|
|
11380
11380
|
|
|
@@ -11452,14 +11452,6 @@
|
|
|
11452
11452
|
|
|
11453
11453
|
|
|
11454
11454
|
|
|
11455
|
-
--tab-item-padding-tb-size-m: var(--s-3, 12px);
|
|
11456
|
-
|
|
11457
|
-
|
|
11458
|
-
|
|
11459
|
-
--tab-item-padding-lr-size-m: var(--s-4, 16px);
|
|
11460
|
-
|
|
11461
|
-
|
|
11462
|
-
|
|
11463
11455
|
--tab-item-text-size-s: var(--font-size-caption, 14px);
|
|
11464
11456
|
|
|
11465
11457
|
|
|
@@ -11468,7 +11460,7 @@
|
|
|
11468
11460
|
|
|
11469
11461
|
|
|
11470
11462
|
|
|
11471
|
-
--tab-close-icon-color-hover: var(--color-text1-4,
|
|
11463
|
+
--tab-close-icon-color-hover: var(--color-text1-4, #2e3038);
|
|
11472
11464
|
|
|
11473
11465
|
|
|
11474
11466
|
|
|
@@ -11480,15 +11472,11 @@
|
|
|
11480
11472
|
|
|
11481
11473
|
|
|
11482
11474
|
|
|
11483
|
-
--tab-item-font-weight-selected: var(--font-weight-2, normal);
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
11475
|
--tab-nav-arrow-color-normal: var(--color-text1-3, rgba(0, 0, 0, 0.75));
|
|
11488
11476
|
|
|
11489
11477
|
|
|
11490
11478
|
|
|
11491
|
-
--tab-nav-arrow-color-hover: var(--color-text1-4,
|
|
11479
|
+
--tab-nav-arrow-color-hover: var(--color-text1-4, #2e3038);
|
|
11492
11480
|
|
|
11493
11481
|
|
|
11494
11482
|
|
|
@@ -11496,10 +11484,6 @@
|
|
|
11496
11484
|
|
|
11497
11485
|
|
|
11498
11486
|
|
|
11499
|
-
--tab-pure-divider-line-width: var(--line-1, 1px);
|
|
11500
|
-
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
11487
|
--tab-pure-text-color-normal: var(--color-text1-3, rgba(0, 0, 0, 0.75));
|
|
11504
11488
|
|
|
11505
11489
|
|
|
@@ -11508,10 +11492,6 @@
|
|
|
11508
11492
|
|
|
11509
11493
|
|
|
11510
11494
|
|
|
11511
|
-
--tab-pure-text-color-selected: var(--color-brand1-6, #257df9);
|
|
11512
|
-
|
|
11513
|
-
|
|
11514
|
-
|
|
11515
11495
|
--tab-pure-text-color-disabled: var(--color-line1-2, #f0f0f0);
|
|
11516
11496
|
|
|
11517
11497
|
|
|
@@ -11612,7 +11592,7 @@
|
|
|
11612
11592
|
|
|
11613
11593
|
|
|
11614
11594
|
|
|
11615
|
-
--tab-capsule-text-color: var(--color-text1-4,
|
|
11595
|
+
--tab-capsule-text-color: var(--color-text1-4, #2e3038);
|
|
11616
11596
|
|
|
11617
11597
|
|
|
11618
11598
|
|
|
@@ -11692,22 +11672,10 @@
|
|
|
11692
11672
|
|
|
11693
11673
|
|
|
11694
11674
|
|
|
11695
|
-
--tab-item-text-size-m: var(--font-size-body-2, 16px);
|
|
11696
|
-
|
|
11697
|
-
|
|
11698
|
-
|
|
11699
11675
|
--tab-pure-ink-bar-width: var(--line-3, 3px);
|
|
11700
11676
|
|
|
11701
11677
|
|
|
11702
11678
|
|
|
11703
|
-
--tab-pure-ink-bar-padding-l: var(--s-9, 36px);
|
|
11704
|
-
|
|
11705
|
-
|
|
11706
|
-
|
|
11707
|
-
--tab-pure-text-color-hover: var(--color-brand1-9, #40a9ff);
|
|
11708
|
-
|
|
11709
|
-
|
|
11710
|
-
|
|
11711
11679
|
--tab-wrapped-text-color-hover: var(--color-brand1-9, #40a9ff);
|
|
11712
11680
|
|
|
11713
11681
|
|
|
@@ -11747,6 +11715,38 @@
|
|
|
11747
11715
|
--tab-text-text-color-hover: var(--color-brand1-9, #40a9ff);
|
|
11748
11716
|
|
|
11749
11717
|
|
|
11718
|
+
|
|
11719
|
+
--tab-item-padding-tb-size-m: var(--s-5, 20px);
|
|
11720
|
+
|
|
11721
|
+
|
|
11722
|
+
|
|
11723
|
+
--tab-item-padding-lr-size-m: var(--s-4, 16px);
|
|
11724
|
+
|
|
11725
|
+
|
|
11726
|
+
|
|
11727
|
+
--tab-item-text-size-m: var(--font-size-body-1, 14px);
|
|
11728
|
+
|
|
11729
|
+
|
|
11730
|
+
|
|
11731
|
+
--tab-item-font-weight-selected: var(--font-weight-medium, 500);
|
|
11732
|
+
|
|
11733
|
+
|
|
11734
|
+
|
|
11735
|
+
--tab-pure-divider-line-width: var(--line-1, 1px);
|
|
11736
|
+
|
|
11737
|
+
|
|
11738
|
+
|
|
11739
|
+
--tab-pure-ink-bar-padding-l: var(--s-8, 32px);
|
|
11740
|
+
|
|
11741
|
+
|
|
11742
|
+
|
|
11743
|
+
--tab-pure-text-color-hover: var(--color-black, #000000);
|
|
11744
|
+
|
|
11745
|
+
|
|
11746
|
+
|
|
11747
|
+
--tab-pure-text-color-selected: var(--color-black, #000000);
|
|
11748
|
+
|
|
11749
|
+
|
|
11750
11750
|
/* ------------------------ calendar ------------------------ */
|
|
11751
11751
|
|
|
11752
11752
|
|
|
@@ -11799,7 +11799,7 @@
|
|
|
11799
11799
|
|
|
11800
11800
|
|
|
11801
11801
|
|
|
11802
|
-
--calendar-fullscreen-table-head-color: var(--color-text1-4,
|
|
11802
|
+
--calendar-fullscreen-table-head-color: var(--color-text1-4, #2e3038);
|
|
11803
11803
|
|
|
11804
11804
|
|
|
11805
11805
|
|
|
@@ -11807,7 +11807,7 @@
|
|
|
11807
11807
|
|
|
11808
11808
|
|
|
11809
11809
|
|
|
11810
|
-
--calendar-fullscreen-table-cell-normal-color: var(--color-text1-4,
|
|
11810
|
+
--calendar-fullscreen-table-cell-normal-color: var(--color-text1-4, #2e3038);
|
|
11811
11811
|
|
|
11812
11812
|
|
|
11813
11813
|
|
|
@@ -12130,7 +12130,7 @@
|
|
|
12130
12130
|
|
|
12131
12131
|
|
|
12132
12132
|
|
|
12133
|
-
--breadcrumb-text-current-color: var(--color-text1-4,
|
|
12133
|
+
--breadcrumb-text-current-color: var(--color-text1-4, #2e3038);
|
|
12134
12134
|
|
|
12135
12135
|
|
|
12136
12136
|
|