cloud-web-corejs 1.1.0-dev.27 → 1.1.0-dev.29

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.
Files changed (171) hide show
  1. package/package.json +4 -11
  2. package/src/components/table/index.js +3 -0
  3. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +18 -1
  4. package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +33 -20
  5. package/src/components/xform/form-render/container-item/data-table-mixin.js +16 -8
  6. package/src/components/xform/form-render/container-item/list-h5-item.vue +92 -309
  7. package/src/components/xform/mixins/scriptHttp.js +1 -1
  8. package/src/components/xform/utils/util.js +20 -0
  9. package/src/views/demo/bizTab/bill/billConfig.js +41 -0
  10. package/src/views/demo/bizTab/bill/detail.vue +436 -0
  11. package/src/views/demo/bizTab/bill/list.vue +288 -0
  12. package/src/views/demo/bizTab/bill/productDialog.vue +176 -0
  13. package/src/views/demo/bizTab/simple/billApi.js +123 -0
  14. package/src/views/demo/bizTab/simple/detail.vue +407 -0
  15. package/src/views/demo/bizTab/simple/list.vue +217 -0
  16. package/src/views/demo/bizTab/standalone/index.vue +121 -0
  17. package/src/views/demo/bizTab/wf/billConfig.js +44 -0
  18. package/src/views/demo/bizTab/wf/detail.vue +661 -0
  19. package/src/views/demo/bizTab/wf/list.vue +242 -0
  20. package/src/app-bootstrap.js +0 -523
  21. package/src/boot-assets.legacy.js +0 -7
  22. package/src/boot-assets.next.js +0 -7
  23. package/src/core-resources/css/h5.scss +0 -548
  24. package/src/core-resources/css/iconfont.css +0 -1447
  25. package/src/core-resources/font/iconfont.ttf +0 -0
  26. package/src/core-resources/font/iconfont.woff +0 -0
  27. package/src/core-resources/font/iconfont.woff2 +0 -0
  28. package/src/core-resources/images/default-header.png +0 -0
  29. package/src/core-resources/images/ico-default_wenjian.svg +0 -1
  30. package/src/core-resources/images/ico-excel.svg +0 -1
  31. package/src/core-resources/images/ico-ftl.svg +0 -7
  32. package/src/core-resources/images/ico-html.svg +0 -1
  33. package/src/core-resources/images/ico-java.svg +0 -1
  34. package/src/core-resources/images/ico-music.svg +0 -1
  35. package/src/core-resources/images/ico-pdf.svg +0 -1
  36. package/src/core-resources/images/ico-photo.svg +0 -1
  37. package/src/core-resources/images/ico-ppt.svg +0 -1
  38. package/src/core-resources/images/ico-psd.svg +0 -1
  39. package/src/core-resources/images/ico-service.png +0 -0
  40. package/src/core-resources/images/ico-txt.svg +0 -1
  41. package/src/core-resources/images/ico-video.svg +0 -1
  42. package/src/core-resources/images/ico-vue.svg +0 -8
  43. package/src/core-resources/images/ico-wenjianjia.svg +0 -1
  44. package/src/core-resources/images/ico-wrod.svg +0 -1
  45. package/src/core-resources/images/ico-xml.svg +0 -1
  46. package/src/core-resources/images/ico-yasuobao.svg +0 -1
  47. package/src/core-resources/images/icon-error.png +0 -0
  48. package/src/core-resources/images/icon-tips.png +0 -0
  49. package/src/core-resources/images/nodata.png +0 -0
  50. package/src/core-resources/images/nodata2.png +0 -0
  51. package/src/core-resources/js/base/common.js +0 -110
  52. package/src/icons/index.js +0 -9
  53. package/src/icons/svg/404.svg +0 -1
  54. package/src/icons/svg/alert.svg +0 -1
  55. package/src/icons/svg/bug.svg +0 -1
  56. package/src/icons/svg/button.svg +0 -1
  57. package/src/icons/svg/card.svg +0 -1
  58. package/src/icons/svg/cascader-field.svg +0 -1
  59. package/src/icons/svg/census.svg +0 -1
  60. package/src/icons/svg/chart.svg +0 -1
  61. package/src/icons/svg/checkbox-field.svg +0 -1
  62. package/src/icons/svg/clipboard.svg +0 -1
  63. package/src/icons/svg/color-field.svg +0 -1
  64. package/src/icons/svg/component.svg +0 -1
  65. package/src/icons/svg/custom-component.svg +0 -1
  66. package/src/icons/svg/dashboard.svg +0 -1
  67. package/src/icons/svg/data-table.svg +0 -1
  68. package/src/icons/svg/date-field.svg +0 -1
  69. package/src/icons/svg/date-range-field.svg +0 -1
  70. package/src/icons/svg/descriptions.svg +0 -1
  71. package/src/icons/svg/divider.svg +0 -1
  72. package/src/icons/svg/document.svg +0 -1
  73. package/src/icons/svg/documentation.svg +0 -1
  74. package/src/icons/svg/drag.svg +0 -1
  75. package/src/icons/svg/echart-category.svg +0 -1
  76. package/src/icons/svg/echart-pie.svg +0 -1
  77. package/src/icons/svg/echart.svg +0 -1
  78. package/src/icons/svg/edit.svg +0 -1
  79. package/src/icons/svg/education.svg +0 -1
  80. package/src/icons/svg/email.svg +0 -1
  81. package/src/icons/svg/example.svg +0 -1
  82. package/src/icons/svg/excel.svg +0 -1
  83. package/src/icons/svg/exit-fullscreen.svg +0 -1
  84. package/src/icons/svg/eye-open.svg +0 -1
  85. package/src/icons/svg/eye.svg +0 -1
  86. package/src/icons/svg/file-upload-field.svg +0 -1
  87. package/src/icons/svg/form.svg +0 -1
  88. package/src/icons/svg/fullscreen.svg +0 -1
  89. package/src/icons/svg/github.svg +0 -1
  90. package/src/icons/svg/grid.svg +0 -1
  91. package/src/icons/svg/guide.svg +0 -1
  92. package/src/icons/svg/html-text.svg +0 -1
  93. package/src/icons/svg/ico-more.svg +0 -1
  94. package/src/icons/svg/ico-wenjianjia.svg +0 -1
  95. package/src/icons/svg/icon.svg +0 -1
  96. package/src/icons/svg/input-batch.svg +0 -1
  97. package/src/icons/svg/international.svg +0 -1
  98. package/src/icons/svg/language.svg +0 -1
  99. package/src/icons/svg/link.svg +0 -1
  100. package/src/icons/svg/list-export.svg +0 -1
  101. package/src/icons/svg/list.svg +0 -1
  102. package/src/icons/svg/lock.svg +0 -1
  103. package/src/icons/svg/message.svg +0 -1
  104. package/src/icons/svg/money.svg +0 -1
  105. package/src/icons/svg/nested.svg +0 -1
  106. package/src/icons/svg/news-list.svg +0 -1
  107. package/src/icons/svg/node-tree.svg +0 -1
  108. package/src/icons/svg/number-field.svg +0 -1
  109. package/src/icons/svg/password.svg +0 -1
  110. package/src/icons/svg/pdf.svg +0 -1
  111. package/src/icons/svg/people.svg +0 -1
  112. package/src/icons/svg/peoples.svg +0 -1
  113. package/src/icons/svg/picture-upload-field.svg +0 -1
  114. package/src/icons/svg/qq.svg +0 -1
  115. package/src/icons/svg/query.svg +0 -1
  116. package/src/icons/svg/radio-field.svg +0 -1
  117. package/src/icons/svg/rate-field.svg +0 -1
  118. package/src/icons/svg/redo.svg +0 -1
  119. package/src/icons/svg/rich-editor-field.svg +0 -1
  120. package/src/icons/svg/search.svg +0 -1
  121. package/src/icons/svg/searchbox.svg +0 -1
  122. package/src/icons/svg/section.svg +0 -1
  123. package/src/icons/svg/select-field.svg +0 -1
  124. package/src/icons/svg/shopping.svg +0 -1
  125. package/src/icons/svg/size.svg +0 -1
  126. package/src/icons/svg/skill.svg +0 -1
  127. package/src/icons/svg/slider-field.svg +0 -1
  128. package/src/icons/svg/slot-component.svg +0 -1
  129. package/src/icons/svg/slot-field.svg +0 -1
  130. package/src/icons/svg/star.svg +0 -1
  131. package/src/icons/svg/static-text.svg +0 -1
  132. package/src/icons/svg/status.svg +0 -1
  133. package/src/icons/svg/sub-form.svg +0 -1
  134. package/src/icons/svg/switch-field.svg +0 -1
  135. package/src/icons/svg/tab.svg +0 -1
  136. package/src/icons/svg/table.svg +0 -1
  137. package/src/icons/svg/text-field.svg +0 -1
  138. package/src/icons/svg/text.svg +0 -1
  139. package/src/icons/svg/textarea-field.svg +0 -1
  140. package/src/icons/svg/theme.svg +0 -1
  141. package/src/icons/svg/time-field.svg +0 -1
  142. package/src/icons/svg/time-range-field.svg +0 -1
  143. package/src/icons/svg/tips-text.svg +0 -1
  144. package/src/icons/svg/title-head.svg +0 -1
  145. package/src/icons/svg/tree-pane.svg +0 -1
  146. package/src/icons/svg/tree-table.svg +0 -1
  147. package/src/icons/svg/tree.svg +0 -1
  148. package/src/icons/svg/undo.svg +0 -1
  149. package/src/icons/svg/uploadbox.svg +0 -1
  150. package/src/icons/svg/user.svg +0 -1
  151. package/src/icons/svg/vf-box.svg +0 -1
  152. package/src/icons/svg/vf-dialog.svg +0 -1
  153. package/src/icons/svg/vf-drawer.svg +0 -1
  154. package/src/icons/svg/vue-sfc.svg +0 -1
  155. package/src/icons/svg/wechat.svg +0 -1
  156. package/src/icons/svg/zip.svg +0 -1
  157. package/src/index.next.js +0 -5
  158. package/src/styles/btn.scss +0 -104
  159. package/src/styles/element-ui.scss +0 -155
  160. package/src/styles/element-variables.scss +0 -31
  161. package/src/styles/global.scss +0 -115
  162. package/src/styles/index.scss +0 -200
  163. package/src/styles/menu-icons.scss +0 -75
  164. package/src/styles/mixin.scss +0 -72
  165. package/src/styles/nprogress.scss +0 -14
  166. package/src/styles/sidebar.scss +0 -281
  167. package/src/styles/split-handle.scss +0 -52
  168. package/src/styles/theme-variables.scss +0 -7
  169. package/src/styles/transition.scss +0 -48
  170. package/src/styles/utilities.scss +0 -137
  171. package/src/styles/variables.scss +0 -44
