iov-design 2.15.60 → 2.15.62

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 (242) hide show
  1. package/README.md +148 -148
  2. package/lib/alert.js +24 -105
  3. package/lib/aside.js +24 -34
  4. package/lib/autocomplete.js +36 -240
  5. package/lib/avatar.js +21 -20
  6. package/lib/backtop.js +27 -52
  7. package/lib/badge.js +30 -58
  8. package/lib/breadcrumb-item.js +24 -53
  9. package/lib/breadcrumb.js +24 -37
  10. package/lib/button-group.js +24 -29
  11. package/lib/button.js +38 -60
  12. package/lib/calendar.js +29 -146
  13. package/lib/card.js +24 -51
  14. package/lib/carousel-item.js +30 -68
  15. package/lib/carousel.js +27 -159
  16. package/lib/cascader-panel.js +41 -64
  17. package/lib/cascader.js +37 -470
  18. package/lib/checkbox-button.js +28 -164
  19. package/lib/checkbox-group.js +24 -37
  20. package/lib/checkbox.js +35 -189
  21. package/lib/col.js +1 -0
  22. package/lib/collapse-item.js +27 -125
  23. package/lib/collapse.js +24 -37
  24. package/lib/color-picker.js +104 -424
  25. package/lib/container.js +24 -34
  26. package/lib/date-picker.js +126 -1981
  27. package/lib/descriptions-item.js +1 -0
  28. package/lib/descriptions.js +1 -0
  29. package/lib/dialog.js +24 -137
  30. package/lib/divider.js +29 -64
  31. package/lib/drawer.js +24 -139
  32. package/lib/dropdown-item.js +27 -45
  33. package/lib/dropdown-menu.js +24 -51
  34. package/lib/dropdown.js +21 -20
  35. package/lib/empty.js +24 -61
  36. package/lib/footer.js +24 -34
  37. package/lib/form-item.js +42 -128
  38. package/lib/form.js +27 -40
  39. package/lib/header.js +24 -34
  40. package/lib/icon.js +24 -29
  41. package/lib/image.js +36 -220
  42. package/lib/index.js +1 -1
  43. package/lib/infinite-scroll.js +1 -0
  44. package/lib/input-number.js +30 -163
  45. package/lib/input.js +42 -274
  46. package/lib/iov-design.common.js +1635 -11132
  47. package/lib/link.js +31 -56
  48. package/lib/loading.js +24 -77
  49. package/lib/locale/format.js +10 -10
  50. package/lib/main.js +24 -29
  51. package/lib/menu-item-group.js +24 -40
  52. package/lib/menu-item.js +27 -83
  53. package/lib/menu.js +21 -20
  54. package/lib/message-box.js +24 -321
  55. package/lib/message.js +30 -82
  56. package/lib/mixins/migrating.js +20 -20
  57. package/lib/notification.js +24 -109
  58. package/lib/option-group.js +24 -50
  59. package/lib/option.js +27 -76
  60. package/lib/page-header.js +24 -56
  61. package/lib/pagination.js +24 -97
  62. package/lib/popconfirm.js +24 -97
  63. package/lib/popover.js +24 -89
  64. package/lib/progress.js +30 -133
  65. package/lib/radio-button.js +29 -111
  66. package/lib/radio-group.js +24 -39
  67. package/lib/radio.js +36 -152
  68. package/lib/rate.js +24 -94
  69. package/lib/result.js +72 -187
  70. package/lib/row.js +1 -0
  71. package/lib/scrollbar.js +1 -0
  72. package/lib/select.js +48 -637
  73. package/lib/skeleton-item.js +36 -68
  74. package/lib/skeleton.js +28 -70
  75. package/lib/slider.js +36 -267
  76. package/lib/spinner.js +24 -51
  77. package/lib/statistic.js +24 -76
  78. package/lib/step.js +29 -118
  79. package/lib/steps.js +27 -40
  80. package/lib/submenu.js +21 -20
  81. package/lib/switch.js +24 -130
  82. package/lib/tab-pane.js +24 -52
  83. package/lib/table-column.js +1 -0
  84. package/lib/table.js +93 -633
  85. package/lib/tabs.js +34 -49
  86. package/lib/tag.js +21 -20
  87. package/lib/theme-chalk/autocomplete.css +1 -1
  88. package/lib/theme-chalk/base.css +1 -1
  89. package/lib/theme-chalk/cascader.css +1 -1
  90. package/lib/theme-chalk/date-picker.css +1 -1
  91. package/lib/theme-chalk/index.css +1 -1
  92. package/lib/theme-chalk/input-number.css +1 -1
  93. package/lib/theme-chalk/input.css +1 -1
  94. package/lib/theme-chalk/iovfont.css +1 -1
  95. package/lib/theme-chalk/link.css +1 -1
  96. package/lib/theme-chalk/message-box.css +1 -1
  97. package/lib/theme-chalk/pagination.css +1 -1
  98. package/lib/theme-chalk/select.css +1 -1
  99. package/lib/theme-chalk/slider.css +1 -1
  100. package/lib/theme-chalk/time-picker.css +1 -1
  101. package/lib/theme-chalk/transfer.css +1 -1
  102. package/lib/time-picker.js +58 -820
  103. package/lib/time-select.js +42 -303
  104. package/lib/timeline-item.js +29 -75
  105. package/lib/timeline.js +21 -20
  106. package/lib/tooltip.js +1 -0
  107. package/lib/transfer.js +36 -299
  108. package/lib/tree.js +54 -243
  109. package/lib/upload.js +86 -654
  110. package/lib/utils/clickoutside.js +7 -7
  111. package/lib/utils/vue-popper.js +7 -7
  112. package/package.json +154 -154
  113. package/packages/autocomplete/src/autocomplete-suggestions.vue +76 -76
  114. package/packages/autocomplete/src/autocomplete.vue +285 -285
  115. package/packages/button/src/button.vue +90 -90
  116. package/packages/calendar/src/date-table.vue +200 -200
  117. package/packages/calendar/src/main.vue +280 -280
  118. package/packages/carousel/src/item.vue +138 -138
  119. package/packages/carousel/src/main.vue +315 -315
  120. package/packages/cascader/src/cascader.vue +776 -776
  121. package/packages/cascader-panel/src/cascader-menu.vue +138 -138
  122. package/packages/cascader-panel/src/cascader-node.vue +246 -246
  123. package/packages/cascader-panel/src/cascader-panel.vue +391 -391
  124. package/packages/cascader-panel/src/node.js +166 -166
  125. package/packages/cascader-panel/src/store.js +58 -58
  126. package/packages/checkbox/src/checkbox-button.vue +199 -199
  127. package/packages/checkbox/src/checkbox-group.vue +49 -49
  128. package/packages/checkbox/src/checkbox.vue +225 -225
  129. package/packages/collapse/src/collapse-item.vue +114 -114
  130. package/packages/color-picker/src/components/picker-dropdown.vue +121 -121
  131. package/packages/color-picker/src/main.vue +188 -188
  132. package/packages/date-picker/src/basic/date-table.vue +441 -441
  133. package/packages/date-picker/src/basic/month-table.vue +269 -269
  134. package/packages/date-picker/src/basic/time-spinner.vue +304 -304
  135. package/packages/date-picker/src/basic/year-table.vue +111 -111
  136. package/packages/date-picker/src/panel/date-range.vue +680 -680
  137. package/packages/date-picker/src/panel/date.vue +609 -609
  138. package/packages/date-picker/src/panel/month-range.vue +289 -289
  139. package/packages/date-picker/src/panel/time-range.vue +248 -248
  140. package/packages/date-picker/src/panel/time-select.vue +178 -178
  141. package/packages/date-picker/src/panel/time.vue +186 -186
  142. package/packages/date-picker/src/picker.vue +967 -967
  143. package/packages/descriptions/src/index.js +180 -180
  144. package/packages/dialog/src/component.vue +262 -262
  145. package/packages/drawer/src/main.vue +205 -205
  146. package/packages/dropdown/src/dropdown-item.vue +37 -37
  147. package/packages/dropdown/src/dropdown-menu.vue +63 -63
  148. package/packages/dropdown/src/dropdown.vue +293 -293
  149. package/packages/empty/src/index.vue +70 -70
  150. package/packages/form/src/form-item.vue +324 -324
  151. package/packages/form/src/form.vue +182 -182
  152. package/packages/image/src/image-viewer.vue +330 -330
  153. package/packages/image/src/main.vue +249 -249
  154. package/packages/infinite-scroll/src/main.js +150 -150
  155. package/packages/input/src/input.vue +477 -477
  156. package/packages/input-number/src/input-number.vue +283 -283
  157. package/packages/loading/src/directive.js +133 -133
  158. package/packages/loading/src/index.js +106 -106
  159. package/packages/menu/src/menu-item.vue +112 -112
  160. package/packages/menu/src/menu.vue +325 -325
  161. package/packages/menu/src/submenu.vue +349 -349
  162. package/packages/message/src/main.js +91 -91
  163. package/packages/message-box/src/main.js +216 -216
  164. package/packages/message-box/src/main.vue +333 -333
  165. package/packages/notification/src/main.js +94 -94
  166. package/packages/page-header/src/main.vue +30 -30
  167. package/packages/pagination/src/pagination.js +390 -390
  168. package/packages/popconfirm/src/main.vue +104 -104
  169. package/packages/popover/src/main.vue +239 -239
  170. package/packages/radio/src/radio-button.vue +115 -115
  171. package/packages/radio/src/radio-group.vue +115 -115
  172. package/packages/radio/src/radio.vue +148 -148
  173. package/packages/rate/src/main.vue +348 -348
  174. package/packages/scrollbar/src/bar.js +92 -92
  175. package/packages/scrollbar/src/main.js +130 -130
  176. package/packages/select/src/option-group.vue +60 -60
  177. package/packages/select/src/option.vue +171 -171
  178. package/packages/select/src/select-dropdown.vue +74 -74
  179. package/packages/select/src/select.vue +979 -979
  180. package/packages/slider/src/button.vue +238 -238
  181. package/packages/slider/src/main.vue +427 -427
  182. package/packages/statistic/src/main.vue +204 -204
  183. package/packages/steps/src/steps.vue +68 -68
  184. package/packages/switch/src/component.vue +182 -182
  185. package/packages/table/src/config.js +153 -153
  186. package/packages/table/src/filter-panel.vue +194 -194
  187. package/packages/table/src/store/current.js +76 -76
  188. package/packages/table/src/store/helper.js +41 -41
  189. package/packages/table/src/store/index.js +147 -147
  190. package/packages/table/src/store/watcher.js +502 -502
  191. package/packages/table/src/table-body.js +469 -469
  192. package/packages/table/src/table-column.js +328 -328
  193. package/packages/table/src/table-header.js +571 -571
  194. package/packages/table/src/table-layout.js +249 -249
  195. package/packages/table/src/table-row.js +101 -101
  196. package/packages/table/src/table.vue +740 -740
  197. package/packages/table/src/util.js +273 -273
  198. package/packages/tabs/src/tab-bar.vue +57 -57
  199. package/packages/tabs/src/tab-nav.vue +294 -294
  200. package/packages/tabs/src/tabs.vue +201 -201
  201. package/packages/theme-chalk/src/button.scss +416 -416
  202. package/packages/theme-chalk/src/cascader.scss +252 -252
  203. package/packages/theme-chalk/src/checkbox.scss +419 -419
  204. package/packages/theme-chalk/src/common/var.scss +795 -795
  205. package/packages/theme-chalk/src/form.scss +201 -201
  206. package/packages/theme-chalk/src/input.scss +591 -591
  207. package/packages/theme-chalk/src/iovfont.scss +818 -803
  208. package/packages/theme-chalk/src/link.scss +8 -8
  209. package/packages/theme-chalk/src/message-box.scss +207 -207
  210. package/packages/theme-chalk/src/mixins/_button.scss +136 -136
  211. package/packages/theme-chalk/src/mixins/mixins.scss +190 -190
  212. package/packages/theme-chalk/src/radio-button.scss +115 -115
  213. package/packages/theme-chalk/src/select.scss +270 -270
  214. package/packages/theme-chalk/src/tabs.scss +755 -755
  215. package/packages/theme-chalk/src/upload.scss +568 -568
  216. package/packages/tooltip/src/main.js +242 -242
  217. package/packages/transfer/src/main.vue +231 -231
  218. package/packages/transfer/src/transfer-panel.vue +251 -251
  219. package/packages/tree/src/model/node.js +484 -484
  220. package/packages/tree/src/tree-node.vue +279 -279
  221. package/packages/tree/src/tree.vue +496 -496
  222. package/packages/upload/src/index.vue +420 -420
  223. package/packages/upload/src/upload-file.vue +98 -98
  224. package/packages/upload/src/upload-list.vue +115 -115
  225. package/packages/upload/src/upload-picture.vue +98 -98
  226. package/packages/upload/src/upload.vue +231 -231
  227. package/packages/upload/src/utils.js +31 -31
  228. package/src/directives/repeat-click.js +26 -26
  229. package/src/index.js +259 -259
  230. package/src/locale/format.js +46 -46
  231. package/src/locale/index.js +48 -48
  232. package/src/locale/lang/lo-LA.js +126 -126
  233. package/src/mixins/locale.js +9 -9
  234. package/src/mixins/migrating.js +54 -54
  235. package/src/transitions/collapse-transition.js +77 -77
  236. package/src/utils/clickoutside.js +76 -76
  237. package/src/utils/date-util.js +282 -282
  238. package/src/utils/popup/index.js +218 -218
  239. package/src/utils/popup/popup-manager.js +194 -194
  240. package/src/utils/util.js +245 -245
  241. package/src/utils/vdom.js +5 -5
  242. package/src/utils/vue-popper.js +198 -198
