index.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  1. @import '../common/abstracts/variable';
  2. @import '../common/abstracts/mixin';
  3. @font-face {
  4. font-family: 'wd-icons';
  5. src: url('https://at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.woff2?t=1696817709651') format('woff2'),
  6. url('https://at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.woff?t=1696817709651') format('woff'),
  7. url('https://at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.ttf?t=1696817709651') format('truetype');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. /* #ifdef APP-PLUS || H5 */
  12. @font-face {
  13. font-family: 'wd-icons';
  14. src:
  15. url('./wd-icons.ttf') format('truetype');
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. /* #endif */
  20. @include b(icon) {
  21. display: inline-block;
  22. font-family: 'wd-icons' !important;
  23. font-style: normal;
  24. font-weight: normal;
  25. font-variant: normal;
  26. text-transform: none;
  27. /* Better Font Rendering =========== */
  28. -webkit-font-smoothing: antialiased;
  29. -moz-osx-font-smoothing: grayscale;
  30. &::before {
  31. display: inline-block;
  32. }
  33. @include m(image) {
  34. width: 1em;
  35. height: 1em;
  36. }
  37. @include e(image) {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. }
  42. .wd-icon-usergroup-clear:before {
  43. content: "\e739";
  44. }
  45. .wd-icon-user-circle:before {
  46. content: "\e73a";
  47. }
  48. .wd-icon-user-talk:before {
  49. content: "\e73b";
  50. }
  51. .wd-icon-user-clear:before {
  52. content: "\e73c";
  53. }
  54. .wd-icon-user:before {
  55. content: "\e73d";
  56. }
  57. .wd-icon-usergroup-add:before {
  58. content: "\e73e";
  59. }
  60. .wd-icon-usergroup:before {
  61. content: "\e73f";
  62. }
  63. .wd-icon-user-add:before {
  64. content: "\e740";
  65. }
  66. .wd-icon-user-avatar:before {
  67. content: "\e741";
  68. }
  69. .wd-icon-pointing-hand:before {
  70. content: "\e742";
  71. }
  72. .wd-icon-cursor:before {
  73. content: "\e743";
  74. }
  75. .wd-icon-fullsreen:before {
  76. content: "\e72c";
  77. }
  78. .wd-icon-cloud-download:before {
  79. content: "\e72d";
  80. }
  81. .wd-icon-chevron-down-rectangle:before {
  82. content: "\e72e";
  83. }
  84. .wd-icon-edit:before {
  85. content: "\e72f";
  86. }
  87. .wd-icon-fullscreen-exit:before {
  88. content: "\e730";
  89. }
  90. .wd-icon-circle1:before {
  91. content: "\e731";
  92. }
  93. .wd-icon-close-normal:before {
  94. content: "\e732";
  95. }
  96. .wd-icon-browse:before {
  97. content: "\e733";
  98. }
  99. .wd-icon-browse-off:before {
  100. content: "\e734";
  101. }
  102. .wd-icon-chevron-up-rectangle:before {
  103. content: "\e735";
  104. }
  105. .wd-icon-add-rectangle:before {
  106. content: "\e736";
  107. }
  108. .wd-icon-add1:before {
  109. content: "\e737";
  110. }
  111. .wd-icon-add-circle1:before {
  112. content: "\e738";
  113. }
  114. .wd-icon-download1:before {
  115. content: "\e71c";
  116. }
  117. .wd-icon-link:before {
  118. content: "\e71d";
  119. }
  120. .wd-icon-edit-1:before {
  121. content: "\e71e";
  122. }
  123. .wd-icon-jump:before {
  124. content: "\e71f";
  125. }
  126. .wd-icon-chevron-down-circle:before {
  127. content: "\e720";
  128. }
  129. .wd-icon-delete1:before {
  130. content: "\e721";
  131. }
  132. .wd-icon-filter-clear:before {
  133. content: "\e722";
  134. }
  135. .wd-icon-check-rectangle-filled:before {
  136. content: "\e723";
  137. }
  138. .wd-icon-minus-circle-filled:before {
  139. content: "\e724";
  140. }
  141. .wd-icon-play:before {
  142. content: "\e725";
  143. }
  144. .wd-icon-pause-circle-filled:before {
  145. content: "\e726";
  146. }
  147. .wd-icon-filter1:before {
  148. content: "\e727";
  149. }
  150. .wd-icon-move:before {
  151. content: "\e728";
  152. }
  153. .wd-icon-login:before {
  154. content: "\e729";
  155. }
  156. .wd-icon-minus-circle:before {
  157. content: "\e72a";
  158. }
  159. .wd-icon-close-circle:before {
  160. content: "\e72b";
  161. }
  162. .wd-icon-logout:before {
  163. content: "\e70b";
  164. }
  165. .wd-icon-search1:before {
  166. content: "\e70c";
  167. }
  168. .wd-icon-pause-circle:before {
  169. content: "\e70d";
  170. }
  171. .wd-icon-play-circle:before {
  172. content: "\e70e";
  173. }
  174. .wd-icon-more1:before {
  175. content: "\e70f";
  176. }
  177. .wd-icon-minus-rectangle:before {
  178. content: "\e710";
  179. }
  180. .wd-icon-stop:before {
  181. content: "\e711";
  182. }
  183. .wd-icon-scan1:before {
  184. content: "\e712";
  185. }
  186. .wd-icon-close-rectangle:before {
  187. content: "\e713";
  188. }
  189. .wd-icon-rollback:before {
  190. content: "\e714";
  191. }
  192. .wd-icon-a-order-adjustmentcolumn:before {
  193. content: "\e715";
  194. }
  195. .wd-icon-pause:before {
  196. content: "\e716";
  197. }
  198. .wd-icon-ellipsis:before {
  199. content: "\e717";
  200. }
  201. .wd-icon-cloud-upload:before {
  202. content: "\e718";
  203. }
  204. .wd-icon-stop-circle-filled:before {
  205. content: "\e719";
  206. }
  207. .wd-icon-clear:before {
  208. content: "\e71a";
  209. }
  210. .wd-icon-remove:before {
  211. content: "\e71b";
  212. }
  213. .wd-icon-zoom-out:before {
  214. content: "\e6fb";
  215. }
  216. .wd-icon-thumb-down:before {
  217. content: "\e6fc";
  218. }
  219. .wd-icon-setting1:before {
  220. content: "\e6fd";
  221. }
  222. .wd-icon-save:before {
  223. content: "\e6fe";
  224. }
  225. .wd-icon-unfold-more:before {
  226. content: "\e6ff";
  227. }
  228. .wd-icon-zoom-in:before {
  229. content: "\e700";
  230. }
  231. .wd-icon-thumb-up:before {
  232. content: "\e701";
  233. }
  234. .wd-icon-unfold-less:before {
  235. content: "\e702";
  236. }
  237. .wd-icon-play-circle-filled:before {
  238. content: "\e703";
  239. }
  240. .wd-icon-poweroff:before {
  241. content: "\e704";
  242. }
  243. .wd-icon-share:before {
  244. content: "\e705";
  245. }
  246. .wd-icon-refresh1:before {
  247. content: "\e706";
  248. }
  249. .wd-icon-link-unlink:before {
  250. content: "\e707";
  251. }
  252. .wd-icon-upload:before {
  253. content: "\e708";
  254. }
  255. .wd-icon-rectangle:before {
  256. content: "\e709";
  257. }
  258. .wd-icon-stop-circle:before {
  259. content: "\e70a";
  260. }
  261. .wd-icon-backtop-rectangle:before {
  262. content: "\e6ea";
  263. }
  264. .wd-icon-caret-down:before {
  265. content: "\e6eb";
  266. }
  267. .wd-icon-arrow-left1:before {
  268. content: "\e6ec";
  269. }
  270. .wd-icon-help-circle:before {
  271. content: "\e6ed";
  272. }
  273. .wd-icon-help-circle-filled:before {
  274. content: "\e6ee";
  275. }
  276. .wd-icon-time-filled:before {
  277. content: "\e6ef";
  278. }
  279. .wd-icon-close-circle-filled:before {
  280. content: "\e6f0";
  281. }
  282. .wd-icon-info-circle:before {
  283. content: "\e6f1";
  284. }
  285. .wd-icon-info-circle-filled:before {
  286. content: "\e6f2";
  287. }
  288. .wd-icon-check1:before {
  289. content: "\e6f3";
  290. }
  291. .wd-icon-help:before {
  292. content: "\e6f4";
  293. }
  294. .wd-icon-error:before {
  295. content: "\e6f5";
  296. }
  297. .wd-icon-check-circle:before {
  298. content: "\e6f6";
  299. }
  300. .wd-icon-error-circle-filled:before {
  301. content: "\e6f7";
  302. }
  303. .wd-icon-error-circle:before {
  304. content: "\e6f8";
  305. }
  306. .wd-icon-check-rectangle:before {
  307. content: "\e6f9";
  308. }
  309. .wd-icon-check-circle-filled:before {
  310. content: "\e6fa";
  311. }
  312. .wd-icon-chevron-up:before {
  313. content: "\e6da";
  314. }
  315. .wd-icon-chevron-up-circle:before {
  316. content: "\e6db";
  317. }
  318. .wd-icon-chevron-right:before {
  319. content: "\e6dc";
  320. }
  321. .wd-icon-arrow-down-rectangle:before {
  322. content: "\e6dd";
  323. }
  324. .wd-icon-caret-up-small:before {
  325. content: "\e6de";
  326. }
  327. .wd-icon-chevron-right-rectangle:before {
  328. content: "\e6df";
  329. }
  330. .wd-icon-caret-right-small:before {
  331. content: "\e6e0";
  332. }
  333. .wd-icon-arrow-right1:before {
  334. content: "\e6e1";
  335. }
  336. .wd-icon-backtop:before {
  337. content: "\e6e2";
  338. }
  339. .wd-icon-arrow-up1:before {
  340. content: "\e6e3";
  341. }
  342. .wd-icon-caret-up:before {
  343. content: "\e6e4";
  344. }
  345. .wd-icon-backward:before {
  346. content: "\e6e5";
  347. }
  348. .wd-icon-arrow-down1:before {
  349. content: "\e6e6";
  350. }
  351. .wd-icon-chevron-left:before {
  352. content: "\e6e7";
  353. }
  354. .wd-icon-caret-right:before {
  355. content: "\e6e8";
  356. }
  357. .wd-icon-caret-left:before {
  358. content: "\e6e9";
  359. }
  360. .wd-icon-page-last:before {
  361. content: "\e6c9";
  362. }
  363. .wd-icon-next:before {
  364. content: "\e6ca";
  365. }
  366. .wd-icon-swap:before {
  367. content: "\e6cb";
  368. }
  369. .wd-icon-round:before {
  370. content: "\e6cc";
  371. }
  372. .wd-icon-previous:before {
  373. content: "\e6cd";
  374. }
  375. .wd-icon-enter:before {
  376. content: "\e6ce";
  377. }
  378. .wd-icon-chevron-down:before {
  379. content: "\e6cf";
  380. }
  381. .wd-icon-caret-down-small:before {
  382. content: "\e6d0";
  383. }
  384. .wd-icon-swap-right:before {
  385. content: "\e6d1";
  386. }
  387. .wd-icon-chevron-left-circle:before {
  388. content: "\e6d2";
  389. }
  390. .wd-icon-caret-left-small:before {
  391. content: "\e6d3";
  392. }
  393. .wd-icon-chevron-right-circle:before {
  394. content: "\e6d4";
  395. }
  396. .wd-icon-a-chevron-leftdouble:before {
  397. content: "\e6d5";
  398. }
  399. .wd-icon-chevron-left-rectangle:before {
  400. content: "\e6d6";
  401. }
  402. .wd-icon-a-chevron-rightdouble:before {
  403. content: "\e6d7";
  404. }
  405. .wd-icon-page-first:before {
  406. content: "\e6d8";
  407. }
  408. .wd-icon-forward:before {
  409. content: "\e6d9";
  410. }
  411. .wd-icon-view-column:before {
  412. content: "\e6b9";
  413. }
  414. .wd-icon-view-module:before {
  415. content: "\e6ba";
  416. }
  417. .wd-icon-format-vertical-align-right:before {
  418. content: "\e6bb";
  419. }
  420. .wd-icon-view-list:before {
  421. content: "\e6bc";
  422. }
  423. .wd-icon-order-descending:before {
  424. content: "\e6bd";
  425. }
  426. .wd-icon-format-horizontal-align-bottom:before {
  427. content: "\e6be";
  428. }
  429. .wd-icon-queue:before {
  430. content: "\e6bf";
  431. }
  432. .wd-icon-menu-fold:before {
  433. content: "\e6c0";
  434. }
  435. .wd-icon-menu-unfold:before {
  436. content: "\e6c1";
  437. }
  438. .wd-icon-format-horizontal-align-top:before {
  439. content: "\e6c2";
  440. }
  441. .wd-icon-a-rootlist:before {
  442. content: "\e6c3";
  443. }
  444. .wd-icon-order-ascending:before {
  445. content: "\e6c4";
  446. }
  447. .wd-icon-format-vertical-align-left:before {
  448. content: "\e6c5";
  449. }
  450. .wd-icon-format-horizontal-align-center:before {
  451. content: "\e6c6";
  452. }
  453. .wd-icon-format-vertical-align-center:before {
  454. content: "\e6c7";
  455. }
  456. .wd-icon-swap-left:before {
  457. content: "\e6c8";
  458. }
  459. .wd-icon-flag:before {
  460. content: "\e6aa";
  461. }
  462. .wd-icon-code:before {
  463. content: "\e6ab";
  464. }
  465. .wd-icon-cart:before {
  466. content: "\e6ac";
  467. }
  468. .wd-icon-attach:before {
  469. content: "\e6ad";
  470. }
  471. .wd-icon-chart:before {
  472. content: "\e6ae";
  473. }
  474. .wd-icon-creditcard:before {
  475. content: "\e6af";
  476. }
  477. .wd-icon-calendar:before {
  478. content: "\e6b0";
  479. }
  480. .wd-icon-app:before {
  481. content: "\e6b1";
  482. }
  483. .wd-icon-books:before {
  484. content: "\e6b2";
  485. }
  486. .wd-icon-barcode:before {
  487. content: "\e6b3";
  488. }
  489. .wd-icon-chart-pie:before {
  490. content: "\e6b4";
  491. }
  492. .wd-icon-chart-bar:before {
  493. content: "\e6b5";
  494. }
  495. .wd-icon-chart-bubble:before {
  496. content: "\e6b6";
  497. }
  498. .wd-icon-bulletpoint:before {
  499. content: "\e6b7";
  500. }
  501. .wd-icon-bianjiliebiao:before {
  502. content: "\e6b8";
  503. }
  504. .wd-icon-image:before {
  505. content: "\e69a";
  506. }
  507. .wd-icon-laptop:before {
  508. content: "\e69b";
  509. }
  510. .wd-icon-hourglass:before {
  511. content: "\e69c";
  512. }
  513. .wd-icon-call:before {
  514. content: "\e69d";
  515. }
  516. .wd-icon-mobile-vibrate:before {
  517. content: "\e69e";
  518. }
  519. .wd-icon-mail:before {
  520. content: "\e69f";
  521. }
  522. .wd-icon-notification-filled:before {
  523. content: "\e6a0";
  524. }
  525. .wd-icon-desktop:before {
  526. content: "\e6a1";
  527. }
  528. .wd-icon-history:before {
  529. content: "\e6a2";
  530. }
  531. .wd-icon-discount-filled:before {
  532. content: "\e6a3";
  533. }
  534. .wd-icon-dashboard:before {
  535. content: "\e6a4";
  536. }
  537. .wd-icon-discount:before {
  538. content: "\e6a5";
  539. }
  540. .wd-icon-heart-filled:before {
  541. content: "\e6a6";
  542. }
  543. .wd-icon-chat1:before {
  544. content: "\e6a7";
  545. }
  546. .wd-icon-a-controlplatform:before {
  547. content: "\e6a8";
  548. }
  549. .wd-icon-gift:before {
  550. content: "\e6a9";
  551. }
  552. .wd-icon-photo:before {
  553. content: "\e692";
  554. }
  555. .wd-icon-play-circle-stroke:before {
  556. content: "\e693";
  557. }
  558. .wd-icon-notification:before {
  559. content: "\e694";
  560. }
  561. .wd-icon-cloud:before {
  562. content: "\e695";
  563. }
  564. .wd-icon-gender-female:before {
  565. content: "\e696";
  566. }
  567. .wd-icon-fork:before {
  568. content: "\e697";
  569. }
  570. .wd-icon-layers:before {
  571. content: "\e698";
  572. }
  573. .wd-icon-lock-off:before {
  574. content: "\e699";
  575. }
  576. .wd-icon-location:before {
  577. content: "\e68a";
  578. }
  579. .wd-icon-mobile:before {
  580. content: "\e68b";
  581. }
  582. .wd-icon-qrcode:before {
  583. content: "\e68c";
  584. }
  585. .wd-icon-home1:before {
  586. content: "\e68d";
  587. }
  588. .wd-icon-time:before {
  589. content: "\e68e";
  590. }
  591. .wd-icon-heart:before {
  592. content: "\e68f";
  593. }
  594. .wd-icon-lock-on:before {
  595. content: "\e690";
  596. }
  597. .wd-icon-print:before {
  598. content: "\e691";
  599. }
  600. .wd-icon-slash:before {
  601. content: "\e67a";
  602. }
  603. .wd-icon-usb:before {
  604. content: "\e67b";
  605. }
  606. .wd-icon-tools:before {
  607. content: "\e67c";
  608. }
  609. .wd-icon-wifi:before {
  610. content: "\e67d";
  611. }
  612. .wd-icon-star-filled:before {
  613. content: "\e67e";
  614. }
  615. .wd-icon-server:before {
  616. content: "\e67f";
  617. }
  618. .wd-icon-sound:before {
  619. content: "\e680";
  620. }
  621. .wd-icon-a-precisemonitor:before {
  622. content: "\e681";
  623. }
  624. .wd-icon-service:before {
  625. content: "\e682";
  626. }
  627. .wd-icon-tips:before {
  628. content: "\e683";
  629. }
  630. .wd-icon-pin:before {
  631. content: "\e684";
  632. }
  633. .wd-icon-secured:before {
  634. content: "\e685";
  635. }
  636. .wd-icon-star:before {
  637. content: "\e686";
  638. }
  639. .wd-icon-gender-male:before {
  640. content: "\e687";
  641. }
  642. .wd-icon-shop:before {
  643. content: "\e688";
  644. }
  645. .wd-icon-money-circle:before {
  646. content: "\e689";
  647. }
  648. .wd-icon-file-word:before {
  649. content: "\e66a";
  650. }
  651. .wd-icon-file-unknown:before {
  652. content: "\e66b";
  653. }
  654. .wd-icon-folder-open:before {
  655. content: "\e66c";
  656. }
  657. .wd-icon-file-pdf:before {
  658. content: "\e66d";
  659. }
  660. .wd-icon-folder:before {
  661. content: "\e66e";
  662. }
  663. .wd-icon-folder-add:before {
  664. content: "\e66f";
  665. }
  666. .wd-icon-file:before {
  667. content: "\e670";
  668. }
  669. .wd-icon-file-image:before {
  670. content: "\e671";
  671. }
  672. .wd-icon-file-powerpoint:before {
  673. content: "\e672";
  674. }
  675. .wd-icon-file-add:before {
  676. content: "\e673";
  677. }
  678. .wd-icon-file-icon:before {
  679. content: "\e674";
  680. }
  681. .wd-icon-file-paste:before {
  682. content: "\e675";
  683. }
  684. .wd-icon-file-excel:before {
  685. content: "\e676";
  686. }
  687. .wd-icon-file-copy:before {
  688. content: "\e677";
  689. }
  690. .wd-icon-video1:before {
  691. content: "\e678";
  692. }
  693. .wd-icon-wallet:before {
  694. content: "\e679";
  695. }
  696. .wd-icon-ie:before {
  697. content: "\e65d";
  698. }
  699. .wd-icon-logo-codepen:before {
  700. content: "\e65e";
  701. }
  702. .wd-icon-github-filled:before {
  703. content: "\e65f";
  704. }
  705. .wd-icon-ie-filled:before {
  706. content: "\e660";
  707. }
  708. .wd-icon-apple:before {
  709. content: "\e661";
  710. }
  711. .wd-icon-windows-filled:before {
  712. content: "\e662";
  713. }
  714. .wd-icon-internet:before {
  715. content: "\e663";
  716. }
  717. .wd-icon-github:before {
  718. content: "\e664";
  719. }
  720. .wd-icon-windows:before {
  721. content: "\e665";
  722. }
  723. .wd-icon-apple-filled:before {
  724. content: "\e666";
  725. }
  726. .wd-icon-chrome-filled:before {
  727. content: "\e667";
  728. }
  729. .wd-icon-chrome:before {
  730. content: "\e668";
  731. }
  732. .wd-icon-android:before {
  733. content: "\e669";
  734. }
  735. .wd-icon-edit-outline:before {
  736. content: "\e64a";
  737. }
  738. .wd-icon-detection:before {
  739. content: "\e64b";
  740. }
  741. .wd-icon-check-outline:before {
  742. content: "\e64c";
  743. }
  744. .wd-icon-close:before {
  745. content: "\e64d";
  746. }
  747. .wd-icon-check:before {
  748. content: "\e64e";
  749. }
  750. .wd-icon-arrow-left:before {
  751. content: "\e64f";
  752. }
  753. .wd-icon-computer:before {
  754. content: "\e650";
  755. }
  756. .wd-icon-clock:before {
  757. content: "\e651";
  758. }
  759. .wd-icon-check-bold:before {
  760. content: "\e652";
  761. }
  762. .wd-icon-bags:before {
  763. content: "\e653";
  764. }
  765. .wd-icon-arrow-down:before {
  766. content: "\e654";
  767. }
  768. .wd-icon-arrow-right:before {
  769. content: "\e655";
  770. }
  771. .wd-icon-circle:before {
  772. content: "\e656";
  773. }
  774. .wd-icon-arrow-thin-down:before {
  775. content: "\e657";
  776. }
  777. .wd-icon-camera:before {
  778. content: "\e658";
  779. }
  780. .wd-icon-close-bold:before {
  781. content: "\e659";
  782. }
  783. .wd-icon-add-circle:before {
  784. content: "\e65a";
  785. }
  786. .wd-icon-arrow-thin-up:before {
  787. content: "\e65b";
  788. }
  789. .wd-icon-add:before {
  790. content: "\e65c";
  791. }
  792. .wd-icon-keyboard-delete:before {
  793. content: "\e634";
  794. }
  795. .wd-icon-transfer:before {
  796. content: "\e635";
  797. }
  798. .wd-icon-eye-close:before {
  799. content: "\e61f";
  800. }
  801. .wd-icon-delete:before {
  802. content: "\e61e";
  803. }
  804. .wd-icon-download:before {
  805. content: "\e636";
  806. }
  807. .wd-icon-picture:before {
  808. content: "\e637";
  809. }
  810. .wd-icon-refresh:before {
  811. content: "\e638";
  812. }
  813. .wd-icon-read:before {
  814. content: "\e639";
  815. }
  816. .wd-icon-note:before {
  817. content: "\e63a";
  818. }
  819. .wd-icon-phone:before {
  820. content: "\e63b";
  821. }
  822. .wd-icon-lenovo:before {
  823. content: "\e63c";
  824. }
  825. .wd-icon-home:before {
  826. content: "\e63d";
  827. }
  828. .wd-icon-search:before {
  829. content: "\e63e";
  830. }
  831. .wd-icon-fill-camera:before {
  832. content: "\e63f";
  833. }
  834. .wd-icon-fill-arrow-down:before {
  835. content: "\e640";
  836. }
  837. .wd-icon-arrow-up:before {
  838. content: "\e61d";
  839. }
  840. .wd-icon-delete-thin:before {
  841. content: "\e641";
  842. }
  843. .wd-icon-filter:before {
  844. content: "\e642";
  845. }
  846. .wd-icon-evaluation:before {
  847. content: "\e643";
  848. }
  849. .wd-icon-close-outline:before {
  850. content: "\e644";
  851. }
  852. .wd-icon-dong:before {
  853. content: "\e645";
  854. }
  855. .wd-icon-error-fill:before {
  856. content: "\e646";
  857. }
  858. .wd-icon-chat:before {
  859. content: "\e647";
  860. }
  861. .wd-icon-decrease:before {
  862. content: "\e648";
  863. }
  864. .wd-icon-copy:before {
  865. content: "\e649";
  866. }
  867. .wd-icon-setting:before {
  868. content: "\e621";
  869. }
  870. .wd-icon-subscribe:before {
  871. content: "\e622";
  872. }
  873. .wd-icon-jdm:before {
  874. content: "\e620";
  875. }
  876. .wd-icon-spool:before {
  877. content: "\e623";
  878. }
  879. .wd-icon-warning:before {
  880. content: "\e624";
  881. }
  882. .wd-icon-wifi-error:before {
  883. content: "\e625";
  884. }
  885. .wd-icon-star-on:before {
  886. content: "\e626";
  887. }
  888. .wd-icon-rotate:before {
  889. content: "\e627";
  890. }
  891. .wd-icon-translate-bold:before {
  892. content: "\e628";
  893. }
  894. .wd-icon-keyboard-collapse:before {
  895. content: "\e629";
  896. }
  897. .wd-icon-keywords:before {
  898. content: "\e62a";
  899. }
  900. .wd-icon-scan:before {
  901. content: "\e62b";
  902. }
  903. .wd-icon-view:before {
  904. content: "\e62c";
  905. }
  906. .wd-icon-phone-compute:before {
  907. content: "\e62d";
  908. }
  909. .wd-icon-video:before {
  910. content: "\e62e";
  911. }
  912. .wd-icon-thin-arrow-left:before {
  913. content: "\e62f";
  914. }
  915. .wd-icon-goods:before {
  916. content: "\e630";
  917. }
  918. .wd-icon-list:before {
  919. content: "\e631";
  920. }
  921. .wd-icon-warn-bold:before {
  922. content: "\e632";
  923. }
  924. .wd-icon-more:before {
  925. content: "\e633";
  926. }