@@ -1,1447 +0,0 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 3197497 */
3
- src: url('../font/iconfont.woff2?t=1781254384157') format('woff2'),
4
- url('../font/iconfont.woff?t=1781254384157') format('woff'),
5
- url('../font/iconfont.ttf?t=1781254384157') format('truetype');
6
- }
7
-
8
- .iconfont {
9
- font-family: "iconfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .icon-yue:before {
17
- content: "\e702";
18
- }
19
-
20
- .icon-chanpin1:before {
21
- content: "\e70b";
22
- }
23
-
24
- .icon-dingdan2:before {
25
- content: "\e70c";
26
- }
27
-
28
- .icon-qianshou:before {
29
- content: "\e803";
30
- }
31
-
32
- .icon-jiqi:before {
33
- content: "\e700";
34
- }
35
-
36
- .icon-chakanSQL:before {
37
- content: "\e70a";
38
- }
39
-
40
- .icon-shejibiaodan:before {
41
- content: "\e709";
42
- }
43
-
44
- .icon-a-geshihua1:before {
45
- content: "\e708";
46
- }
47
-
48
- .icon-chaxunjilu:before {
49
- content: "\e706";
50
- }
51
-
52
- .icon-gengduoxuanxiang:before {
53
- content: "\e707";
54
- }
55
-
56
- .icon-caozuojilu:before {
57
- content: "\e705";
58
- }
59
-
60
- .icon-a-ziyuan847:before {
61
- content: "\e7ac";
62
- }
63
-
64
- .icon-shouqi:before {
65
- content: "\e6ff";
66
- }
67
-
68
- .icon-shouqi-copy:before {
69
- content: "\ec0a";
70
- }
71
-
72
- .icon-xitong:before {
73
- content: "\e6fe";
74
- }
75
-
76
- .icon-yanfafeiyong:before {
77
- content: "\e6f5";
78
- }
79
-
80
- .icon-yusuanjisuan:before {
81
- content: "\e6fc";
82
- }
83
-
84
- .icon-feiyongtongji:before {
85
- content: "\e750";
86
- }
87
-
88
- .icon-gongshiguanli:before {
89
- content: "\e7ae";
90
- }
91
-
92
- .icon-zhengjiquanxianx:before {
93
- content: "\e6f1";
94
- }
95
-
96
- .icon-gongshi:before {
97
- content: "\e6f2";
98
- }
99
-
100
- .icon-gongshi1:before {
101
- content: "\e6f3";
102
- }
103
-
104
- .icon-shouye-yanfaguanli:before {
105
- content: "\e6f6";
106
- }
107
-
108
- .icon-yanfaguanli-rizhiguanli:before {
109
- content: "\e6f7";
110
- }
111
-
112
- .icon-yanfaguanli-xiangmuguanli:before {
113
- content: "\e6f8";
114
- }
115
-
116
- .icon-yanfaguanli-wendingxing:before {
117
- content: "\e6f9";
118
- }
119
-
120
- .icon-yanfaguanli-xuqiuguanli:before {
121
- content: "\e6fa";
122
- }
123
-
124
- .icon-zhengjibeijian:before {
125
- content: "\e6fb";
126
- }
127
-
128
- .icon-zhengjishiyan:before {
129
- content: "\e873";
130
- }
131
-
132
- .icon-tuichudenglu:before {
133
- content: "\e6ef";
134
- }
135
-
136
- .icon-shuaxin:before {
137
- content: "\e6ee";
138
- }
139
-
140
- .icon-dituweizhixinxi_chahao:before {
141
- content: "\e6eb";
142
- }
143
-
144
- .icon-jiantou_haier:before {
145
- content: "\e6ea";
146
- }
147
-
148
- .icon-gongju:before {
149
- content: "\e6e8";
150
- }
151
-
152
- .icon-beizhuxinxi:before {
153
- content: "\e6e6";
154
- }
155
-
156
- .icon-baocun:before {
157
- content: "\ec09";
158
- }
159
-
160
- .icon-lightning1:before {
161
- content: "\e6e7";
162
- }
163
-
164
- .icon-zhexiantu:before {
165
- content: "\e6e9";
166
- }
167
-
168
- .icon-chanpinmaidian:before {
169
- content: "\e6e5";
170
- }
171
-
172
- .icon-jisuangongshi:before {
173
- content: "\e75e";
174
- }
175
-
176
- .icon-huanmanchuli:before {
177
- content: "\e6e4";
178
- }
179
-
180
- .icon-zhengchangchuli:before {
181
- content: "\e6dd";
182
- }
183
-
184
- .icon-kuaisuchuli:before {
185
- content: "\e6de";
186
- }
187
-
188
- .icon-liuchengshu:before {
189
- content: "\e6e0";
190
- }
191
-
192
- .icon-chaoshichuli:before {
193
- content: "\e6e1";
194
- }
195
-
196
- .icon-dianji:before {
197
- content: "\e6e3";
198
- }
199
-
200
- .icon-shijian:before {
201
- content: "\e6db";
202
- }
203
-
204
- .icon-dangqianchuliren:before {
205
- content: "\e6dc";
206
- }
207
-
208
- .icon-dagou:before {
209
- content: "\e6da";
210
- }
211
-
212
- .icon-a-kaifa1:before {
213
- content: "\eb58";
214
- }
215
-
216
- .icon-yixuan:before {
217
- content: "\e6d9";
218
- }
219
-
220
- .icon-duoyuyanyunfanyi:before {
221
- content: "\e6df";
222
- }
223
-
224
- .icon-duoyuyan:before {
225
- content: "\e6d8";
226
- }
227
-
228
- .icon-yonghu-denglurenshu:before {
229
- content: "\e6d7";
230
- }
231
-
232
- .icon-rank-full:before {
233
- content: "\e99d";
234
- }
235
-
236
- .icon-fangwentongji:before {
237
- content: "\e6d6";
238
- }
239
-
240
- .icon-file:before {
241
- content: "\e6d3";
242
- }
243
-
244
- .icon-charge-fill:before {
245
- content: "\e746";
246
- }
247
-
248
- .icon-book-fill:before {
249
- content: "\e747";
250
- }
251
-
252
- .icon-device-set-fill:before {
253
- content: "\e749";
254
- }
255
-
256
- .icon-dynamic-password-fill:before {
257
- content: "\e74b";
258
- }
259
-
260
- .icon-map-fill:before {
261
- content: "\e74c";
262
- }
263
-
264
- .icon-security-fill:before {
265
- content: "\e74d";
266
- }
267
-
268
- .icon-tool-fill:before {
269
- content: "\e74e";
270
- }
271
-
272
- .icon-readcard-fill:before {
273
- content: "\e74f";
274
- }
275
-
276
- .icon-chaye:before {
277
- content: "\e6b5";
278
- }
279
-
280
- .icon-baoxian:before {
281
- content: "\e6b7";
282
- }
283
-
284
- .icon-dadou:before {
285
- content: "\e6b8";
286
- }
287
-
288
- .icon-nongye:before {
289
- content: "\e6b9";
290
- }
291
-
292
- .icon-nongyeqixiang:before {
293
- content: "\e6ba";
294
- }
295
-
296
- .icon-pingguo:before {
297
- content: "\e6bb";
298
- }
299
-
300
- .icon-nongyebaoxian:before {
301
- content: "\e6bc";
302
- }
303
-
304
- .icon-yaogan:before {
305
- content: "\e6bd";
306
- }
307
-
308
- .icon-zhiwu:before {
309
- content: "\e6be";
310
- }
311
-
312
- .icon-weixing:before {
313
- content: "\e6bf";
314
- }
315
-
316
- .icon-qixiang:before {
317
- content: "\e6c0";
318
- }
319
-
320
- .icon-zuowu:before {
321
- content: "\e6c1";
322
- }
323
-
324
- .icon-qiyeguanli-2:before {
325
- content: "\e6c2";
326
- }
327
-
328
- .icon-qiyeshenhe-2:before {
329
- content: "\e6c3";
330
- }
331
-
332
- .icon-xiaoxi:before {
333
- content: "\e6c4";
334
- }
335
-
336
- .icon-xunhuan:before {
337
- content: "\e6c5";
338
- }
339
-
340
- .icon-zoushi:before {
341
- content: "\e6c7";
342
- }
343
-
344
- .icon-bushu:before {
345
- content: "\e6c8";
346
- }
347
-
348
- .icon-duanlian:before {
349
- content: "\e6c9";
350
- }
351
-
352
- .icon-gaojing:before {
353
- content: "\e6ca";
354
- }
355
-
356
- .icon-renyuan:before {
357
- content: "\e6cb";
358
- }
359
-
360
- .icon-tubiao4:before {
361
- content: "\e6cc";
362
- }
363
-
364
- .icon-wangguan:before {
365
- content: "\e6cd";
366
- }
367
-
368
- .icon-wangluo:before {
369
- content: "\e6ce";
370
- }
371
-
372
- .icon-fenzhi:before {
373
- content: "\e6d0";
374
- }
375
-
376
- .icon-gongchang:before {
377
- content: "\e6d1";
378
- }
379
-
380
- .icon-zhihuizhongxin:before {
381
- content: "\e6d2";
382
- }
383
-
384
- .icon-mti-an-gongmaoqiye:before {
385
- content: "\e767";
386
- }
387
-
388
- .icon-mti-an-zhongdaweixianyuan:before {
389
- content: "\e768";
390
- }
391
-
392
- .icon-mti-cheng-huanjing:before {
393
- content: "\e769";
394
- }
395
-
396
- .icon-mti-cheng-lvhua:before {
397
- content: "\e76a";
398
- }
399
-
400
- .icon-mti-di-dimianchenjiang:before {
401
- content: "\e76b";
402
- }
403
-
404
- .icon-mti-cheng-fengli:before {
405
- content: "\e76d";
406
- }
407
-
408
- .icon-mti-di-qiangzhentai:before {
409
- content: "\e76e";
410
- }
411
-
412
- .icon-mti-dong-yinhuan:before {
413
- content: "\e76f";
414
- }
415
-
416
- .icon-mti-dong-jiaotongshigu:before {
417
- content: "\e770";
418
- }
419
-
420
- .icon-mti-dong-jianzhugongdi:before {
421
- content: "\e771";
422
- }
423
-
424
- .icon-mti-fang-jiangyuliang:before {
425
- content: "\e772";
426
- }
427
-
428
- .icon-mti-dong-weihuapin:before {
429
- content: "\e773";
430
- }
431
-
432
- .icon-mti-gu-shengtaihuanjing:before {
433
- content: "\e774";
434
- }
435
-
436
- .icon-mti-ying-daochang:before {
437
- content: "\e775";
438
- }
439
-
440
- .icon-mti-sen-shumuziyuanfenbu:before {
441
- content: "\e776";
442
- }
443
-
444
- .icon-mti-gongdi:before {
445
- content: "\e777";
446
- }
447
-
448
- .icon-mti-ying-moshiqiehuan:before {
449
- content: "\e778";
450
- }
451
-
452
- .icon-mti-ying-tongxunbaozhang:before {
453
- content: "\e779";
454
- }
455
-
456
- .icon-mti-ying-qidongyuan:before {
457
- content: "\e77a";
458
- }
459
-
460
- .icon-mti-ying-jishuidian:before {
461
- content: "\e77b";
462
- }
463
-
464
- .icon-mti-ying-zaihoufupan:before {
465
- content: "\e77c";
466
- }
467
-
468
- .icon-wodeshequ2:before {
469
- content: "\e6b4";
470
- }
471
-
472
- .icon-service-line-1:before {
473
- content: "\e735";
474
- }
475
-
476
- .icon-notice-manage-fill:before {
477
- content: "\e743";
478
- }
479
-
480
- .icon-announcement-fill:before {
481
- content: "\e744";
482
- }
483
-
484
- .icon-box-noise-fill:before {
485
- content: "\e745";
486
- }
487
-
488
- .icon-baoguo_dakai:before {
489
- content: "\eb2e";
490
- }
491
-
492
- .icon-zhipai_huaban:before {
493
- content: "\e6ad";
494
- }
495
-
496
- .icon-anquanmaojishuyuangongchengshi:before {
497
- content: "\e6ae";
498
- }
499
-
500
- .icon-jiaofu:before {
501
- content: "\e6f4";
502
- }
503
-
504
- .icon-wangong:before {
505
- content: "\e6af";
506
- }
507
-
508
- .icon-peixunziliaotijiaoliucheng:before {
509
- content: "\e6b0";
510
- }
511
-
512
- .icon-genjin:before {
513
- content: "\e6b1";
514
- }
515
-
516
- .icon-bocixiafa-chadan:before {
517
- content: "\e6b3";
518
- }
519
-
520
- .icon-chakanliucheng:before {
521
- content: "\e6ac";
522
- }
523
-
524
- .icon-shenhe:before {
525
- content: "\e6ab";
526
- }
527
-
528
- .icon-chanpin:before {
529
- content: "\e6a9";
530
- }
531
-
532
- .icon-shaixuan1:before {
533
- content: "\e6a8";
534
- }
535
-
536
- .icon-zancun:before {
537
- content: "\e7af";
538
- }
539
-
540
- .icon-a-2_baozhatu-25:before {
541
- content: "\e6aa";
542
- }
543
-
544
- .icon-chakanshuju:before {
545
- content: "\e6c6";
546
- }
547
-
548
- .icon-qiyeyonghu:before {
549
- content: "\e704";
550
- }
551
-
552
- .icon-tongxunlu01-L:before {
553
- content: "\e6a7";
554
- }
555
-
556
- .icon-biaotitubiao:before {
557
- content: "\e711";
558
- }
559
-
560
- .icon-tubiao1:before {
561
- content: "\e698";
562
- }
563
-
564
- .icon-tubiao18:before {
565
- content: "\e699";
566
- }
567
-
568
- .icon-tubiao28:before {
569
- content: "\e69b";
570
- }
571
-
572
- .icon-tiyugonggongsheshi:before {
573
- content: "\e69c";
574
- }
575
-
576
- .icon-tubiaoliebiao:before {
577
- content: "\e69e";
578
- }
579
-
580
- .icon-VRtubiao:before {
581
- content: "\e69f";
582
- }
583
-
584
- .icon-tubiaoAzitubiao:before {
585
- content: "\e6a0";
586
- }
587
-
588
- .icon-tubiao2:before {
589
- content: "\e6a1";
590
- }
591
-
592
- .icon-tubiao-:before {
593
- content: "\e6a2";
594
- }
595
-
596
- .icon-tubiao-1:before {
597
- content: "\e6a3";
598
- }
599
-
600
- .icon-tubiao-2:before {
601
- content: "\e6a4";
602
- }
603
-
604
- .icon-tubiao-3:before {
605
- content: "\e6a5";
606
- }
607
-
608
- .icon-tubiao3:before {
609
- content: "\e6e2";
610
- }
611
-
612
- .icon-a-tubiao-daqijiayou:before {
613
- content: "\e6a6";
614
- }
615
-
616
- .icon-shexiangtouqiehuan:before {
617
- content: "\e66e";
618
- }
619
-
620
- .icon-luyin:before {
621
- content: "\e66f";
622
- }
623
-
624
- .icon-yingpianjiesuo:before {
625
- content: "\e671";
626
- }
627
-
628
- .icon-yingpianjiasuo:before {
629
- content: "\e672";
630
- }
631
-
632
- .icon-qianlu:before {
633
- content: "\e673";
634
- }
635
-
636
- .icon-luxiangjiasuo:before {
637
- content: "\e674";
638
- }
639
-
640
- .icon-a-yonghuliebiao3x:before {
641
- content: "\e675";
642
- }
643
-
644
- .icon-a-yijianfankui3x:before {
645
- content: "\e676";
646
- }
647
-
648
- .icon-a-chanpinshangjiaguanli3x:before {
649
- content: "\e677";
650
- }
651
-
652
- .icon-a-kefufankui3x:before {
653
- content: "\e678";
654
- }
655
-
656
- .icon-a-zhanghaoguanli3x:before {
657
- content: "\e679";
658
- }
659
-
660
- .icon-a-kefu3x:before {
661
- content: "\e67a";
662
- }
663
-
664
- .icon-a-kesu3x:before {
665
- content: "\e67c";
666
- }
667
-
668
- .icon-a-ribaobiaoshuju3x:before {
669
- content: "\e67e";
670
- }
671
-
672
- .icon-a-tuikuan3x:before {
673
- content: "\e684";
674
- }
675
-
676
- .icon-gudingmianzhi:before {
677
- content: "\e685";
678
- }
679
-
680
- .icon-manjianquan:before {
681
- content: "\e687";
682
- }
683
-
684
- .icon-xiangouhuodong:before {
685
- content: "\e688";
686
- }
687
-
688
- .icon-youhuiquan:before {
689
- content: "\e689";
690
- }
691
-
692
- .icon-Xyuanhuodong:before {
693
- content: "\e68a";
694
- }
695
-
696
- .icon-shangpindongcha:before {
697
- content: "\e68b";
698
- }
699
-
700
- .icon-zhijianghuodong:before {
701
- content: "\e68c";
702
- }
703
-
704
- .icon-shizhongshezhi:before {
705
- content: "\e68d";
706
- }
707
-
708
- .icon-kasuceshi:before {
709
- content: "\e68e";
710
- }
711
-
712
- .icon-SDkarongliang:before {
713
- content: "\e68f";
714
- }
715
-
716
- .icon-sudubuchang:before {
717
- content: "\e690";
718
- }
719
-
720
- .icon-sududanwei:before {
721
- content: "\e691";
722
- }
723
-
724
- .icon-GPSxinxi:before {
725
- content: "\e692";
726
- }
727
-
728
- .icon-GPSxianshi:before {
729
- content: "\e693";
730
- }
731
-
732
- .icon-GPSshuiyin:before {
733
- content: "\e695";
734
- }
735
-
736
- .icon-a-shouhui3x:before {
737
- content: "\e696";
738
- }
739
-
740
- .icon-a-yunyingpeizhi3x:before {
741
- content: "\e697";
742
- }
743
-
744
- .icon-a-061_bijiben:before {
745
- content: "\e736";
746
- }
747
-
748
- .icon-a-061_gengduo:before {
749
- content: "\e737";
750
- }
751
-
752
- .icon-a-061_gouwu-12:before {
753
- content: "\e738";
754
- }
755
-
756
- .icon-a-061_jianzhu-17:before {
757
- content: "\e73a";
758
- }
759
-
760
- .icon-a-061_shuben:before {
761
- content: "\e73b";
762
- }
763
-
764
- .icon-a-061_jinbi:before {
765
- content: "\e73c";
766
- }
767
-
768
- .icon-a-061_guangbo:before {
769
- content: "\e73d";
770
- }
771
-
772
- .icon-a-061_shuqian:before {
773
- content: "\e73e";
774
- }
775
-
776
- .icon-a-061_shangpin:before {
777
- content: "\e73f";
778
- }
779
-
780
- .icon-a-061_kuaidi:before {
781
- content: "\e740";
782
- }
783
-
784
- .icon-a-061_wenjian:before {
785
- content: "\e741";
786
- }
787
-
788
- .icon-a-061_xiaoxi:before {
789
- content: "\e742";
790
- }
791
-
792
- .icon-a-rongqi262:before {
793
- content: "\e67f";
794
- }
795
-
796
- .icon-a-rongqi256:before {
797
- content: "\e680";
798
- }
799
-
800
- .icon-a-rongqi265:before {
801
- content: "\e681";
802
- }
803
-
804
- .icon-a-rongqi285:before {
805
- content: "\e683";
806
- }
807
-
808
- .icon-huomiao-mianxing:before {
809
- content: "\e64b";
810
- }
811
-
812
- .icon-dingwei-mianxing:before {
813
- content: "\e64c";
814
- }
815
-
816
- .icon-xiuxian-mianxing:before {
817
- content: "\e64d";
818
- }
819
-
820
- .icon-shuju-wenjianliebiao:before {
821
- content: "\e64e";
822
- }
823
-
824
- .icon-chexing-pinpailiebiao:before {
825
- content: "\e64f";
826
- }
827
-
828
- .icon-yonghu-gongzuodanwei:before {
829
- content: "\e651";
830
- }
831
-
832
- .icon-shujujieguo:before {
833
- content: "\e652";
834
- }
835
-
836
- .icon-gongyingshangguanli:before {
837
- content: "\e654";
838
- }
839
-
840
- .icon-xitong-quanxianguanli:before {
841
- content: "\e656";
842
- }
843
-
844
- .icon-shujuguanli:before {
845
- content: "\e65a";
846
- }
847
-
848
- .icon-yonghushenhe:before {
849
- content: "\e65b";
850
- }
851
-
852
- .icon-gongyingshangliebiao:before {
853
- content: "\e65c";
854
- }
855
-
856
- .icon-xiaoliangliebiao:before {
857
- content: "\e65d";
858
- }
859
-
860
- .icon-chexing-ruanjianbanben:before {
861
- content: "\e65e";
862
- }
863
-
864
- .icon-xitong-meijuguanli:before {
865
- content: "\e65f";
866
- }
867
-
868
- .icon-huiyuan-qiyeguanli:before {
869
- content: "\e660";
870
- }
871
-
872
- .icon-chexing-ruanjianbanben1:before {
873
- content: "\e661";
874
- }
875
-
876
- .icon-shuju-ceshiguihua:before {
877
- content: "\e662";
878
- }
879
-
880
- .icon-yonghuliebiao:before {
881
- content: "\e664";
882
- }
883
-
884
- .icon-yonghuguanli:before {
885
- content: "\e665";
886
- }
887
-
888
- .icon-xitong-jiaoseguanli:before {
889
- content: "\e666";
890
- }
891
-
892
- .icon-chexingliebiao:before {
893
- content: "\e667";
894
- }
895
-
896
- .icon-chexingguanli:before {
897
- content: "\e668";
898
- }
899
-
900
- .icon-shujujiegou:before {
901
- content: "\e66b";
902
- }
903
-
904
- .icon-huiyuanyonghu:before {
905
- content: "\e66c";
906
- }
907
-
908
- .icon-huiyuan-quanxianguanli:before {
909
- content: "\e66d";
910
- }
911
-
912
- .icon-fl-gouwuche:before {
913
- content: "\e64a";
914
- }
915
-
916
- .icon-circle:before {
917
- content: "\ea9f";
918
- }
919
-
920
- .icon-dunpaibaowei:before {
921
- content: "\e6f0";
922
- }
923
-
924
- .icon-jinggao:before {
925
- content: "\e649";
926
- }
927
-
928
- .icon-erjijigou:before {
929
- content: "\e647";
930
- }
931
-
932
- .icon-thirdMemu:before {
933
- content: "\e802";
934
- }
935
-
936
- .icon-shangpinfenlei:before {
937
- content: "\e641";
938
- }
939
-
940
- .icon-shangpinshangxiajia:before {
941
- content: "\e642";
942
- }
943
-
944
- .icon-taocanxinxi_changgui:before {
945
- content: "\e643";
946
- }
947
-
948
- .icon-kehuchaxun:before {
949
- content: "\e8ae";
950
- }
951
-
952
- .icon-shangpin-canshumoban:before {
953
- content: "\e6d5";
954
- }
955
-
956
- .icon-shangpinguanli-shangpinweihu:before {
957
- content: "\e655";
958
- }
959
-
960
- .icon-kehubiangeng:before {
961
- content: "\e701";
962
- }
963
-
964
- .icon-shanghuguanxiweihu:before {
965
- content: "\e682";
966
- }
967
-
968
- .icon-kehuxinzeng:before {
969
- content: "\e646";
970
- }
971
-
972
- .icon-shangji-shangjiguanli:before {
973
- content: "\e75c";
974
- }
975
-
976
- .icon-daifahuodingdan:before {
977
- content: "\e622";
978
- }
979
-
980
- .icon-jichuziliao:before {
981
- content: "\e623";
982
- }
983
-
984
- .icon-zuzhi:before {
985
- content: "\e63f";
986
- }
987
-
988
- .icon-shujujianmo:before {
989
- content: "\e6cf";
990
- }
991
-
992
- .icon-wenjianguanli:before {
993
- content: "\e624";
994
- }
995
-
996
- .icon-guanli1:before {
997
- content: "\e625";
998
- }
999
-
1000
- .icon-dianshang:before {
1001
- content: "\e629";
1002
- }
1003
-
1004
- .icon-ziyuan:before {
1005
- content: "\e631";
1006
- }
1007
-
1008
- .icon-feiyongguanli:before {
1009
- content: "\e69a";
1010
- }
1011
-
1012
- .icon-yunpingtai:before {
1013
- content: "\e633";
1014
- }
1015
-
1016
- .icon-yingxiao:before {
1017
- content: "\e74a";
1018
- }
1019
-
1020
- .icon-biaodanguanli:before {
1021
- content: "\e634";
1022
- }
1023
-
1024
- .icon-baobiao:before {
1025
- content: "\e636";
1026
- }
1027
-
1028
- .icon-yusuanguanli:before {
1029
- content: "\e7cd";
1030
- }
1031
-
1032
- .icon-baoxiao:before {
1033
- content: "\e6b2";
1034
- }
1035
-
1036
- .icon-yanfa:before {
1037
- content: "\e637";
1038
- }
1039
-
1040
- .icon-hetong:before {
1041
- content: "\e638";
1042
- }
1043
-
1044
- .icon-danjuliuchengshezhi:before {
1045
- content: "\e79e";
1046
- }
1047
-
1048
- .icon-shenqingguanli:before {
1049
- content: "\e63a";
1050
- }
1051
-
1052
- .icon-xitongshezhi:before {
1053
- content: "\e63b";
1054
- }
1055
-
1056
- .icon-icon-servicenetwork:before {
1057
- content: "\e659";
1058
- }
1059
-
1060
- .icon-a-zu96:before {
1061
- content: "\e63c";
1062
- }
1063
-
1064
- .icon-chanpin2:before {
1065
- content: "\e63d";
1066
- }
1067
-
1068
- .icon-shangpin2:before {
1069
- content: "\e640";
1070
- }
1071
-
1072
- .icon-tuihuanhuo1:before {
1073
- content: "\e6b6";
1074
- }
1075
-
1076
- .icon-wenquantiaocha:before {
1077
- content: "\e728";
1078
- }
1079
-
1080
- .icon-cangchu:before {
1081
- content: "\e8c2";
1082
- }
1083
-
1084
- .icon-caigou:before {
1085
- content: "\e61c";
1086
- }
1087
-
1088
- .icon-churuku:before {
1089
- content: "\e67d";
1090
- }
1091
-
1092
- .icon-quanqiutemai:before {
1093
- content: "\e621";
1094
- }
1095
-
1096
- .icon-wodedingdan:before {
1097
- content: "\e628";
1098
- }
1099
-
1100
- .icon-tuihuanhuo:before {
1101
- content: "\e686";
1102
- }
1103
-
1104
- .icon-youhuiquan-copy:before {
1105
- content: "\e61b";
1106
- }
1107
-
1108
- .icon-lightning:before {
1109
- content: "\e995";
1110
- }
1111
-
1112
- .icon-wenbenyuladong:before {
1113
- content: "\e61e";
1114
- }
1115
-
1116
- .icon-gantanhao:before {
1117
- content: "\e61a";
1118
- }
1119
-
1120
- .icon-tuodongweizhi:before {
1121
- content: "\e703";
1122
- }
1123
-
1124
- .icon-chaxuntiaojianshezhi:before {
1125
- content: "\e6ed";
1126
- }
1127
-
1128
- .icon-preview:before {
1129
- content: "\e7a4";
1130
- }
1131
-
1132
- .icon-liebiaoshezhi-list-setting:before {
1133
- content: "\e61f";
1134
- }
1135
-
1136
- .icon-quanping:before {
1137
- content: "\e657";
1138
- }
1139
-
1140
- .icon-suoxiao:before {
1141
- content: "\e658";
1142
- }
1143
-
1144
- .icon-tianjiarenyuan:before {
1145
- content: "\e663";
1146
- }
1147
-
1148
- .icon-weidu:before {
1149
- content: "\e63e";
1150
- }
1151
-
1152
- .icon-wendangshangchuan:before {
1153
- content: "\e653";
1154
- }
1155
-
1156
- .icon-wenjianjia:before {
1157
- content: "\e617";
1158
- }
1159
-
1160
- .icon-wuliuguiji:before {
1161
- content: "\e630";
1162
- }
1163
-
1164
- .icon-fujian3:before {
1165
- content: "\e619";
1166
- }
1167
-
1168
- .icon-tupianyulan:before {
1169
- content: "\e7fa";
1170
- }
1171
-
1172
- .icon-chajia:before {
1173
- content: "\e635";
1174
- }
1175
-
1176
- .icon-fujian:before {
1177
- content: "\e66a";
1178
- }
1179
-
1180
- .icon-shangchuanfujian:before {
1181
- content: "\e6ec";
1182
- }
1183
-
1184
- .icon-guidang:before {
1185
- content: "\e748";
1186
- }
1187
-
1188
- .icon-xiaoxitongzhi:before {
1189
- content: "\e69d";
1190
- }
1191
-
1192
- .icon-caidan:before {
1193
- content: "\e616";
1194
- }
1195
-
1196
- .icon-kuaijie:before {
1197
- content: "\e615";
1198
- }
1199
-
1200
- .icon-bianma1:before {
1201
- content: "\e60f";
1202
- }
1203
-
1204
- .icon-caiwuliushui:before {
1205
- content: "\e613";
1206
- }
1207
-
1208
- .icon-huizong:before {
1209
- content: "\e60e";
1210
- }
1211
-
1212
- .icon-tongguo:before {
1213
- content: "\e607";
1214
- }
1215
-
1216
- .icon-cuiban:before {
1217
- content: "\e608";
1218
- }
1219
-
1220
- .icon-a-bohui1:before {
1221
- content: "\e60a";
1222
- }
1223
-
1224
- .icon-caozuozhongduan:before {
1225
- content: "\e60b";
1226
- }
1227
-
1228
- .icon-zhuanban:before {
1229
- content: "\e60d";
1230
- }
1231
-
1232
- .icon-fenzu:before {
1233
- content: "\e694";
1234
- }
1235
-
1236
- .icon-gengduo1:before {
1237
- content: "\e612";
1238
- }
1239
-
1240
- .icon-nan:before {
1241
- content: "\e8b3";
1242
- }
1243
-
1244
- .icon-nv:before {
1245
- content: "\e8b4";
1246
- }
1247
-
1248
- .icon-guanli:before {
1249
- content: "\e611";
1250
- }
1251
-
1252
- .icon-right-label:before {
1253
- content: "\e618";
1254
- }
1255
-
1256
- .icon-zantongfill:before {
1257
- content: "\e793";
1258
- }
1259
-
1260
- .icon-zantong:before {
1261
- content: "\e794";
1262
- }
1263
-
1264
- .icon-shengchengPDFrenwu:before {
1265
- content: "\e75b";
1266
- }
1267
-
1268
- .icon-jiaobentitle:before {
1269
- content: "\e627";
1270
- }
1271
-
1272
- .icon-chakan1:before {
1273
- content: "\e60c";
1274
- }
1275
-
1276
- .icon-chakan:before {
1277
- content: "\e626";
1278
- }
1279
-
1280
- .icon-dayin:before {
1281
- content: "\e605";
1282
- }
1283
-
1284
- .icon-erweima:before {
1285
- content: "\eaf1";
1286
- }
1287
-
1288
- .icon-bar-code-full:before {
1289
- content: "\e952";
1290
- }
1291
-
1292
- .icon-xiada:before {
1293
- content: "\ea37";
1294
- }
1295
-
1296
- .icon-icon:before {
1297
- content: "\e604";
1298
- }
1299
-
1300
- .icon-tihuan3:before {
1301
- content: "\e67b";
1302
- }
1303
-
1304
- .icon-mokuai1:before {
1305
- content: "\e603";
1306
- }
1307
-
1308
- .icon-danmokuai:before {
1309
- content: "\e610";
1310
- }
1311
-
1312
- .icon-huaban67:before {
1313
- content: "\e602";
1314
- }
1315
-
1316
- .icon-gengduo:before {
1317
- content: "\e600";
1318
- }
1319
-
1320
- .icon-shaixuan:before {
1321
- content: "\e62f";
1322
- }
1323
-
1324
- .icon-qizhatongji:before {
1325
- content: "\e609";
1326
- }
1327
-
1328
- .icon-icon-:before {
1329
- content: "\e739";
1330
- }
1331
-
1332
- .icon-biaoqianye:before {
1333
- content: "\e644";
1334
- }
1335
-
1336
- .icon-zanwushuju:before {
1337
- content: "\e62e";
1338
- }
1339
-
1340
- .icon-biaoti:before {
1341
- content: "\e62b";
1342
- }
1343
-
1344
- .icon-1fuwenben:before {
1345
- content: "\e62d";
1346
- }
1347
-
1348
- .icon-danxuan:before {
1349
- content: "\e71f";
1350
- }
1351
-
1352
- .icon-riqi:before {
1353
- content: "\e650";
1354
- }
1355
-
1356
- .icon-tubiao:before {
1357
- content: "\e670";
1358
- }
1359
-
1360
- .icon-biaodanzujian-xialakuang:before {
1361
- content: "\eb94";
1362
- }
1363
-
1364
- .icon-xingzhuang-tupian:before {
1365
- content: "\eb98";
1366
- }
1367
-
1368
- .icon-xingzhuang-wenzi:before {
1369
- content: "\eb99";
1370
- }
1371
-
1372
- .icon-kongjianyixuan:before {
1373
- content: "\ebf0";
1374
- }
1375
-
1376
- .icon--duohangwenben:before {
1377
- content: "\e6d4";
1378
- }
1379
-
1380
- .icon-danhangwenben:before {
1381
- content: "\e62a";
1382
- }
1383
-
1384
- .icon-24gl-fence:before {
1385
- content: "\e832";
1386
- }
1387
-
1388
- .icon-biaoge:before {
1389
- content: "\e639";
1390
- }
1391
-
1392
- .icon-biaoge1:before {
1393
- content: "\e84d";
1394
- }
1395
-
1396
- .icon-button:before {
1397
- content: "\e648";
1398
- }
1399
-
1400
- .icon-jishuqi:before {
1401
- content: "\e6fd";
1402
- }
1403
-
1404
- .icon-a-ziyuan8:before {
1405
- content: "\e669";
1406
- }
1407
-
1408
- .icon-shuxing:before {
1409
- content: "\e632";
1410
- }
1411
-
1412
- .icon-biaoqianweihu:before {
1413
- content: "\e76c";
1414
- }
1415
-
1416
- .icon-icmenu2:before {
1417
- content: "\e62c";
1418
- }
1419
-
1420
- .icon-fenlei:before {
1421
- content: "\e614";
1422
- }
1423
-
1424
- .icon-gouwuche:before {
1425
- content: "\e606";
1426
- }
1427
-
1428
- .icon-quanbushanchu:before {
1429
- content: "\e601";
1430
- }
1431
-
1432
- .icon-liuchengdaiban:before {
1433
- content: "\e620";
1434
- }
1435
-
1436
- .icon-yincang:before {
1437
- content: "\e79a";
1438
- }
1439
-
1440
- .icon-jigou:before {
1441
- content: "\e61d";
1442
- }
1443
-
1444
- .icon-liuchengguanli-shejiqi_liucheng:before {
1445
- content: "\e645";
1446
- }
1447
-