@@ -1,803 +1,818 @@
1
- @font-face {
2
- font-family: 'iovfont'; /* Project id 4466910 */
3
- src: url('//at.alicdn.com/t/c/font_4466910_5tg1ozcw3bm.woff2?t=1755252355185') format('woff2'),
4
- url('//at.alicdn.com/t/c/font_4466910_5tg1ozcw3bm.woff?t=1755252355185') format('woff'),
5
- url('//at.alicdn.com/t/c/font_4466910_5tg1ozcw3bm.ttf?t=1755252355185') format('truetype');
6
- }
7
-
8
- [class^="iov-icon-"], [class*=" iov-icon-"] {
9
- font-family: 'iovfont' !important;
10
- speak: none;
11
- font-style: normal;
12
- font-weight: normal;
13
- font-variant: normal;
14
- text-transform: none;
15
- line-height: 1;
16
- vertical-align: baseline;
17
- display: inline-block;
18
-
19
- -webkit-font-smoothing: antialiased;
20
- -moz-osx-font-smoothing: grayscale;
21
- }
22
-
23
- @keyframes rotating {
24
- 0% {
25
- transform: rotateZ(0deg);
26
- }
27
- 100% {
28
- transform: rotateZ(360deg);
29
- }
30
- }
31
- .iov-icon-loading {
32
- &:before {
33
- content: "";
34
- width: 14px;
35
- height: 14px;
36
- animation: rotating .45s linear infinite;
37
- display: inline-block;
38
- background-size: contain;
39
- background-position: 0 0;
40
- background-repeat: no-repeat;
41
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+5aSa6Imy5Zu+5qCHL2xvYWRpbmc8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHBhdHRlcm4gaWQ9InBhdHRlcm4tMSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgcGF0dGVyblVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2ltYWdlLTIiPjwvdXNlPgogICAgICAgIDwvcGF0dGVybj4KICAgICAgICA8aW1hZ2UgaWQ9ImltYWdlLTIiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBNEFBQUFPQ0FZQUFBQWZTQzNSQUFBQUFYTlNSMElBcnM0YzZRQUFBRVJsV0VsbVRVMEFLZ0FBQUFnQUFZZHBBQVFBQUFBQkFBQUFHZ0FBQUFBQUE2QUJBQU1BQUFBQkFBRUFBS0FDQUFRQUFBQUJBQUFBRHFBREFBUUFBQUFCQUFBQURnQUFBQUM5OERuNkFBQUJqa2xFUVZRb0ZWMlJUVTdjUUJDRlg5c05neERTYkFKU0Z0bGxpVGhOTmx3aVorTU9XYkNQSUNzV2lQQXpEQm1HOGNpRFBNWjJ2dGR5UzBESno5VlZYYS8rT3B5Y0RvTUtTU1d3anVQWitqMThuMEZjVkk4alMrQmcyd2tzdGczYm54RFY0UnlBeFdjSDJzNitUTWpWeHM0K0VvbFBSRjlhY3JYM3BBOUV0K2NLdVcxWDJRSFduK2NjTzRoNjQ5S1o4Mnladkl2UDJhME5KOGh0RSsvbHZGS3NETjI0TXlkcGdlVWJPQUJqZTZtQS9VaUVkRTlzeDZONE5hWnNRcXVuZnFHemNLZ3BJL3pBZDBUTVBzVFVCN0ZsRElQdUlUY2hwTW9yN01kKzBKOWhyYk5ocTRQQ29kSXh3VjlKTWswSnBJa3J6cmlvMFdzdS9rRzZaWlRMMytlcXZwK3EzZ3U2SUptbEFsL0FsQ0w3SG5kT0N6TklkMlM5eGY2NzNlb1JQVno5REExdHo2aHlROHdOdmp0eVBJQzVkN1dBVUVGY2NwNFhiMXFVVGNxT3liSjdyUW82Z2JnSC9Hd3RhQ0xucFlub1o0SmV1bDVWUGRFbXNmaTFyVFp4VjFYWmFSa0tsa2tnWHhlWnFTcUNWanpMbXJXdiswYjE5YS8wdW1reW5xbnBPOVd4NEM1b1FpNC9qdjREYjEyZlh5N0RpNzBBQUFBQVNVVk9SSzVDWUlJPSI+PC9pbWFnZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLmlbDmja7lsZXnpLoiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLmlbDmja7lsZXnpLot6KGo5qC8IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA4LCAtNDUzMCkiPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTMz5aSH5Lu9IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTQsIDQ0NzIpIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJsb2FkaW5nL+m7mOiupC/lj43nmb3lpIfku70tMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LCA1OCkiPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJBcnRib2FyZCIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjIzODgsIDEuMjM4OCkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02Ljc2MTIyOTMxLDAgQzEwLjQ5NTM1MzIsMCAxMy41MjI0NTg2LDMuMDI3MTA1NDcgMTMuNTIyNDU4Niw2Ljc2MTIyOTMxIEMxMy41MjI0NTg2LDEwLjQ5NTM1MzIgMTAuNDk1MzUzMiwxMy41MjI0NTg2IDYuNzYxMjI5MzEsMTMuNTIyNDU4NiBDMy4wMjcxMDU0NywxMy41MjI0NTg2IDAsMTAuNDk1MzUzMiAwLDYuNzYxMjI5MzEgQzAsMy4wMjcxMDU0NyAzLjAyNzEwNTQ3LDAgNi43NjEyMjkzMSwwIFogTTYuNzYxMjI5MzEsMS45NjY5MDMwNyBDNC4xMTMzOTYwNSwxLjk2NjkwMzA3IDEuOTY2OTAzMDcsNC4xMTMzOTYwNSAxLjk2NjkwMzA3LDYuNzYxMjI5MzEgQzEuOTY2OTAzMDcsOS40MDkwNjI1OCA0LjExMzM5NjA1LDExLjU1NTU1NTYgNi43NjEyMjkzMSwxMS41NTU1NTU2IEM5LjQwOTA2MjU4LDExLjU1NTU1NTYgMTEuNTU1NTU1Niw5LjQwOTA2MjU4IDExLjU1NTU1NTYsNi43NjEyMjkzMSBDMTEuNTU1NTU1Niw0LjExMzM5NjA1IDkuNDA5MDYyNTgsMS45NjY5MDMwNyA2Ljc2MTIyOTMxLDEuOTY2OTAzMDcgWiIgaWQ9IuakreWchuW9oiI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi43NjEyMjkzMSwwIEMxMC40OTUzNTMyLDAgMTMuNTIyNDU4NiwzLjAyNzEwNTQ3IDEzLjUyMjQ1ODYsNi43NjEyMjkzMSBDMTMuNTIyNDU4Niw3LjMwNDM3NDYgMTMuMDgyMTUyNCw3Ljc0NDY4MDg1IDEyLjUzOTAwNzEsNy43NDQ2ODA4NSBDMTEuOTk1ODYxOCw3Ljc0NDY4MDg1IDExLjU1NTU1NTYsNy4zMDQzNzQ2IDExLjU1NTU1NTYsNi43NjEyMjkzMSBDMTEuNTU1NTU1Niw0LjExMzM5NjA1IDkuNDA5MDYyNTgsMS45NjY5MDMwNyA2Ljc2MTIyOTMxLDEuOTY2OTAzMDcgQzQuMTEzMzk2MDUsMS45NjY5MDMwNyAxLjk2NjkwMzA3LDQuMTEzMzk2MDUgMS45NjY5MDMwNyw2Ljc2MTIyOTMxIEMxLjk2NjkwMzA3LDkuNDA5MDYyNTggNC4xMTMzOTYwNSwxMS41NTU1NTU2IDYuNzYxMjI5MzEsMTEuNTU1NTU1NiBDNy4zMDQzNzQ2LDExLjU1NTU1NTYgNy43NDQ2ODA4NSwxMS45OTU4NjE4IDcuNzQ0NjgwODUsMTIuNTM5MDA3MSBDNy43NDQ2ODA4NSwxMy4wODIxNTI0IDcuMzA0Mzc0NiwxMy41MjI0NTg2IDYuNzYxMjI5MzEsMTMuNTIyNDU4NiBDMy4wMjcxMDU0NywxMy41MjI0NTg2IDAsMTAuNDk1MzUzMiAwLDYuNzYxMjI5MzEgQzAsMy4wMjcxMDU0NyAzLjAyNzEwNTQ3LDAgNi43NjEyMjkzMSwwIFoiIGlkPSLot6/lvoQiIGZpbGw9InVybCgjcGF0dGVybi0xKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
42
- }
43
- }
44
-
45
- .iov-icon-card:before {
46
- content: "\e6ff";
47
- }
48
-
49
- .iov-icon-copy:before {
50
- content: "\e700";
51
- }
52
-
53
- .iov-icon-sort:before {
54
- content: "\e701";
55
- }
56
-
57
- .iov-icon-authorize:before {
58
- content: "\e702";
59
- }
60
-
61
- .iov-icon-authorize-custom:before {
62
- content: "\e703";
63
- }
64
-
65
- .iov-icon-bottle:before {
66
- content: "\e6fe";
67
- }
68
-
69
- .iov-icon-line-github:before {
70
- content: "\e6f8";
71
- }
72
-
73
- .iov-icon-sun:before {
74
- content: "\e6f9";
75
- }
76
-
77
- .iov-icon-panel:before {
78
- content: "\e6fa";
79
- }
80
-
81
- .iov-icon-cube:before {
82
- content: "\e6fb";
83
- }
84
-
85
- .iov-icon-github:before {
86
- content: "\e6fc";
87
- }
88
-
89
- .iov-icon-menu-fold-right:before {
90
- content: "\e6fd";
91
- }
92
-
93
- .iov-icon-cdkey:before {
94
- content: "\e6f7";
95
- }
96
-
97
- .iov-icon-circle-minus:before {
98
- content: "\e6f6";
99
- }
100
-
101
- .iov-icon-brush:before {
102
- content: "\e6ee";
103
- }
104
-
105
- .iov-icon-code:before {
106
- content: "\e6ef";
107
- }
108
-
109
- .iov-icon-circle-plus:before {
110
- content: "\e6f0";
111
- }
112
-
113
- .iov-icon-branch:before {
114
- content: "\e6f4";
115
- }
116
-
117
- .iov-icon-swap:before {
118
- content: "\e6f5";
119
- }
120
-
121
- .iov-icon-wand:before {
122
- content: "\e6ed";
123
- }
124
-
125
- .iov-icon-notice:before {
126
- content: "\e6eb";
127
- }
128
-
129
- .iov-icon-computer:before {
130
- content: "\e6ec";
131
- }
132
-
133
- .iov-icon-img-placeholder:before {
134
- content: "\e6ea";
135
- }
136
-
137
- .iov-icon-select:before {
138
- content: "\e6e9";
139
- }
140
-
141
- .iov-icon-fold:before {
142
- content: "\e6f2";
143
- }
144
-
145
- .iov-icon-unfold:before {
146
- content: "\e6f3";
147
- }
148
-
149
- .iov-icon-clear-hover:before {
150
- content: "\e6f1";
151
- }
152
-
153
- .iov-icon-interface:before {
154
- content: "\e6e8";
155
- }
156
-
157
- .iov-icon-monitor:before {
158
- content: "\e6da";
159
- }
160
-
161
- .iov-icon-organize:before {
162
- content: "\e6d9";
163
- }
164
-
165
- .iov-icon-symbol-equal:before {
166
- content: "\e6e7";
167
- }
168
-
169
- .iov-icon-parenthesis-left:before {
170
- content: "\e6e0";
171
- }
172
-
173
- .iov-icon-symbol-minus:before {
174
- content: "\e6e1";
175
- }
176
-
177
- .iov-icon-infinite:before {
178
- content: "\e6e2";
179
- }
180
-
181
- .iov-icon-parenthesis-right:before {
182
- content: "\e6e3";
183
- }
184
-
185
- .iov-icon-symbol-times:before {
186
- content: "\e6e4";
187
- }
188
-
189
- .iov-icon-symbol-plus:before {
190
- content: "\e6e5";
191
- }
192
-
193
- .iov-icon-symbol-div:before {
194
- content: "\e6e6";
195
- }
196
-
197
- .iov-icon-brace-right:before {
198
- content: "\e6de";
199
- }
200
-
201
- .iov-icon-brace-left:before {
202
- content: "\e6df";
203
- }
204
-
205
- .iov-icon-left:before {
206
- content: "\e6dd";
207
- }
208
-
209
- .iov-icon-dollar:before {
210
- content: "\e6d9";
211
- }
212
-
213
- .iov-icon-rmb:before {
214
- content: "\e6da";
215
- }
216
-
217
- .iov-icon-data-role:before {
218
- content: "\e6db";
219
- }
220
-
221
- .iov-icon-tips:before {
222
- content: "\e6dc";
223
- }
224
-
225
- .iov-icon-rotate-left:before {
226
- content: "\e6d1";
227
- }
228
-
229
- .iov-icon-rotate-right:before {
230
- content: "\e6d2";
231
- }
232
-
233
- .iov-icon-batch-listing:before {
234
- content: "\e6d3";
235
- }
236
-
237
- .iov-icon-zoom-reset:before {
238
- content: "\e6d4";
239
- }
240
-
241
- .iov-icon-delisting:before {
242
- content: "\e6d5";
243
- }
244
-
245
- .iov-icon-zoom-in:before {
246
- content: "\e6d6";
247
- }
248
-
249
- .iov-icon-fullscreen:before {
250
- content: "\e6d7";
251
- }
252
-
253
- .iov-icon-zoom-out:before {
254
- content: "\e6d8";
255
- }
256
-
257
- .iov-icon-time:before {
258
- content: "\e6cf";
259
- }
260
-
261
- .iov-icon-eye-close:before {
262
- content: "\e6d0";
263
- }
264
-
265
- .iov-icon-upload:before {
266
- content: "\e6c6";
267
- }
268
-
269
- .iov-icon-download:before {
270
- content: "\e6c7";
271
- }
272
-
273
- .iov-icon-search:before {
274
- content: "\e6c8";
275
- }
276
-
277
- .iov-icon-sync:before {
278
- content: "\e6c9";
279
- }
280
-
281
- .iov-icon-send:before {
282
- content: "\e6ca";
283
- }
284
-
285
- .iov-icon-import:before {
286
- content: "\e6cb";
287
- }
288
-
289
- .iov-icon-eye:before {
290
- content: "\e6cc";
291
- }
292
-
293
- .iov-icon-export:before {
294
- content: "\e6cd";
295
- }
296
-
297
- .iov-icon-date:before {
298
- content: "\e6ce";
299
- }
300
-
301
- .iov-icon-file-excel:before {
302
- content: "\e6bd";
303
- }
304
-
305
- .iov-icon-clear:before {
306
- content: "\e6be";
307
- }
308
-
309
- .iov-icon-file-ppt:before {
310
- content: "\e6bf";
311
- }
312
-
313
- .iov-icon-img-fail:before {
314
- content: "\e6c0";
315
- }
316
-
317
- .iov-icon-file-other:before {
318
- content: "\e6c1";
319
- }
320
-
321
- .iov-icon-file-word:before {
322
- content: "\e6c2";
323
- }
324
-
325
- .iov-icon-file-img:before {
326
- content: "\e6c3";
327
- }
328
-
329
- .iov-icon-file-zip:before {
330
- content: "\e6c4";
331
- }
332
-
333
- .iov-icon-file-pdf:before {
334
- content: "\e6c5";
335
- }
336
-
337
- .iov-icon-arrow-left:before {
338
- content: "\e6af";
339
- }
340
-
341
- .iov-icon-arrow-drop:before {
342
- content: "\e6ae";
343
- }
344
-
345
- .iov-icon-arrow-half-right:before {
346
- content: "\e6b0";
347
- }
348
-
349
- .iov-icon-arrow-right:before {
350
- content: "\e6ac";
351
- }
352
-
353
- .iov-icon-double-right-mini:before {
354
- content: "\e6ad";
355
- }
356
-
357
- .iov-icon-double-right:before {
358
- content: "\e6b1";
359
- }
360
-
361
- .iov-icon-arrow-rise:before {
362
- content: "\e6b2";
363
- }
364
-
365
- .iov-icon-arrow-up:before {
366
- content: "\e6b3";
367
- }
368
-
369
- .iov-icon-change:before {
370
- content: "\e6b4";
371
- }
372
-
373
- .iov-icon-arrow-down:before {
374
- content: "\e6b5";
375
- }
376
-
377
- .iov-icon-double-left:before {
378
- content: "\e6b6";
379
- }
380
-
381
- .iov-icon-right:before {
382
- content: "\e6b7";
383
- }
384
-
385
- .iov-icon-arrow-next:before {
386
- content: "\e6b8";
387
- }
388
-
389
- .iov-icon-switch:before {
390
- content: "\e6b9";
391
- }
392
-
393
- .iov-icon-arrow-prev:before {
394
- content: "\e6ba";
395
- }
396
-
397
- .iov-icon-move:before {
398
- content: "\e6bb";
399
- }
400
-
401
- .iov-icon-double-left-mini:before {
402
- content: "\e6bc";
403
- }
404
-
405
- .iov-icon-close-mini:before {
406
- content: "\e6a6";
407
- }
408
-
409
- .iov-icon-circle-success:before {
410
- content: "\e6a2";
411
- }
412
-
413
- .iov-icon-circle-fail:before {
414
- content: "\e6a3";
415
- }
416
-
417
- .iov-icon-separator:before {
418
- content: "\e6a4";
419
- }
420
-
421
- .iov-icon-mines:before {
422
- content: "\e6a5";
423
- }
424
-
425
- .iov-icon-circle-explain:before {
426
- content: "\e6a7";
427
- }
428
-
429
- .iov-icon-close:before {
430
- content: "\e6a8";
431
- }
432
-
433
- .iov-icon-circle-warning:before {
434
- content: "\e6a9";
435
- }
436
-
437
- .iov-icon-plus:before {
438
- content: "\e6aa";
439
- }
440
-
441
- .iov-icon-circle-waiting:before {
442
- content: "\e6ab";
443
- }
444
-
445
- .iov-icon-delete:before {
446
- content: "\e69e";
447
- }
448
-
449
- .iov-icon-update:before {
450
- content: "\e69f";
451
- }
452
-
453
- .iov-icon-edit:before {
454
- content: "\e6a0";
455
- }
456
-
457
- .iov-icon-connect:before {
458
- content: "\e6a1";
459
- }
460
-
461
- .iov-icon-message:before {
462
- content: "\e696";
463
- }
464
-
465
- .iov-icon-lock:before {
466
- content: "\e697";
467
- }
468
-
469
- .iov-icon-skin:before {
470
- content: "\e698";
471
- }
472
-
473
- .iov-icon-user:before {
474
- content: "\e699";
475
- }
476
-
477
- .iov-icon-language:before {
478
- content: "\e69a";
479
- }
480
-
481
- .iov-icon-project:before {
482
- content: "\e69b";
483
- }
484
-
485
- .iov-icon-logout:before {
486
- content: "\e69c";
487
- }
488
-
489
- .iov-icon-view:before {
490
- content: "\e69d";
491
- }
492
-
493
- .iov-icon-role:before {
494
- content: "\e68c";
495
- }
496
-
497
- .iov-icon-book:before {
498
- content: "\e68d";
499
- }
500
-
501
- .iov-icon-bill:before {
502
- content: "\e68f";
503
- }
504
-
505
- .iov-icon-user-group:before {
506
- content: "\e690";
507
- }
508
-
509
- .iov-icon-to:before {
510
- content: "\e691";
511
- }
512
-
513
- .iov-icon-not-allowed:before {
514
- content: "\e693";
515
- }
516
-
517
- .iov-icon-required:before {
518
- content: "\e694";
519
- }
520
-
521
- .iov-icon-link:before {
522
- content: "\e695";
523
- }
524
-
525
- .iov-icon-settlement:before {
526
- content: "\e680";
527
- }
528
-
529
- .iov-icon-gauge:before {
530
- content: "\e681";
531
- }
532
-
533
- .iov-icon-info:before {
534
- content: "\e682";
535
- }
536
-
537
- .iov-icon-application:before {
538
- content: "\e686";
539
- }
540
-
541
- .iov-icon-version:before {
542
- content: "\e687";
543
- }
544
-
545
- .iov-icon-page:before {
546
- content: "\e688";
547
- }
548
-
549
- .iov-icon-location:before {
550
- content: "\e689";
551
- }
552
-
553
- .iov-icon-apn:before {
554
- content: "\e68a";
555
- }
556
-
557
- .iov-icon-company:before {
558
- content: "\e685";
559
- }
560
-
561
- .iov-icon-coin:before {
562
- content: "\e67a";
563
- }
564
-
565
- .iov-icon-flow:before {
566
- content: "\e678";
567
- }
568
-
569
- .iov-icon-module:before {
570
- content: "\e679";
571
- }
572
-
573
- .iov-icon-contact:before {
574
- content: "\e67b";
575
- }
576
-
577
- .iov-icon-classification:before {
578
- content: "\e67c";
579
- }
580
-
581
- .iov-icon-chart:before {
582
- content: "\e67d";
583
- }
584
-
585
- .iov-icon-operate:before {
586
- content: "\e67f";
587
- }
588
-
589
- .iov-icon-time-interval:before {
590
- content: "\e683";
591
- }
592
-
593
- .iov-icon-goods:before {
594
- content: "\e67e";
595
- }
596
-
597
- .iov-icon-coupon:before {
598
- content: "\e672";
599
- }
600
-
601
- .iov-icon-tag:before {
602
- content: "\e673";
603
- }
604
-
605
- .iov-icon-history:before {
606
- content: "\e674";
607
- }
608
-
609
- .iov-icon-download-file:before {
610
- content: "\e675";
611
- }
612
-
613
- .iov-icon-grouping-props:before {
614
- content: "\e676";
615
- }
616
-
617
- .iov-icon-process:before {
618
- content: "\e677";
619
- }
620
-
621
- .iov-icon-scale:before {
622
- content: "\e692";
623
- }
624
-
625
- .iov-icon-drag:before {
626
- content: "\e68e";
627
- }
628
-
629
- .iov-icon-config:before {
630
- content: "\e68b";
631
- }
632
-
633
- .iov-icon-play:before {
634
- content: "\e684";
635
- }
636
-
637
- .iov-icon-img-default:before {
638
- content: "\e66e";
639
- }
640
-
641
- .iov-icon-seal:before {
642
- content: "\e66f";
643
- }
644
-
645
- .iov-icon-cny:before {
646
- content: "\e670";
647
- }
648
-
649
- .iov-icon-focus:before {
650
- content: "\e671";
651
- }
652
-
653
- .iov-icon-fill-rise:before {
654
- content: "\e661";
655
- }
656
-
657
- .iov-icon-fill-drop:before {
658
- content: "\e662";
659
- }
660
-
661
- .iov-icon-fill-move-up:before {
662
- content: "\e663";
663
- }
664
-
665
- .iov-icon-page-left:before {
666
- content: "\e664";
667
- }
668
-
669
- .iov-icon-page-down:before {
670
- content: "\e665";
671
- }
672
-
673
- .iov-icon-fill-half-drop:before {
674
- content: "\e666";
675
- }
676
-
677
- .iov-icon-fill-move-last:before {
678
- content: "\e667";
679
- }
680
-
681
- .iov-icon-page-right:before {
682
- content: "\e668";
683
- }
684
-
685
- .iov-icon-fill-move-first:before {
686
- content: "\e669";
687
- }
688
-
689
- .iov-icon-fill-move-down:before {
690
- content: "\e66a";
691
- }
692
-
693
- .iov-icon-menu-fold-left:before {
694
- content: "\e66b";
695
- }
696
-
697
- .iov-icon-fill-half-rise:before {
698
- content: "\e66c";
699
- }
700
-
701
- .iov-icon-page-up:before {
702
- content: "\e66d";
703
- }
704
-
705
- .iov-icon-fail:before {
706
- content: "\e65a";
707
- }
708
-
709
- .iov-icon-fill-warning:before {
710
- content: "\e65b";
711
- }
712
-
713
- .iov-icon-fill-fail:before {
714
- content: "\e65c";
715
- }
716
-
717
- .iov-icon-fill-success:before {
718
- content: "\e65d";
719
- }
720
-
721
- .iov-icon-success:before {
722
- content: "\e65e";
723
- }
724
-
725
- .iov-icon-fill-explain:before {
726
- content: "\e65f";
727
- }
728
-
729
- .iov-icon-fill-waiting:before {
730
- content: "\e660";
731
- }
732
-
733
- .iov-icon-fill-search:before {
734
- content: "\e655";
735
- }
736
-
737
- .iov-icon-setting:before {
738
- content: "\e656";
739
- }
740
-
741
- .iov-icon-refresh:before {
742
- content: "\e657";
743
- }
744
-
745
- .iov-icon-filter:before {
746
- content: "\e658";
747
- }
748
-
749
- .iov-icon-zoom:before {
750
- content: "\e659";
751
- }
752
-
753
- .iov-icon-sort-up:before {
754
- content: "\e654";
755
- }
756
-
757
- .iov-icon-sort-down:before {
758
- content: "\e652";
759
- }
760
-
761
- .iov-icon-horizontal-more:before {
762
- content: "\e651";
763
- }
764
-
765
- .iov-icon-vertical-more:before {
766
- content: "\e650";
767
- }
768
-
769
- .iov-icon-more:before {
770
- content: "\e64f";
771
- }
772
-
773
- .iov-icon-line-drag:before {
774
- content: "\e64e";
775
- }
776
-
777
- .iov-icon-dashboard:before {
778
- content: "\e648";
779
- }
780
-
781
- .iov-icon-home:before {
782
- content: "\e64d";
783
- }
784
-
785
- .iov-icon-form:before {
786
- content: "\e64b";
787
- }
788
-
789
- .iov-icon-list:before {
790
- content: "\e64c";
791
- }
792
-
793
- .iov-icon-profile:before {
794
- content: "\e647";
795
- }
796
-
797
- .iov-icon-fill-user:before {
798
- content: "\e64a";
799
- }
800
-
801
- .iov-icon-target:before {
802
- content: "\e649";
803
- }
1
+ @font-face {
2
+ font-family: 'iovfont'; /* Project id 4466910 */
3
+ src: url('//at.alicdn.com/t/c/font_4466910_lr3vcf9rf7.woff2?t=1757471992931') format('woff2'),
4
+ url('//at.alicdn.com/t/c/font_4466910_lr3vcf9rf7.woff?t=1757471992931') format('woff'),
5
+ url('//at.alicdn.com/t/c/font_4466910_lr3vcf9rf7.ttf?t=1757471992931') format('truetype');
6
+ }
7
+
8
+ [class^="iov-icon-"], [class*=" iov-icon-"] {
9
+ font-family: 'iovfont' !important;
10
+ speak: none;
11
+ font-style: normal;
12
+ font-weight: normal;
13
+ font-variant: normal;
14
+ text-transform: none;
15
+ line-height: 1;
16
+ vertical-align: baseline;
17
+ display: inline-block;
18
+
19
+ -webkit-font-smoothing: antialiased;
20
+ -moz-osx-font-smoothing: grayscale;
21
+ }
22
+
23
+ @keyframes rotating {
24
+ 0% {
25
+ transform: rotateZ(0deg);
26
+ }
27
+ 100% {
28
+ transform: rotateZ(360deg);
29
+ }
30
+ }
31
+ .iov-icon-loading {
32
+ &:before {
33
+ content: "";
34
+ width: 14px;
35
+ height: 14px;
36
+ animation: rotating .45s linear infinite;
37
+ display: inline-block;
38
+ background-size: contain;
39
+ background-position: 0 0;
40
+ background-repeat: no-repeat;
41
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+5aSa6Imy5Zu+5qCHL2xvYWRpbmc8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHBhdHRlcm4gaWQ9InBhdHRlcm4tMSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgcGF0dGVyblVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2ltYWdlLTIiPjwvdXNlPgogICAgICAgIDwvcGF0dGVybj4KICAgICAgICA8aW1hZ2UgaWQ9ImltYWdlLTIiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBNEFBQUFPQ0FZQUFBQWZTQzNSQUFBQUFYTlNSMElBcnM0YzZRQUFBRVJsV0VsbVRVMEFLZ0FBQUFnQUFZZHBBQVFBQUFBQkFBQUFHZ0FBQUFBQUE2QUJBQU1BQUFBQkFBRUFBS0FDQUFRQUFBQUJBQUFBRHFBREFBUUFBQUFCQUFBQURnQUFBQUM5OERuNkFBQUJqa2xFUVZRb0ZWMlJUVTdjUUJDRlg5c05neERTYkFKU0Z0bGxpVGhOTmx3aVorTU9XYkNQSUNzV2lQQXpEQm1HOGNpRFBNWjJ2dGR5UzBESno5VlZYYS8rT3B5Y0RvTUtTU1d3anVQWitqMThuMEZjVkk4alMrQmcyd2tzdGczYm54RFY0UnlBeFdjSDJzNitUTWpWeHM0K0VvbFBSRjlhY3JYM3BBOUV0K2NLdVcxWDJRSFduK2NjTzRoNjQ5S1o4Mnladkl2UDJhME5KOGh0RSsvbHZGS3NETjI0TXlkcGdlVWJPQUJqZTZtQS9VaUVkRTlzeDZONE5hWnNRcXVuZnFHemNLZ3BJL3pBZDBUTVBzVFVCN0ZsRElQdUlUY2hwTW9yN01kKzBKOWhyYk5ocTRQQ29kSXh3VjlKTWswSnBJa3J6cmlvMFdzdS9rRzZaWlRMMytlcXZwK3EzZ3U2SUptbEFsL0FsQ0w3SG5kT0N6TklkMlM5eGY2NzNlb1JQVno5REExdHo2aHlROHdOdmp0eVBJQzVkN1dBVUVGY2NwNFhiMXFVVGNxT3liSjdyUW82Z2JnSC9Hd3RhQ0xucFlub1o0SmV1bDVWUGRFbXNmaTFyVFp4VjFYWmFSa0tsa2tnWHhlWnFTcUNWanpMbXJXdiswYjE5YS8wdW1reW5xbnBPOVd4NEM1b1FpNC9qdjREYjEyZlh5N0RpNzBBQUFBQVNVVk9SSzVDWUlJPSI+PC9pbWFnZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLmlbDmja7lsZXnpLoiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLmlbDmja7lsZXnpLot6KGo5qC8IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA4LCAtNDUzMCkiPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTMz5aSH5Lu9IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTQsIDQ0NzIpIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJsb2FkaW5nL+m7mOiupC/lj43nmb3lpIfku70tMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LCA1OCkiPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJBcnRib2FyZCIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjIzODgsIDEuMjM4OCkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02Ljc2MTIyOTMxLDAgQzEwLjQ5NTM1MzIsMCAxMy41MjI0NTg2LDMuMDI3MTA1NDcgMTMuNTIyNDU4Niw2Ljc2MTIyOTMxIEMxMy41MjI0NTg2LDEwLjQ5NTM1MzIgMTAuNDk1MzUzMiwxMy41MjI0NTg2IDYuNzYxMjI5MzEsMTMuNTIyNDU4NiBDMy4wMjcxMDU0NywxMy41MjI0NTg2IDAsMTAuNDk1MzUzMiAwLDYuNzYxMjI5MzEgQzAsMy4wMjcxMDU0NyAzLjAyNzEwNTQ3LDAgNi43NjEyMjkzMSwwIFogTTYuNzYxMjI5MzEsMS45NjY5MDMwNyBDNC4xMTMzOTYwNSwxLjk2NjkwMzA3IDEuOTY2OTAzMDcsNC4xMTMzOTYwNSAxLjk2NjkwMzA3LDYuNzYxMjI5MzEgQzEuOTY2OTAzMDcsOS40MDkwNjI1OCA0LjExMzM5NjA1LDExLjU1NTU1NTYgNi43NjEyMjkzMSwxMS41NTU1NTU2IEM5LjQwOTA2MjU4LDExLjU1NTU1NTYgMTEuNTU1NTU1Niw5LjQwOTA2MjU4IDExLjU1NTU1NTYsNi43NjEyMjkzMSBDMTEuNTU1NTU1Niw0LjExMzM5NjA1IDkuNDA5MDYyNTgsMS45NjY5MDMwNyA2Ljc2MTIyOTMxLDEuOTY2OTAzMDcgWiIgaWQ9IuakreWchuW9oiI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi43NjEyMjkzMSwwIEMxMC40OTUzNTMyLDAgMTMuNTIyNDU4NiwzLjAyNzEwNTQ3IDEzLjUyMjQ1ODYsNi43NjEyMjkzMSBDMTMuNTIyNDU4Niw3LjMwNDM3NDYgMTMuMDgyMTUyNCw3Ljc0NDY4MDg1IDEyLjUzOTAwNzEsNy43NDQ2ODA4NSBDMTEuOTk1ODYxOCw3Ljc0NDY4MDg1IDExLjU1NTU1NTYsNy4zMDQzNzQ2IDExLjU1NTU1NTYsNi43NjEyMjkzMSBDMTEuNTU1NTU1Niw0LjExMzM5NjA1IDkuNDA5MDYyNTgsMS45NjY5MDMwNyA2Ljc2MTIyOTMxLDEuOTY2OTAzMDcgQzQuMTEzMzk2MDUsMS45NjY5MDMwNyAxLjk2NjkwMzA3LDQuMTEzMzk2MDUgMS45NjY5MDMwNyw2Ljc2MTIyOTMxIEMxLjk2NjkwMzA3LDkuNDA5MDYyNTggNC4xMTMzOTYwNSwxMS41NTU1NTU2IDYuNzYxMjI5MzEsMTEuNTU1NTU1NiBDNy4zMDQzNzQ2LDExLjU1NTU1NTYgNy43NDQ2ODA4NSwxMS45OTU4NjE4IDcuNzQ0NjgwODUsMTIuNTM5MDA3MSBDNy43NDQ2ODA4NSwxMy4wODIxNTI0IDcuMzA0Mzc0NiwxMy41MjI0NTg2IDYuNzYxMjI5MzEsMTMuNTIyNDU4NiBDMy4wMjcxMDU0NywxMy41MjI0NTg2IDAsMTAuNDk1MzUzMiAwLDYuNzYxMjI5MzEgQzAsMy4wMjcxMDU0NyAzLjAyNzEwNTQ3LDAgNi43NjEyMjkzMSwwIFoiIGlkPSLot6/lvoQiIGZpbGw9InVybCgjcGF0dGVybi0xKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
42
+ }
43
+ }
44
+ .icon-iov-fill-track:before {
45
+ content: "\e704";
46
+ }
47
+
48
+ .icon-track:before {
49
+ content: "\e705";
50
+ }
51
+
52
+ .icon-iov-strategy:before {
53
+ content: "\e706";
54
+ }
55
+
56
+ .iov-icon-list:before {
57
+ content: "\e707";
58
+ }
59
+
60
+ .iov-icon-card:before {
61
+ content: "\e6ff";
62
+ }
63
+
64
+ .iov-icon-copy:before {
65
+ content: "\e700";
66
+ }
67
+
68
+ .iov-icon-sort:before {
69
+ content: "\e701";
70
+ }
71
+
72
+ .iov-icon-authorize:before {
73
+ content: "\e702";
74
+ }
75
+
76
+ .iov-icon-authorize-custom:before {
77
+ content: "\e703";
78
+ }
79
+
80
+ .iov-icon-bottle:before {
81
+ content: "\e6fe";
82
+ }
83
+
84
+ .iov-icon-line-github:before {
85
+ content: "\e6f8";
86
+ }
87
+
88
+ .iov-icon-sun:before {
89
+ content: "\e6f9";
90
+ }
91
+
92
+ .iov-icon-panel:before {
93
+ content: "\e6fa";
94
+ }
95
+
96
+ .iov-icon-fill-cube:before {
97
+ content: "\e6fb";
98
+ }
99
+
100
+ .iov-icon-github:before {
101
+ content: "\e6fc";
102
+ }
103
+
104
+ .iov-icon-menu-fold-right:before {
105
+ content: "\e6fd";
106
+ }
107
+
108
+ .iov-icon-cdkey:before {
109
+ content: "\e6f7";
110
+ }
111
+
112
+ .iov-icon-circle-minus:before {
113
+ content: "\e6f6";
114
+ }
115
+
116
+ .iov-icon-brush:before {
117
+ content: "\e6ee";
118
+ }
119
+
120
+ .iov-icon-code:before {
121
+ content: "\e6ef";
122
+ }
123
+
124
+ .iov-icon-circle-plus:before {
125
+ content: "\e6f0";
126
+ }
127
+
128
+ .iov-icon-branch:before {
129
+ content: "\e6f4";
130
+ }
131
+
132
+ .iov-icon-swap:before {
133
+ content: "\e6f5";
134
+ }
135
+
136
+ .iov-icon-wand:before {
137
+ content: "\e6ed";
138
+ }
139
+
140
+ .iov-icon-notice:before {
141
+ content: "\e6eb";
142
+ }
143
+
144
+ .iov-icon-computer:before {
145
+ content: "\e6ec";
146
+ }
147
+
148
+ .iov-icon-img-placeholder:before {
149
+ content: "\e6ea";
150
+ }
151
+
152
+ .iov-icon-select:before {
153
+ content: "\e6e9";
154
+ }
155
+
156
+ .iov-icon-fold:before {
157
+ content: "\e6f2";
158
+ }
159
+
160
+ .iov-icon-unfold:before {
161
+ content: "\e6f3";
162
+ }
163
+
164
+ .iov-icon-clear-hover:before {
165
+ content: "\e6f1";
166
+ }
167
+
168
+ .iov-icon-interface:before {
169
+ content: "\e6e8";
170
+ }
171
+
172
+ .iov-icon-monitor:before {
173
+ content: "\e6da";
174
+ }
175
+
176
+ .iov-icon-organize:before {
177
+ content: "\e6d9";
178
+ }
179
+
180
+ .iov-icon-symbol-equal:before {
181
+ content: "\e6e7";
182
+ }
183
+
184
+ .iov-icon-parenthesis-left:before {
185
+ content: "\e6e0";
186
+ }
187
+
188
+ .iov-icon-symbol-minus:before {
189
+ content: "\e6e1";
190
+ }
191
+
192
+ .iov-icon-infinite:before {
193
+ content: "\e6e2";
194
+ }
195
+
196
+ .iov-icon-parenthesis-right:before {
197
+ content: "\e6e3";
198
+ }
199
+
200
+ .iov-icon-symbol-times:before {
201
+ content: "\e6e4";
202
+ }
203
+
204
+ .iov-icon-symbol-plus:before {
205
+ content: "\e6e5";
206
+ }
207
+
208
+ .iov-icon-symbol-div:before {
209
+ content: "\e6e6";
210
+ }
211
+
212
+ .iov-icon-brace-right:before {
213
+ content: "\e6de";
214
+ }
215
+
216
+ .iov-icon-brace-left:before {
217
+ content: "\e6df";
218
+ }
219
+
220
+ .iov-icon-left:before {
221
+ content: "\e6dd";
222
+ }
223
+
224
+ .iov-icon-dollar:before {
225
+ content: "\e6d9";
226
+ }
227
+
228
+ .iov-icon-rmb:before {
229
+ content: "\e6da";
230
+ }
231
+
232
+ .iov-icon-data-role:before {
233
+ content: "\e6db";
234
+ }
235
+
236
+ .iov-icon-tips:before {
237
+ content: "\e6dc";
238
+ }
239
+
240
+ .iov-icon-rotate-left:before {
241
+ content: "\e6d1";
242
+ }
243
+
244
+ .iov-icon-rotate-right:before {
245
+ content: "\e6d2";
246
+ }
247
+
248
+ .iov-icon-batch-listing:before {
249
+ content: "\e6d3";
250
+ }
251
+
252
+ .iov-icon-zoom-reset:before {
253
+ content: "\e6d4";
254
+ }
255
+
256
+ .iov-icon-delisting:before {
257
+ content: "\e6d5";
258
+ }
259
+
260
+ .iov-icon-zoom-in:before {
261
+ content: "\e6d6";
262
+ }
263
+
264
+ .iov-icon-fullscreen:before {
265
+ content: "\e6d7";
266
+ }
267
+
268
+ .iov-icon-zoom-out:before {
269
+ content: "\e6d8";
270
+ }
271
+
272
+ .iov-icon-time:before {
273
+ content: "\e6cf";
274
+ }
275
+
276
+ .iov-icon-eye-close:before {
277
+ content: "\e6d0";
278
+ }
279
+
280
+ .iov-icon-upload:before {
281
+ content: "\e6c6";
282
+ }
283
+
284
+ .iov-icon-download:before {
285
+ content: "\e6c7";
286
+ }
287
+
288
+ .iov-icon-search:before {
289
+ content: "\e6c8";
290
+ }
291
+
292
+ .iov-icon-sync:before {
293
+ content: "\e6c9";
294
+ }
295
+
296
+ .iov-icon-send:before {
297
+ content: "\e6ca";
298
+ }
299
+
300
+ .iov-icon-import:before {
301
+ content: "\e6cb";
302
+ }
303
+
304
+ .iov-icon-eye:before {
305
+ content: "\e6cc";
306
+ }
307
+
308
+ .iov-icon-export:before {
309
+ content: "\e6cd";
310
+ }
311
+
312
+ .iov-icon-date:before {
313
+ content: "\e6ce";
314
+ }
315
+
316
+ .iov-icon-file-excel:before {
317
+ content: "\e6bd";
318
+ }
319
+
320
+ .iov-icon-clear:before {
321
+ content: "\e6be";
322
+ }
323
+
324
+ .iov-icon-file-ppt:before {
325
+ content: "\e6bf";
326
+ }
327
+
328
+ .iov-icon-img-fail:before {
329
+ content: "\e6c0";
330
+ }
331
+
332
+ .iov-icon-file-other:before {
333
+ content: "\e6c1";
334
+ }
335
+
336
+ .iov-icon-file-word:before {
337
+ content: "\e6c2";
338
+ }
339
+
340
+ .iov-icon-file-img:before {
341
+ content: "\e6c3";
342
+ }
343
+
344
+ .iov-icon-file-zip:before {
345
+ content: "\e6c4";
346
+ }
347
+
348
+ .iov-icon-file-pdf:before {
349
+ content: "\e6c5";
350
+ }
351
+
352
+ .iov-icon-arrow-left:before {
353
+ content: "\e6af";
354
+ }
355
+
356
+ .iov-icon-arrow-drop:before {
357
+ content: "\e6ae";
358
+ }
359
+
360
+ .iov-icon-arrow-half-right:before {
361
+ content: "\e6b0";
362
+ }
363
+
364
+ .iov-icon-arrow-right:before {
365
+ content: "\e6ac";
366
+ }
367
+
368
+ .iov-icon-double-right-mini:before {
369
+ content: "\e6ad";
370
+ }
371
+
372
+ .iov-icon-double-right:before {
373
+ content: "\e6b1";
374
+ }
375
+
376
+ .iov-icon-arrow-rise:before {
377
+ content: "\e6b2";
378
+ }
379
+
380
+ .iov-icon-arrow-up:before {
381
+ content: "\e6b3";
382
+ }
383
+
384
+ .iov-icon-change:before {
385
+ content: "\e6b4";
386
+ }
387
+
388
+ .iov-icon-arrow-down:before {
389
+ content: "\e6b5";
390
+ }
391
+
392
+ .iov-icon-double-left:before {
393
+ content: "\e6b6";
394
+ }
395
+
396
+ .iov-icon-right:before {
397
+ content: "\e6b7";
398
+ }
399
+
400
+ .iov-icon-arrow-next:before {
401
+ content: "\e6b8";
402
+ }
403
+
404
+ .iov-icon-switch:before {
405
+ content: "\e6b9";
406
+ }
407
+
408
+ .iov-icon-arrow-prev:before {
409
+ content: "\e6ba";
410
+ }
411
+
412
+ .iov-icon-move:before {
413
+ content: "\e6bb";
414
+ }
415
+
416
+ .iov-icon-double-left-mini:before {
417
+ content: "\e6bc";
418
+ }
419
+
420
+ .iov-icon-close-mini:before {
421
+ content: "\e6a6";
422
+ }
423
+
424
+ .iov-icon-circle-success:before {
425
+ content: "\e6a2";
426
+ }
427
+
428
+ .iov-icon-circle-fail:before {
429
+ content: "\e6a3";
430
+ }
431
+
432
+ .iov-icon-separator:before {
433
+ content: "\e6a4";
434
+ }
435
+
436
+ .iov-icon-mines:before {
437
+ content: "\e6a5";
438
+ }
439
+
440
+ .iov-icon-circle-explain:before {
441
+ content: "\e6a7";
442
+ }
443
+
444
+ .iov-icon-close:before {
445
+ content: "\e6a8";
446
+ }
447
+
448
+ .iov-icon-circle-warning:before {
449
+ content: "\e6a9";
450
+ }
451
+
452
+ .iov-icon-plus:before {
453
+ content: "\e6aa";
454
+ }
455
+
456
+ .iov-icon-circle-waiting:before {
457
+ content: "\e6ab";
458
+ }
459
+
460
+ .iov-icon-delete:before {
461
+ content: "\e69e";
462
+ }
463
+
464
+ .iov-icon-update:before {
465
+ content: "\e69f";
466
+ }
467
+
468
+ .iov-icon-edit:before {
469
+ content: "\e6a0";
470
+ }
471
+
472
+ .iov-icon-connect:before {
473
+ content: "\e6a1";
474
+ }
475
+
476
+ .iov-icon-message:before {
477
+ content: "\e696";
478
+ }
479
+
480
+ .iov-icon-lock:before {
481
+ content: "\e697";
482
+ }
483
+
484
+ .iov-icon-skin:before {
485
+ content: "\e698";
486
+ }
487
+
488
+ .iov-icon-user:before {
489
+ content: "\e699";
490
+ }
491
+
492
+ .iov-icon-language:before {
493
+ content: "\e69a";
494
+ }
495
+
496
+ .iov-icon-project:before {
497
+ content: "\e69b";
498
+ }
499
+
500
+ .iov-icon-logout:before {
501
+ content: "\e69c";
502
+ }
503
+
504
+ .iov-icon-view:before {
505
+ content: "\e69d";
506
+ }
507
+
508
+ .iov-icon-role:before {
509
+ content: "\e68c";
510
+ }
511
+
512
+ .iov-icon-book:before {
513
+ content: "\e68d";
514
+ }
515
+
516
+ .iov-icon-bill:before {
517
+ content: "\e68f";
518
+ }
519
+
520
+ .iov-icon-user-group:before {
521
+ content: "\e690";
522
+ }
523
+
524
+ .iov-icon-to:before {
525
+ content: "\e691";
526
+ }
527
+
528
+ .iov-icon-not-allowed:before {
529
+ content: "\e693";
530
+ }
531
+
532
+ .iov-icon-required:before {
533
+ content: "\e694";
534
+ }
535
+
536
+ .iov-icon-link:before {
537
+ content: "\e695";
538
+ }
539
+
540
+ .iov-icon-settlement:before {
541
+ content: "\e680";
542
+ }
543
+
544
+ .iov-icon-gauge:before {
545
+ content: "\e681";
546
+ }
547
+
548
+ .iov-icon-info:before {
549
+ content: "\e682";
550
+ }
551
+
552
+ .iov-icon-application:before {
553
+ content: "\e686";
554
+ }
555
+
556
+ .iov-icon-version:before {
557
+ content: "\e687";
558
+ }
559
+
560
+ .iov-icon-page:before {
561
+ content: "\e688";
562
+ }
563
+
564
+ .iov-icon-location:before {
565
+ content: "\e689";
566
+ }
567
+
568
+ .iov-icon-apn:before {
569
+ content: "\e68a";
570
+ }
571
+
572
+ .iov-icon-company:before {
573
+ content: "\e685";
574
+ }
575
+
576
+ .iov-icon-coin:before {
577
+ content: "\e67a";
578
+ }
579
+
580
+ .iov-icon-flow:before {
581
+ content: "\e678";
582
+ }
583
+
584
+ .iov-icon-module:before {
585
+ content: "\e679";
586
+ }
587
+
588
+ .iov-icon-contact:before {
589
+ content: "\e67b";
590
+ }
591
+
592
+ .iov-icon-classification:before {
593
+ content: "\e67c";
594
+ }
595
+
596
+ .iov-icon-chart:before {
597
+ content: "\e67d";
598
+ }
599
+
600
+ .iov-icon-operate:before {
601
+ content: "\e67f";
602
+ }
603
+
604
+ .iov-icon-time-interval:before {
605
+ content: "\e683";
606
+ }
607
+
608
+ .iov-icon-goods:before {
609
+ content: "\e67e";
610
+ }
611
+
612
+ .iov-icon-coupon:before {
613
+ content: "\e672";
614
+ }
615
+
616
+ .iov-icon-tag:before {
617
+ content: "\e673";
618
+ }
619
+
620
+ .iov-icon-history:before {
621
+ content: "\e674";
622
+ }
623
+
624
+ .iov-icon-download-file:before {
625
+ content: "\e675";
626
+ }
627
+
628
+ .iov-icon-grouping-props:before {
629
+ content: "\e676";
630
+ }
631
+
632
+ .iov-icon-process:before {
633
+ content: "\e677";
634
+ }
635
+
636
+ .iov-icon-scale:before {
637
+ content: "\e692";
638
+ }
639
+
640
+ .iov-icon-drag:before {
641
+ content: "\e68e";
642
+ }
643
+
644
+ .iov-icon-config:before {
645
+ content: "\e68b";
646
+ }
647
+
648
+ .iov-icon-play:before {
649
+ content: "\e684";
650
+ }
651
+
652
+ .iov-icon-img-default:before {
653
+ content: "\e66e";
654
+ }
655
+
656
+ .iov-icon-seal:before {
657
+ content: "\e66f";
658
+ }
659
+
660
+ .iov-icon-cny:before {
661
+ content: "\e670";
662
+ }
663
+
664
+ .iov-icon-focus:before {
665
+ content: "\e671";
666
+ }
667
+
668
+ .iov-icon-fill-rise:before {
669
+ content: "\e661";
670
+ }
671
+
672
+ .iov-icon-fill-drop:before {
673
+ content: "\e662";
674
+ }
675
+
676
+ .iov-icon-fill-move-up:before {
677
+ content: "\e663";
678
+ }
679
+
680
+ .iov-icon-page-left:before {
681
+ content: "\e664";
682
+ }
683
+
684
+ .iov-icon-page-down:before {
685
+ content: "\e665";
686
+ }
687
+
688
+ .iov-icon-fill-half-drop:before {
689
+ content: "\e666";
690
+ }
691
+
692
+ .iov-icon-fill-move-last:before {
693
+ content: "\e667";
694
+ }
695
+
696
+ .iov-icon-page-right:before {
697
+ content: "\e668";
698
+ }
699
+
700
+ .iov-icon-fill-move-first:before {
701
+ content: "\e669";
702
+ }
703
+
704
+ .iov-icon-fill-move-down:before {
705
+ content: "\e66a";
706
+ }
707
+
708
+ .iov-icon-menu-fold-left:before {
709
+ content: "\e66b";
710
+ }
711
+
712
+ .iov-icon-fill-half-rise:before {
713
+ content: "\e66c";
714
+ }
715
+
716
+ .iov-icon-page-up:before {
717
+ content: "\e66d";
718
+ }
719
+
720
+ .iov-icon-fail:before {
721
+ content: "\e65a";
722
+ }
723
+
724
+ .iov-icon-fill-warning:before {
725
+ content: "\e65b";
726
+ }
727
+
728
+ .iov-icon-fill-fail:before {
729
+ content: "\e65c";
730
+ }
731
+
732
+ .iov-icon-fill-success:before {
733
+ content: "\e65d";
734
+ }
735
+
736
+ .iov-icon-success:before {
737
+ content: "\e65e";
738
+ }
739
+
740
+ .iov-icon-fill-explain:before {
741
+ content: "\e65f";
742
+ }
743
+
744
+ .iov-icon-fill-waiting:before {
745
+ content: "\e660";
746
+ }
747
+
748
+ .iov-icon-fill-search:before {
749
+ content: "\e655";
750
+ }
751
+
752
+ .iov-icon-fill-setting:before {
753
+ content: "\e656";
754
+ }
755
+
756
+ .iov-icon-refresh:before {
757
+ content: "\e657";
758
+ }
759
+
760
+ .iov-icon-filter:before {
761
+ content: "\e658";
762
+ }
763
+
764
+ .iov-icon-zoom:before {
765
+ content: "\e659";
766
+ }
767
+
768
+ .iov-icon-sort-up:before {
769
+ content: "\e654";
770
+ }
771
+
772
+ .iov-icon-sort-down:before {
773
+ content: "\e652";
774
+ }
775
+
776
+ .iov-icon-horizontal-more:before {
777
+ content: "\e651";
778
+ }
779
+
780
+ .iov-icon-vertical-more:before {
781
+ content: "\e650";
782
+ }
783
+
784
+ .iov-icon-more:before {
785
+ content: "\e64f";
786
+ }
787
+
788
+ .iov-icon-line-drag:before {
789
+ content: "\e64e";
790
+ }
791
+
792
+ .iov-icon-fill-dashboard:before {
793
+ content: "\e648";
794
+ }
795
+
796
+ .iov-icon-fill-home:before {
797
+ content: "\e64d";
798
+ }
799
+
800
+ .iov-icon-fill-form:before {
801
+ content: "\e64b";
802
+ }
803
+
804
+ .iov-icon-fill-list:before {
805
+ content: "\e64c";
806
+ }
807
+
808
+ .iov-icon-fill-profile:before {
809
+ content: "\e647";
810
+ }
811
+
812
+ .iov-icon-fill-user:before {
813
+ content: "\e64a";
814
+ }
815
+
816
+ .iov-icon-target:before {
817
+ content: "\e649";
818
+ }