wd-icon.wxss 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. /**
  27. * 辅助函数
  28. */
  29. /**
  30. * SCSS 配置项:命名空间以及BEM
  31. */
  32. /* 转换成字符串 */
  33. /* 判断是否存在 Modifier */
  34. /* 判断是否存在伪类 */
  35. /**
  36. * 主题色切换
  37. * @params $theme-color 主题色
  38. * @params $type 变暗’dark‘ 变亮 'light'
  39. * @params $mix-color 自己设置的混色
  40. */
  41. /**
  42. * 颜色结果切换, 如果开启线性渐变色 使用渐变色,如果没有开启,那么使用主题色
  43. * @params $open-linear 是否开启线性渐变色
  44. * @params $deg 渐变色角度
  45. * @params $theme-color 当前配色
  46. * @params [Array] $set 主题色明暗设置,与 $color-list 数量对应
  47. * @params [Array] $color-list 渐变色顺序, $color-list 和 $per-list 数量相同
  48. * @params [Array] $per-list 渐变色比例
  49. */
  50. /**
  51. * UI规范基础变量
  52. */
  53. /*----------------------------------------- Theme color. start ----------------------------------------*/
  54. /* 主题颜色 */
  55. /* 辅助色 */
  56. /* 文字颜色(默认浅色背景下 */
  57. /* 暗黑模式 */
  58. /* 图形颜色 */
  59. /*----------------------------------------- Theme color. end -------------------------------------------*/
  60. /*-------------------------------- Theme color application size. start --------------------------------*/
  61. /* 文字字号 */
  62. /* 文字字重 */
  63. /* 尺寸 */
  64. /*-------------------------------- Theme color application size. end --------------------------------*/
  65. /* component var */
  66. /* action-sheet */
  67. /* badge */
  68. /* button */
  69. /* cell */
  70. /* calendar */
  71. /* checkbox */
  72. /* collapse */
  73. /* divider */
  74. /* drop-menu */
  75. /* input-number */
  76. /* input */
  77. /* textarea */
  78. /* loadmore */
  79. /* message-box */
  80. /* notice-bar */
  81. /* pagination */
  82. /* picker */
  83. /* col-picker */
  84. /* overlay */
  85. /* popup */
  86. /* progress */
  87. /* radio */
  88. /* search */
  89. /* slider */
  90. /* sort-button */
  91. /* steps */
  92. /* switch */
  93. /* tabs */
  94. /* tag */
  95. /* toast */
  96. /* loading */
  97. /* tooltip */
  98. /* popover */
  99. /* grid-item */
  100. /* statustip */
  101. /* card */
  102. /* upload */
  103. /* curtain */
  104. /* notify */
  105. /* skeleton */
  106. /* circle */
  107. /* swiper */
  108. /* swiper-nav */
  109. /* segmented */
  110. /* tabbar */
  111. /* tabbar-item */
  112. /* navbar */
  113. /* navbar-capsule */
  114. /* table */
  115. /* sidebar */
  116. /* sidebar-item */
  117. /* fab */
  118. /* count-down */
  119. /* keyboard */
  120. /* number-keyboard */
  121. /* passwod-input */
  122. /* form-item */
  123. /* backtop */
  124. /* index-bar */
  125. /* text */
  126. /* video-preview */
  127. /* img-cropper */
  128. /* floating-panel */
  129. /* signature */
  130. /**
  131. * 混合宏
  132. */
  133. /**
  134. * SCSS 配置项:命名空间以及BEM
  135. */
  136. /**
  137. * 辅助函数
  138. */
  139. /**
  140. * SCSS 配置项:命名空间以及BEM
  141. */
  142. /* 转换成字符串 */
  143. /* 判断是否存在 Modifier */
  144. /* 判断是否存在伪类 */
  145. /**
  146. * 主题色切换
  147. * @params $theme-color 主题色
  148. * @params $type 变暗’dark‘ 变亮 'light'
  149. * @params $mix-color 自己设置的混色
  150. */
  151. /**
  152. * 颜色结果切换, 如果开启线性渐变色 使用渐变色,如果没有开启,那么使用主题色
  153. * @params $open-linear 是否开启线性渐变色
  154. * @params $deg 渐变色角度
  155. * @params $theme-color 当前配色
  156. * @params [Array] $set 主题色明暗设置,与 $color-list 数量对应
  157. * @params [Array] $color-list 渐变色顺序, $color-list 和 $per-list 数量相同
  158. * @params [Array] $per-list 渐变色比例
  159. */
  160. /**
  161. * BEM,定义块(b)
  162. */
  163. /* 定义元素(e),对于伪类,会自动将 e 嵌套在 伪类 底下 */
  164. /* 此方法用于生成穿透样式 */
  165. /* 定义元素(e),对于伪类,会自动将 e 嵌套在 伪类 底下 */
  166. /* 定义状态(m) */
  167. /* 定义状态(m) */
  168. /* 对于需要需要嵌套在 m 底下的 e,调用这个混合宏,一般在切换整个组件的状态,如切换颜色的时候 */
  169. /* 状态,生成 is-$state 类名 */
  170. /**
  171. * 常用混合宏
  172. */
  173. /* 单行超出隐藏 */
  174. /* 多行超出隐藏 */
  175. /* 清除浮动 */
  176. /* 0.5px 边框 指定方向*/
  177. /* 0.5px 边框 环绕 */
  178. /**
  179. * 三角形实现尖角样式,适用于背景透明情况
  180. * @param $size 三角形高,底边为 $size * 2
  181. * @param $bg 三角形背景颜色
  182. */
  183. /**
  184. * 正方形实现尖角样式,适用于背景不透明情况
  185. * @param $size 正方形边长
  186. * @param $bg 正方形背景颜色
  187. * @param $z-index z-index属性值,不得大于外部包裹器
  188. * @param $box-shadow 阴影
  189. */
  190. @font-face {
  191. font-family: "wd-icons";
  192. src: url("https://at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.woff2?t=1696817709651") format("woff2"), url("https://at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.woff?t=1696817709651") format("woff"), url("https://at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.ttf?t=1696817709651") format("truetype");
  193. font-weight: normal;
  194. font-style: normal;
  195. }
  196. .wd-icon.data-v-d4a8410a {
  197. display: inline-block;
  198. font-family: "wd-icons" !important;
  199. font-style: normal;
  200. font-weight: normal;
  201. font-variant: normal;
  202. text-transform: none;
  203. /* Better Font Rendering =========== */
  204. -webkit-font-smoothing: antialiased;
  205. -moz-osx-font-smoothing: grayscale;
  206. }
  207. .wd-icon--image.data-v-d4a8410a {
  208. width: 1em;
  209. height: 1em;
  210. }
  211. .wd-icon__image.data-v-d4a8410a {
  212. width: 100%;
  213. height: 100%;
  214. }
  215. .wd-icon-usergroup-clear.data-v-d4a8410a:before {
  216. content: "\e739";
  217. }
  218. .wd-icon-user-circle.data-v-d4a8410a:before {
  219. content: "\e73a";
  220. }
  221. .wd-icon-user-talk.data-v-d4a8410a:before {
  222. content: "\e73b";
  223. }
  224. .wd-icon-user-clear.data-v-d4a8410a:before {
  225. content: "\e73c";
  226. }
  227. .wd-icon-user.data-v-d4a8410a:before {
  228. content: "\e73d";
  229. }
  230. .wd-icon-usergroup-add.data-v-d4a8410a:before {
  231. content: "\e73e";
  232. }
  233. .wd-icon-usergroup.data-v-d4a8410a:before {
  234. content: "\e73f";
  235. }
  236. .wd-icon-user-add.data-v-d4a8410a:before {
  237. content: "\e740";
  238. }
  239. .wd-icon-user-avatar.data-v-d4a8410a:before {
  240. content: "\e741";
  241. }
  242. .wd-icon-pointing-hand.data-v-d4a8410a:before {
  243. content: "\e742";
  244. }
  245. .wd-icon-cursor.data-v-d4a8410a:before {
  246. content: "\e743";
  247. }
  248. .wd-icon-fullsreen.data-v-d4a8410a:before {
  249. content: "\e72c";
  250. }
  251. .wd-icon-cloud-download.data-v-d4a8410a:before {
  252. content: "\e72d";
  253. }
  254. .wd-icon-chevron-down-rectangle.data-v-d4a8410a:before {
  255. content: "\e72e";
  256. }
  257. .wd-icon-edit.data-v-d4a8410a:before {
  258. content: "\e72f";
  259. }
  260. .wd-icon-fullscreen-exit.data-v-d4a8410a:before {
  261. content: "\e730";
  262. }
  263. .wd-icon-circle1.data-v-d4a8410a:before {
  264. content: "\e731";
  265. }
  266. .wd-icon-close-normal.data-v-d4a8410a:before {
  267. content: "\e732";
  268. }
  269. .wd-icon-browse.data-v-d4a8410a:before {
  270. content: "\e733";
  271. }
  272. .wd-icon-browse-off.data-v-d4a8410a:before {
  273. content: "\e734";
  274. }
  275. .wd-icon-chevron-up-rectangle.data-v-d4a8410a:before {
  276. content: "\e735";
  277. }
  278. .wd-icon-add-rectangle.data-v-d4a8410a:before {
  279. content: "\e736";
  280. }
  281. .wd-icon-add1.data-v-d4a8410a:before {
  282. content: "\e737";
  283. }
  284. .wd-icon-add-circle1.data-v-d4a8410a:before {
  285. content: "\e738";
  286. }
  287. .wd-icon-download1.data-v-d4a8410a:before {
  288. content: "\e71c";
  289. }
  290. .wd-icon-link.data-v-d4a8410a:before {
  291. content: "\e71d";
  292. }
  293. .wd-icon-edit-1.data-v-d4a8410a:before {
  294. content: "\e71e";
  295. }
  296. .wd-icon-jump.data-v-d4a8410a:before {
  297. content: "\e71f";
  298. }
  299. .wd-icon-chevron-down-circle.data-v-d4a8410a:before {
  300. content: "\e720";
  301. }
  302. .wd-icon-delete1.data-v-d4a8410a:before {
  303. content: "\e721";
  304. }
  305. .wd-icon-filter-clear.data-v-d4a8410a:before {
  306. content: "\e722";
  307. }
  308. .wd-icon-check-rectangle-filled.data-v-d4a8410a:before {
  309. content: "\e723";
  310. }
  311. .wd-icon-minus-circle-filled.data-v-d4a8410a:before {
  312. content: "\e724";
  313. }
  314. .wd-icon-play.data-v-d4a8410a:before {
  315. content: "\e725";
  316. }
  317. .wd-icon-pause-circle-filled.data-v-d4a8410a:before {
  318. content: "\e726";
  319. }
  320. .wd-icon-filter1.data-v-d4a8410a:before {
  321. content: "\e727";
  322. }
  323. .wd-icon-move.data-v-d4a8410a:before {
  324. content: "\e728";
  325. }
  326. .wd-icon-login.data-v-d4a8410a:before {
  327. content: "\e729";
  328. }
  329. .wd-icon-minus-circle.data-v-d4a8410a:before {
  330. content: "\e72a";
  331. }
  332. .wd-icon-close-circle.data-v-d4a8410a:before {
  333. content: "\e72b";
  334. }
  335. .wd-icon-logout.data-v-d4a8410a:before {
  336. content: "\e70b";
  337. }
  338. .wd-icon-search1.data-v-d4a8410a:before {
  339. content: "\e70c";
  340. }
  341. .wd-icon-pause-circle.data-v-d4a8410a:before {
  342. content: "\e70d";
  343. }
  344. .wd-icon-play-circle.data-v-d4a8410a:before {
  345. content: "\e70e";
  346. }
  347. .wd-icon-more1.data-v-d4a8410a:before {
  348. content: "\e70f";
  349. }
  350. .wd-icon-minus-rectangle.data-v-d4a8410a:before {
  351. content: "\e710";
  352. }
  353. .wd-icon-stop.data-v-d4a8410a:before {
  354. content: "\e711";
  355. }
  356. .wd-icon-scan1.data-v-d4a8410a:before {
  357. content: "\e712";
  358. }
  359. .wd-icon-close-rectangle.data-v-d4a8410a:before {
  360. content: "\e713";
  361. }
  362. .wd-icon-rollback.data-v-d4a8410a:before {
  363. content: "\e714";
  364. }
  365. .wd-icon-a-order-adjustmentcolumn.data-v-d4a8410a:before {
  366. content: "\e715";
  367. }
  368. .wd-icon-pause.data-v-d4a8410a:before {
  369. content: "\e716";
  370. }
  371. .wd-icon-ellipsis.data-v-d4a8410a:before {
  372. content: "\e717";
  373. }
  374. .wd-icon-cloud-upload.data-v-d4a8410a:before {
  375. content: "\e718";
  376. }
  377. .wd-icon-stop-circle-filled.data-v-d4a8410a:before {
  378. content: "\e719";
  379. }
  380. .wd-icon-clear.data-v-d4a8410a:before {
  381. content: "\e71a";
  382. }
  383. .wd-icon-remove.data-v-d4a8410a:before {
  384. content: "\e71b";
  385. }
  386. .wd-icon-zoom-out.data-v-d4a8410a:before {
  387. content: "\e6fb";
  388. }
  389. .wd-icon-thumb-down.data-v-d4a8410a:before {
  390. content: "\e6fc";
  391. }
  392. .wd-icon-setting1.data-v-d4a8410a:before {
  393. content: "\e6fd";
  394. }
  395. .wd-icon-save.data-v-d4a8410a:before {
  396. content: "\e6fe";
  397. }
  398. .wd-icon-unfold-more.data-v-d4a8410a:before {
  399. content: "\e6ff";
  400. }
  401. .wd-icon-zoom-in.data-v-d4a8410a:before {
  402. content: "\e700";
  403. }
  404. .wd-icon-thumb-up.data-v-d4a8410a:before {
  405. content: "\e701";
  406. }
  407. .wd-icon-unfold-less.data-v-d4a8410a:before {
  408. content: "\e702";
  409. }
  410. .wd-icon-play-circle-filled.data-v-d4a8410a:before {
  411. content: "\e703";
  412. }
  413. .wd-icon-poweroff.data-v-d4a8410a:before {
  414. content: "\e704";
  415. }
  416. .wd-icon-share.data-v-d4a8410a:before {
  417. content: "\e705";
  418. }
  419. .wd-icon-refresh1.data-v-d4a8410a:before {
  420. content: "\e706";
  421. }
  422. .wd-icon-link-unlink.data-v-d4a8410a:before {
  423. content: "\e707";
  424. }
  425. .wd-icon-upload.data-v-d4a8410a:before {
  426. content: "\e708";
  427. }
  428. .wd-icon-rectangle.data-v-d4a8410a:before {
  429. content: "\e709";
  430. }
  431. .wd-icon-stop-circle.data-v-d4a8410a:before {
  432. content: "\e70a";
  433. }
  434. .wd-icon-backtop-rectangle.data-v-d4a8410a:before {
  435. content: "\e6ea";
  436. }
  437. .wd-icon-caret-down.data-v-d4a8410a:before {
  438. content: "\e6eb";
  439. }
  440. .wd-icon-arrow-left1.data-v-d4a8410a:before {
  441. content: "\e6ec";
  442. }
  443. .wd-icon-help-circle.data-v-d4a8410a:before {
  444. content: "\e6ed";
  445. }
  446. .wd-icon-help-circle-filled.data-v-d4a8410a:before {
  447. content: "\e6ee";
  448. }
  449. .wd-icon-time-filled.data-v-d4a8410a:before {
  450. content: "\e6ef";
  451. }
  452. .wd-icon-close-circle-filled.data-v-d4a8410a:before {
  453. content: "\e6f0";
  454. }
  455. .wd-icon-info-circle.data-v-d4a8410a:before {
  456. content: "\e6f1";
  457. }
  458. .wd-icon-info-circle-filled.data-v-d4a8410a:before {
  459. content: "\e6f2";
  460. }
  461. .wd-icon-check1.data-v-d4a8410a:before {
  462. content: "\e6f3";
  463. }
  464. .wd-icon-help.data-v-d4a8410a:before {
  465. content: "\e6f4";
  466. }
  467. .wd-icon-error.data-v-d4a8410a:before {
  468. content: "\e6f5";
  469. }
  470. .wd-icon-check-circle.data-v-d4a8410a:before {
  471. content: "\e6f6";
  472. }
  473. .wd-icon-error-circle-filled.data-v-d4a8410a:before {
  474. content: "\e6f7";
  475. }
  476. .wd-icon-error-circle.data-v-d4a8410a:before {
  477. content: "\e6f8";
  478. }
  479. .wd-icon-check-rectangle.data-v-d4a8410a:before {
  480. content: "\e6f9";
  481. }
  482. .wd-icon-check-circle-filled.data-v-d4a8410a:before {
  483. content: "\e6fa";
  484. }
  485. .wd-icon-chevron-up.data-v-d4a8410a:before {
  486. content: "\e6da";
  487. }
  488. .wd-icon-chevron-up-circle.data-v-d4a8410a:before {
  489. content: "\e6db";
  490. }
  491. .wd-icon-chevron-right.data-v-d4a8410a:before {
  492. content: "\e6dc";
  493. }
  494. .wd-icon-arrow-down-rectangle.data-v-d4a8410a:before {
  495. content: "\e6dd";
  496. }
  497. .wd-icon-caret-up-small.data-v-d4a8410a:before {
  498. content: "\e6de";
  499. }
  500. .wd-icon-chevron-right-rectangle.data-v-d4a8410a:before {
  501. content: "\e6df";
  502. }
  503. .wd-icon-caret-right-small.data-v-d4a8410a:before {
  504. content: "\e6e0";
  505. }
  506. .wd-icon-arrow-right1.data-v-d4a8410a:before {
  507. content: "\e6e1";
  508. }
  509. .wd-icon-backtop.data-v-d4a8410a:before {
  510. content: "\e6e2";
  511. }
  512. .wd-icon-arrow-up1.data-v-d4a8410a:before {
  513. content: "\e6e3";
  514. }
  515. .wd-icon-caret-up.data-v-d4a8410a:before {
  516. content: "\e6e4";
  517. }
  518. .wd-icon-backward.data-v-d4a8410a:before {
  519. content: "\e6e5";
  520. }
  521. .wd-icon-arrow-down1.data-v-d4a8410a:before {
  522. content: "\e6e6";
  523. }
  524. .wd-icon-chevron-left.data-v-d4a8410a:before {
  525. content: "\e6e7";
  526. }
  527. .wd-icon-caret-right.data-v-d4a8410a:before {
  528. content: "\e6e8";
  529. }
  530. .wd-icon-caret-left.data-v-d4a8410a:before {
  531. content: "\e6e9";
  532. }
  533. .wd-icon-page-last.data-v-d4a8410a:before {
  534. content: "\e6c9";
  535. }
  536. .wd-icon-next.data-v-d4a8410a:before {
  537. content: "\e6ca";
  538. }
  539. .wd-icon-swap.data-v-d4a8410a:before {
  540. content: "\e6cb";
  541. }
  542. .wd-icon-round.data-v-d4a8410a:before {
  543. content: "\e6cc";
  544. }
  545. .wd-icon-previous.data-v-d4a8410a:before {
  546. content: "\e6cd";
  547. }
  548. .wd-icon-enter.data-v-d4a8410a:before {
  549. content: "\e6ce";
  550. }
  551. .wd-icon-chevron-down.data-v-d4a8410a:before {
  552. content: "\e6cf";
  553. }
  554. .wd-icon-caret-down-small.data-v-d4a8410a:before {
  555. content: "\e6d0";
  556. }
  557. .wd-icon-swap-right.data-v-d4a8410a:before {
  558. content: "\e6d1";
  559. }
  560. .wd-icon-chevron-left-circle.data-v-d4a8410a:before {
  561. content: "\e6d2";
  562. }
  563. .wd-icon-caret-left-small.data-v-d4a8410a:before {
  564. content: "\e6d3";
  565. }
  566. .wd-icon-chevron-right-circle.data-v-d4a8410a:before {
  567. content: "\e6d4";
  568. }
  569. .wd-icon-a-chevron-leftdouble.data-v-d4a8410a:before {
  570. content: "\e6d5";
  571. }
  572. .wd-icon-chevron-left-rectangle.data-v-d4a8410a:before {
  573. content: "\e6d6";
  574. }
  575. .wd-icon-a-chevron-rightdouble.data-v-d4a8410a:before {
  576. content: "\e6d7";
  577. }
  578. .wd-icon-page-first.data-v-d4a8410a:before {
  579. content: "\e6d8";
  580. }
  581. .wd-icon-forward.data-v-d4a8410a:before {
  582. content: "\e6d9";
  583. }
  584. .wd-icon-view-column.data-v-d4a8410a:before {
  585. content: "\e6b9";
  586. }
  587. .wd-icon-view-module.data-v-d4a8410a:before {
  588. content: "\e6ba";
  589. }
  590. .wd-icon-format-vertical-align-right.data-v-d4a8410a:before {
  591. content: "\e6bb";
  592. }
  593. .wd-icon-view-list.data-v-d4a8410a:before {
  594. content: "\e6bc";
  595. }
  596. .wd-icon-order-descending.data-v-d4a8410a:before {
  597. content: "\e6bd";
  598. }
  599. .wd-icon-format-horizontal-align-bottom.data-v-d4a8410a:before {
  600. content: "\e6be";
  601. }
  602. .wd-icon-queue.data-v-d4a8410a:before {
  603. content: "\e6bf";
  604. }
  605. .wd-icon-menu-fold.data-v-d4a8410a:before {
  606. content: "\e6c0";
  607. }
  608. .wd-icon-menu-unfold.data-v-d4a8410a:before {
  609. content: "\e6c1";
  610. }
  611. .wd-icon-format-horizontal-align-top.data-v-d4a8410a:before {
  612. content: "\e6c2";
  613. }
  614. .wd-icon-a-rootlist.data-v-d4a8410a:before {
  615. content: "\e6c3";
  616. }
  617. .wd-icon-order-ascending.data-v-d4a8410a:before {
  618. content: "\e6c4";
  619. }
  620. .wd-icon-format-vertical-align-left.data-v-d4a8410a:before {
  621. content: "\e6c5";
  622. }
  623. .wd-icon-format-horizontal-align-center.data-v-d4a8410a:before {
  624. content: "\e6c6";
  625. }
  626. .wd-icon-format-vertical-align-center.data-v-d4a8410a:before {
  627. content: "\e6c7";
  628. }
  629. .wd-icon-swap-left.data-v-d4a8410a:before {
  630. content: "\e6c8";
  631. }
  632. .wd-icon-flag.data-v-d4a8410a:before {
  633. content: "\e6aa";
  634. }
  635. .wd-icon-code.data-v-d4a8410a:before {
  636. content: "\e6ab";
  637. }
  638. .wd-icon-cart.data-v-d4a8410a:before {
  639. content: "\e6ac";
  640. }
  641. .wd-icon-attach.data-v-d4a8410a:before {
  642. content: "\e6ad";
  643. }
  644. .wd-icon-chart.data-v-d4a8410a:before {
  645. content: "\e6ae";
  646. }
  647. .wd-icon-creditcard.data-v-d4a8410a:before {
  648. content: "\e6af";
  649. }
  650. .wd-icon-calendar.data-v-d4a8410a:before {
  651. content: "\e6b0";
  652. }
  653. .wd-icon-app.data-v-d4a8410a:before {
  654. content: "\e6b1";
  655. }
  656. .wd-icon-books.data-v-d4a8410a:before {
  657. content: "\e6b2";
  658. }
  659. .wd-icon-barcode.data-v-d4a8410a:before {
  660. content: "\e6b3";
  661. }
  662. .wd-icon-chart-pie.data-v-d4a8410a:before {
  663. content: "\e6b4";
  664. }
  665. .wd-icon-chart-bar.data-v-d4a8410a:before {
  666. content: "\e6b5";
  667. }
  668. .wd-icon-chart-bubble.data-v-d4a8410a:before {
  669. content: "\e6b6";
  670. }
  671. .wd-icon-bulletpoint.data-v-d4a8410a:before {
  672. content: "\e6b7";
  673. }
  674. .wd-icon-bianjiliebiao.data-v-d4a8410a:before {
  675. content: "\e6b8";
  676. }
  677. .wd-icon-image.data-v-d4a8410a:before {
  678. content: "\e69a";
  679. }
  680. .wd-icon-laptop.data-v-d4a8410a:before {
  681. content: "\e69b";
  682. }
  683. .wd-icon-hourglass.data-v-d4a8410a:before {
  684. content: "\e69c";
  685. }
  686. .wd-icon-call.data-v-d4a8410a:before {
  687. content: "\e69d";
  688. }
  689. .wd-icon-mobile-vibrate.data-v-d4a8410a:before {
  690. content: "\e69e";
  691. }
  692. .wd-icon-mail.data-v-d4a8410a:before {
  693. content: "\e69f";
  694. }
  695. .wd-icon-notification-filled.data-v-d4a8410a:before {
  696. content: "\e6a0";
  697. }
  698. .wd-icon-desktop.data-v-d4a8410a:before {
  699. content: "\e6a1";
  700. }
  701. .wd-icon-history.data-v-d4a8410a:before {
  702. content: "\e6a2";
  703. }
  704. .wd-icon-discount-filled.data-v-d4a8410a:before {
  705. content: "\e6a3";
  706. }
  707. .wd-icon-dashboard.data-v-d4a8410a:before {
  708. content: "\e6a4";
  709. }
  710. .wd-icon-discount.data-v-d4a8410a:before {
  711. content: "\e6a5";
  712. }
  713. .wd-icon-heart-filled.data-v-d4a8410a:before {
  714. content: "\e6a6";
  715. }
  716. .wd-icon-chat1.data-v-d4a8410a:before {
  717. content: "\e6a7";
  718. }
  719. .wd-icon-a-controlplatform.data-v-d4a8410a:before {
  720. content: "\e6a8";
  721. }
  722. .wd-icon-gift.data-v-d4a8410a:before {
  723. content: "\e6a9";
  724. }
  725. .wd-icon-photo.data-v-d4a8410a:before {
  726. content: "\e692";
  727. }
  728. .wd-icon-play-circle-stroke.data-v-d4a8410a:before {
  729. content: "\e693";
  730. }
  731. .wd-icon-notification.data-v-d4a8410a:before {
  732. content: "\e694";
  733. }
  734. .wd-icon-cloud.data-v-d4a8410a:before {
  735. content: "\e695";
  736. }
  737. .wd-icon-gender-female.data-v-d4a8410a:before {
  738. content: "\e696";
  739. }
  740. .wd-icon-fork.data-v-d4a8410a:before {
  741. content: "\e697";
  742. }
  743. .wd-icon-layers.data-v-d4a8410a:before {
  744. content: "\e698";
  745. }
  746. .wd-icon-lock-off.data-v-d4a8410a:before {
  747. content: "\e699";
  748. }
  749. .wd-icon-location.data-v-d4a8410a:before {
  750. content: "\e68a";
  751. }
  752. .wd-icon-mobile.data-v-d4a8410a:before {
  753. content: "\e68b";
  754. }
  755. .wd-icon-qrcode.data-v-d4a8410a:before {
  756. content: "\e68c";
  757. }
  758. .wd-icon-home1.data-v-d4a8410a:before {
  759. content: "\e68d";
  760. }
  761. .wd-icon-time.data-v-d4a8410a:before {
  762. content: "\e68e";
  763. }
  764. .wd-icon-heart.data-v-d4a8410a:before {
  765. content: "\e68f";
  766. }
  767. .wd-icon-lock-on.data-v-d4a8410a:before {
  768. content: "\e690";
  769. }
  770. .wd-icon-print.data-v-d4a8410a:before {
  771. content: "\e691";
  772. }
  773. .wd-icon-slash.data-v-d4a8410a:before {
  774. content: "\e67a";
  775. }
  776. .wd-icon-usb.data-v-d4a8410a:before {
  777. content: "\e67b";
  778. }
  779. .wd-icon-tools.data-v-d4a8410a:before {
  780. content: "\e67c";
  781. }
  782. .wd-icon-wifi.data-v-d4a8410a:before {
  783. content: "\e67d";
  784. }
  785. .wd-icon-star-filled.data-v-d4a8410a:before {
  786. content: "\e67e";
  787. }
  788. .wd-icon-server.data-v-d4a8410a:before {
  789. content: "\e67f";
  790. }
  791. .wd-icon-sound.data-v-d4a8410a:before {
  792. content: "\e680";
  793. }
  794. .wd-icon-a-precisemonitor.data-v-d4a8410a:before {
  795. content: "\e681";
  796. }
  797. .wd-icon-service.data-v-d4a8410a:before {
  798. content: "\e682";
  799. }
  800. .wd-icon-tips.data-v-d4a8410a:before {
  801. content: "\e683";
  802. }
  803. .wd-icon-pin.data-v-d4a8410a:before {
  804. content: "\e684";
  805. }
  806. .wd-icon-secured.data-v-d4a8410a:before {
  807. content: "\e685";
  808. }
  809. .wd-icon-star.data-v-d4a8410a:before {
  810. content: "\e686";
  811. }
  812. .wd-icon-gender-male.data-v-d4a8410a:before {
  813. content: "\e687";
  814. }
  815. .wd-icon-shop.data-v-d4a8410a:before {
  816. content: "\e688";
  817. }
  818. .wd-icon-money-circle.data-v-d4a8410a:before {
  819. content: "\e689";
  820. }
  821. .wd-icon-file-word.data-v-d4a8410a:before {
  822. content: "\e66a";
  823. }
  824. .wd-icon-file-unknown.data-v-d4a8410a:before {
  825. content: "\e66b";
  826. }
  827. .wd-icon-folder-open.data-v-d4a8410a:before {
  828. content: "\e66c";
  829. }
  830. .wd-icon-file-pdf.data-v-d4a8410a:before {
  831. content: "\e66d";
  832. }
  833. .wd-icon-folder.data-v-d4a8410a:before {
  834. content: "\e66e";
  835. }
  836. .wd-icon-folder-add.data-v-d4a8410a:before {
  837. content: "\e66f";
  838. }
  839. .wd-icon-file.data-v-d4a8410a:before {
  840. content: "\e670";
  841. }
  842. .wd-icon-file-image.data-v-d4a8410a:before {
  843. content: "\e671";
  844. }
  845. .wd-icon-file-powerpoint.data-v-d4a8410a:before {
  846. content: "\e672";
  847. }
  848. .wd-icon-file-add.data-v-d4a8410a:before {
  849. content: "\e673";
  850. }
  851. .wd-icon-file-icon.data-v-d4a8410a:before {
  852. content: "\e674";
  853. }
  854. .wd-icon-file-paste.data-v-d4a8410a:before {
  855. content: "\e675";
  856. }
  857. .wd-icon-file-excel.data-v-d4a8410a:before {
  858. content: "\e676";
  859. }
  860. .wd-icon-file-copy.data-v-d4a8410a:before {
  861. content: "\e677";
  862. }
  863. .wd-icon-video1.data-v-d4a8410a:before {
  864. content: "\e678";
  865. }
  866. .wd-icon-wallet.data-v-d4a8410a:before {
  867. content: "\e679";
  868. }
  869. .wd-icon-ie.data-v-d4a8410a:before {
  870. content: "\e65d";
  871. }
  872. .wd-icon-logo-codepen.data-v-d4a8410a:before {
  873. content: "\e65e";
  874. }
  875. .wd-icon-github-filled.data-v-d4a8410a:before {
  876. content: "\e65f";
  877. }
  878. .wd-icon-ie-filled.data-v-d4a8410a:before {
  879. content: "\e660";
  880. }
  881. .wd-icon-apple.data-v-d4a8410a:before {
  882. content: "\e661";
  883. }
  884. .wd-icon-windows-filled.data-v-d4a8410a:before {
  885. content: "\e662";
  886. }
  887. .wd-icon-internet.data-v-d4a8410a:before {
  888. content: "\e663";
  889. }
  890. .wd-icon-github.data-v-d4a8410a:before {
  891. content: "\e664";
  892. }
  893. .wd-icon-windows.data-v-d4a8410a:before {
  894. content: "\e665";
  895. }
  896. .wd-icon-apple-filled.data-v-d4a8410a:before {
  897. content: "\e666";
  898. }
  899. .wd-icon-chrome-filled.data-v-d4a8410a:before {
  900. content: "\e667";
  901. }
  902. .wd-icon-chrome.data-v-d4a8410a:before {
  903. content: "\e668";
  904. }
  905. .wd-icon-android.data-v-d4a8410a:before {
  906. content: "\e669";
  907. }
  908. .wd-icon-edit-outline.data-v-d4a8410a:before {
  909. content: "\e64a";
  910. }
  911. .wd-icon-detection.data-v-d4a8410a:before {
  912. content: "\e64b";
  913. }
  914. .wd-icon-check-outline.data-v-d4a8410a:before {
  915. content: "\e64c";
  916. }
  917. .wd-icon-close.data-v-d4a8410a:before {
  918. content: "\e64d";
  919. }
  920. .wd-icon-check.data-v-d4a8410a:before {
  921. content: "\e64e";
  922. }
  923. .wd-icon-arrow-left.data-v-d4a8410a:before {
  924. content: "\e64f";
  925. }
  926. .wd-icon-computer.data-v-d4a8410a:before {
  927. content: "\e650";
  928. }
  929. .wd-icon-clock.data-v-d4a8410a:before {
  930. content: "\e651";
  931. }
  932. .wd-icon-check-bold.data-v-d4a8410a:before {
  933. content: "\e652";
  934. }
  935. .wd-icon-bags.data-v-d4a8410a:before {
  936. content: "\e653";
  937. }
  938. .wd-icon-arrow-down.data-v-d4a8410a:before {
  939. content: "\e654";
  940. }
  941. .wd-icon-arrow-right.data-v-d4a8410a:before {
  942. content: "\e655";
  943. }
  944. .wd-icon-circle.data-v-d4a8410a:before {
  945. content: "\e656";
  946. }
  947. .wd-icon-arrow-thin-down.data-v-d4a8410a:before {
  948. content: "\e657";
  949. }
  950. .wd-icon-camera.data-v-d4a8410a:before {
  951. content: "\e658";
  952. }
  953. .wd-icon-close-bold.data-v-d4a8410a:before {
  954. content: "\e659";
  955. }
  956. .wd-icon-add-circle.data-v-d4a8410a:before {
  957. content: "\e65a";
  958. }
  959. .wd-icon-arrow-thin-up.data-v-d4a8410a:before {
  960. content: "\e65b";
  961. }
  962. .wd-icon-add.data-v-d4a8410a:before {
  963. content: "\e65c";
  964. }
  965. .wd-icon-keyboard-delete.data-v-d4a8410a:before {
  966. content: "\e634";
  967. }
  968. .wd-icon-transfer.data-v-d4a8410a:before {
  969. content: "\e635";
  970. }
  971. .wd-icon-eye-close.data-v-d4a8410a:before {
  972. content: "\e61f";
  973. }
  974. .wd-icon-delete.data-v-d4a8410a:before {
  975. content: "\e61e";
  976. }
  977. .wd-icon-download.data-v-d4a8410a:before {
  978. content: "\e636";
  979. }
  980. .wd-icon-picture.data-v-d4a8410a:before {
  981. content: "\e637";
  982. }
  983. .wd-icon-refresh.data-v-d4a8410a:before {
  984. content: "\e638";
  985. }
  986. .wd-icon-read.data-v-d4a8410a:before {
  987. content: "\e639";
  988. }
  989. .wd-icon-note.data-v-d4a8410a:before {
  990. content: "\e63a";
  991. }
  992. .wd-icon-phone.data-v-d4a8410a:before {
  993. content: "\e63b";
  994. }
  995. .wd-icon-lenovo.data-v-d4a8410a:before {
  996. content: "\e63c";
  997. }
  998. .wd-icon-home.data-v-d4a8410a:before {
  999. content: "\e63d";
  1000. }
  1001. .wd-icon-search.data-v-d4a8410a:before {
  1002. content: "\e63e";
  1003. }
  1004. .wd-icon-fill-camera.data-v-d4a8410a:before {
  1005. content: "\e63f";
  1006. }
  1007. .wd-icon-fill-arrow-down.data-v-d4a8410a:before {
  1008. content: "\e640";
  1009. }
  1010. .wd-icon-arrow-up.data-v-d4a8410a:before {
  1011. content: "\e61d";
  1012. }
  1013. .wd-icon-delete-thin.data-v-d4a8410a:before {
  1014. content: "\e641";
  1015. }
  1016. .wd-icon-filter.data-v-d4a8410a:before {
  1017. content: "\e642";
  1018. }
  1019. .wd-icon-evaluation.data-v-d4a8410a:before {
  1020. content: "\e643";
  1021. }
  1022. .wd-icon-close-outline.data-v-d4a8410a:before {
  1023. content: "\e644";
  1024. }
  1025. .wd-icon-dong.data-v-d4a8410a:before {
  1026. content: "\e645";
  1027. }
  1028. .wd-icon-error-fill.data-v-d4a8410a:before {
  1029. content: "\e646";
  1030. }
  1031. .wd-icon-chat.data-v-d4a8410a:before {
  1032. content: "\e647";
  1033. }
  1034. .wd-icon-decrease.data-v-d4a8410a:before {
  1035. content: "\e648";
  1036. }
  1037. .wd-icon-copy.data-v-d4a8410a:before {
  1038. content: "\e649";
  1039. }
  1040. .wd-icon-setting.data-v-d4a8410a:before {
  1041. content: "\e621";
  1042. }
  1043. .wd-icon-subscribe.data-v-d4a8410a:before {
  1044. content: "\e622";
  1045. }
  1046. .wd-icon-jdm.data-v-d4a8410a:before {
  1047. content: "\e620";
  1048. }
  1049. .wd-icon-spool.data-v-d4a8410a:before {
  1050. content: "\e623";
  1051. }
  1052. .wd-icon-warning.data-v-d4a8410a:before {
  1053. content: "\e624";
  1054. }
  1055. .wd-icon-wifi-error.data-v-d4a8410a:before {
  1056. content: "\e625";
  1057. }
  1058. .wd-icon-star-on.data-v-d4a8410a:before {
  1059. content: "\e626";
  1060. }
  1061. .wd-icon-rotate.data-v-d4a8410a:before {
  1062. content: "\e627";
  1063. }
  1064. .wd-icon-translate-bold.data-v-d4a8410a:before {
  1065. content: "\e628";
  1066. }
  1067. .wd-icon-keyboard-collapse.data-v-d4a8410a:before {
  1068. content: "\e629";
  1069. }
  1070. .wd-icon-keywords.data-v-d4a8410a:before {
  1071. content: "\e62a";
  1072. }
  1073. .wd-icon-scan.data-v-d4a8410a:before {
  1074. content: "\e62b";
  1075. }
  1076. .wd-icon-view.data-v-d4a8410a:before {
  1077. content: "\e62c";
  1078. }
  1079. .wd-icon-phone-compute.data-v-d4a8410a:before {
  1080. content: "\e62d";
  1081. }
  1082. .wd-icon-video.data-v-d4a8410a:before {
  1083. content: "\e62e";
  1084. }
  1085. .wd-icon-thin-arrow-left.data-v-d4a8410a:before {
  1086. content: "\e62f";
  1087. }
  1088. .wd-icon-goods.data-v-d4a8410a:before {
  1089. content: "\e630";
  1090. }
  1091. .wd-icon-list.data-v-d4a8410a:before {
  1092. content: "\e631";
  1093. }
  1094. .wd-icon-warn-bold.data-v-d4a8410a:before {
  1095. content: "\e632";
  1096. }
  1097. .wd-icon-more.data-v-d4a8410a:before {
  1098. content: "\e633";
  1099. }