icon.scss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  1. @import "common/var";
  2. @font-face {
  3. font-family: 'element-icons';
  4. src: url('#{$--font-path}/element-icons.woff') format('woff'), /* chrome, firefox */
  5. url('#{$--font-path}/element-icons.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  6. font-weight: normal;
  7. font-display: $--font-display;
  8. font-style: normal;
  9. }
  10. [class^="el-icon-"], [class*=" el-icon-"] {
  11. /* use !important to prevent issues with browser extensions that change fonts */
  12. font-family: 'element-icons' !important;
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. vertical-align: baseline;
  20. display: inline-block;
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .el-icon-ice-cream-round:before {
  26. content: "\e6a0";
  27. }
  28. .el-icon-ice-cream-square:before {
  29. content: "\e6a3";
  30. }
  31. .el-icon-lollipop:before {
  32. content: "\e6a4";
  33. }
  34. .el-icon-potato-strips:before {
  35. content: "\e6a5";
  36. }
  37. .el-icon-milk-tea:before {
  38. content: "\e6a6";
  39. }
  40. .el-icon-ice-drink:before {
  41. content: "\e6a7";
  42. }
  43. .el-icon-ice-tea:before {
  44. content: "\e6a9";
  45. }
  46. .el-icon-coffee:before {
  47. content: "\e6aa";
  48. }
  49. .el-icon-orange:before {
  50. content: "\e6ab";
  51. }
  52. .el-icon-pear:before {
  53. content: "\e6ac";
  54. }
  55. .el-icon-apple:before {
  56. content: "\e6ad";
  57. }
  58. .el-icon-cherry:before {
  59. content: "\e6ae";
  60. }
  61. .el-icon-watermelon:before {
  62. content: "\e6af";
  63. }
  64. .el-icon-grape:before {
  65. content: "\e6b0";
  66. }
  67. .el-icon-refrigerator:before {
  68. content: "\e6b1";
  69. }
  70. .el-icon-goblet-square-full:before {
  71. content: "\e6b2";
  72. }
  73. .el-icon-goblet-square:before {
  74. content: "\e6b3";
  75. }
  76. .el-icon-goblet-full:before {
  77. content: "\e6b4";
  78. }
  79. .el-icon-goblet:before {
  80. content: "\e6b5";
  81. }
  82. .el-icon-cold-drink:before {
  83. content: "\e6b6";
  84. }
  85. .el-icon-coffee-cup:before {
  86. content: "\e6b8";
  87. }
  88. .el-icon-water-cup:before {
  89. content: "\e6b9";
  90. }
  91. .el-icon-hot-water:before {
  92. content: "\e6ba";
  93. }
  94. .el-icon-ice-cream:before {
  95. content: "\e6bb";
  96. }
  97. .el-icon-dessert:before {
  98. content: "\e6bc";
  99. }
  100. .el-icon-sugar:before {
  101. content: "\e6bd";
  102. }
  103. .el-icon-tableware:before {
  104. content: "\e6be";
  105. }
  106. .el-icon-burger:before {
  107. content: "\e6bf";
  108. }
  109. .el-icon-knife-fork:before {
  110. content: "\e6c1";
  111. }
  112. .el-icon-fork-spoon:before {
  113. content: "\e6c2";
  114. }
  115. .el-icon-chicken:before {
  116. content: "\e6c3";
  117. }
  118. .el-icon-food:before {
  119. content: "\e6c4";
  120. }
  121. .el-icon-dish-1:before {
  122. content: "\e6c5";
  123. }
  124. .el-icon-dish:before {
  125. content: "\e6c6";
  126. }
  127. .el-icon-moon-night:before {
  128. content: "\e6ee";
  129. }
  130. .el-icon-moon:before {
  131. content: "\e6f0";
  132. }
  133. .el-icon-cloudy-and-sunny:before {
  134. content: "\e6f1";
  135. }
  136. .el-icon-partly-cloudy:before {
  137. content: "\e6f2";
  138. }
  139. .el-icon-cloudy:before {
  140. content: "\e6f3";
  141. }
  142. .el-icon-sunny:before {
  143. content: "\e6f6";
  144. }
  145. .el-icon-sunset:before {
  146. content: "\e6f7";
  147. }
  148. .el-icon-sunrise-1:before {
  149. content: "\e6f8";
  150. }
  151. .el-icon-sunrise:before {
  152. content: "\e6f9";
  153. }
  154. .el-icon-heavy-rain:before {
  155. content: "\e6fa";
  156. }
  157. .el-icon-lightning:before {
  158. content: "\e6fb";
  159. }
  160. .el-icon-light-rain:before {
  161. content: "\e6fc";
  162. }
  163. .el-icon-wind-power:before {
  164. content: "\e6fd";
  165. }
  166. .el-icon-baseball:before {
  167. content: "\e712";
  168. }
  169. .el-icon-soccer:before {
  170. content: "\e713";
  171. }
  172. .el-icon-football:before {
  173. content: "\e715";
  174. }
  175. .el-icon-basketball:before {
  176. content: "\e716";
  177. }
  178. .el-icon-ship:before {
  179. content: "\e73f";
  180. }
  181. .el-icon-truck:before {
  182. content: "\e740";
  183. }
  184. .el-icon-bicycle:before {
  185. content: "\e741";
  186. }
  187. .el-icon-mobile-phone:before {
  188. content: "\e6d3";
  189. }
  190. .el-icon-service:before {
  191. content: "\e6d4";
  192. }
  193. .el-icon-key:before {
  194. content: "\e6e2";
  195. }
  196. .el-icon-unlock:before {
  197. content: "\e6e4";
  198. }
  199. .el-icon-lock:before {
  200. content: "\e6e5";
  201. }
  202. .el-icon-watch:before {
  203. content: "\e6fe";
  204. }
  205. .el-icon-watch-1:before {
  206. content: "\e6ff";
  207. }
  208. .el-icon-timer:before {
  209. content: "\e702";
  210. }
  211. .el-icon-alarm-clock:before {
  212. content: "\e703";
  213. }
  214. .el-icon-map-location:before {
  215. content: "\e704";
  216. }
  217. .el-icon-delete-location:before {
  218. content: "\e705";
  219. }
  220. .el-icon-add-location:before {
  221. content: "\e706";
  222. }
  223. .el-icon-location-information:before {
  224. content: "\e707";
  225. }
  226. .el-icon-location-outline:before {
  227. content: "\e708";
  228. }
  229. .el-icon-location:before {
  230. content: "\e79e";
  231. }
  232. .el-icon-place:before {
  233. content: "\e709";
  234. }
  235. .el-icon-discover:before {
  236. content: "\e70a";
  237. }
  238. .el-icon-first-aid-kit:before {
  239. content: "\e70b";
  240. }
  241. .el-icon-trophy-1:before {
  242. content: "\e70c";
  243. }
  244. .el-icon-trophy:before {
  245. content: "\e70d";
  246. }
  247. .el-icon-medal:before {
  248. content: "\e70e";
  249. }
  250. .el-icon-medal-1:before {
  251. content: "\e70f";
  252. }
  253. .el-icon-stopwatch:before {
  254. content: "\e710";
  255. }
  256. .el-icon-mic:before {
  257. content: "\e711";
  258. }
  259. .el-icon-copy-document:before {
  260. content: "\e718";
  261. }
  262. .el-icon-full-screen:before {
  263. content: "\e719";
  264. }
  265. .el-icon-switch-button:before {
  266. content: "\e71b";
  267. }
  268. .el-icon-aim:before {
  269. content: "\e71c";
  270. }
  271. .el-icon-crop:before {
  272. content: "\e71d";
  273. }
  274. .el-icon-odometer:before {
  275. content: "\e71e";
  276. }
  277. .el-icon-time:before {
  278. content: "\e71f";
  279. }
  280. .el-icon-bangzhu:before {
  281. content: "\e724";
  282. }
  283. .el-icon-close-notification:before {
  284. content: "\e726";
  285. }
  286. .el-icon-microphone:before {
  287. content: "\e727";
  288. }
  289. .el-icon-turn-off-microphone:before {
  290. content: "\e728";
  291. }
  292. .el-icon-position:before {
  293. content: "\e729";
  294. }
  295. .el-icon-postcard:before {
  296. content: "\e72a";
  297. }
  298. .el-icon-message:before {
  299. content: "\e72b";
  300. }
  301. .el-icon-chat-line-square:before {
  302. content: "\e72d";
  303. }
  304. .el-icon-chat-dot-square:before {
  305. content: "\e72e";
  306. }
  307. .el-icon-chat-dot-round:before {
  308. content: "\e72f";
  309. }
  310. .el-icon-chat-square:before {
  311. content: "\e730";
  312. }
  313. .el-icon-chat-line-round:before {
  314. content: "\e731";
  315. }
  316. .el-icon-chat-round:before {
  317. content: "\e732";
  318. }
  319. .el-icon-set-up:before {
  320. content: "\e733";
  321. }
  322. .el-icon-turn-off:before {
  323. content: "\e734";
  324. }
  325. .el-icon-open:before {
  326. content: "\e735";
  327. }
  328. .el-icon-connection:before {
  329. content: "\e736";
  330. }
  331. .el-icon-link:before {
  332. content: "\e737";
  333. }
  334. .el-icon-cpu:before {
  335. content: "\e738";
  336. }
  337. .el-icon-thumb:before {
  338. content: "\e739";
  339. }
  340. .el-icon-female:before {
  341. content: "\e73a";
  342. }
  343. .el-icon-male:before {
  344. content: "\e73b";
  345. }
  346. .el-icon-guide:before {
  347. content: "\e73c";
  348. }
  349. .el-icon-news:before {
  350. content: "\e73e";
  351. }
  352. .el-icon-price-tag:before {
  353. content: "\e744";
  354. }
  355. .el-icon-discount:before {
  356. content: "\e745";
  357. }
  358. .el-icon-wallet:before {
  359. content: "\e747";
  360. }
  361. .el-icon-coin:before {
  362. content: "\e748";
  363. }
  364. .el-icon-money:before {
  365. content: "\e749";
  366. }
  367. .el-icon-bank-card:before {
  368. content: "\e74a";
  369. }
  370. .el-icon-box:before {
  371. content: "\e74b";
  372. }
  373. .el-icon-present:before {
  374. content: "\e74c";
  375. }
  376. .el-icon-sell:before {
  377. content: "\e6d5";
  378. }
  379. .el-icon-sold-out:before {
  380. content: "\e6d6";
  381. }
  382. .el-icon-shopping-bag-2:before {
  383. content: "\e74d";
  384. }
  385. .el-icon-shopping-bag-1:before {
  386. content: "\e74e";
  387. }
  388. .el-icon-shopping-cart-2:before {
  389. content: "\e74f";
  390. }
  391. .el-icon-shopping-cart-1:before {
  392. content: "\e750";
  393. }
  394. .el-icon-shopping-cart-full:before {
  395. content: "\e751";
  396. }
  397. .el-icon-smoking:before {
  398. content: "\e752";
  399. }
  400. .el-icon-no-smoking:before {
  401. content: "\e753";
  402. }
  403. .el-icon-house:before {
  404. content: "\e754";
  405. }
  406. .el-icon-table-lamp:before {
  407. content: "\e755";
  408. }
  409. .el-icon-school:before {
  410. content: "\e756";
  411. }
  412. .el-icon-office-building:before {
  413. content: "\e757";
  414. }
  415. .el-icon-toilet-paper:before {
  416. content: "\e758";
  417. }
  418. .el-icon-notebook-2:before {
  419. content: "\e759";
  420. }
  421. .el-icon-notebook-1:before {
  422. content: "\e75a";
  423. }
  424. .el-icon-files:before {
  425. content: "\e75b";
  426. }
  427. .el-icon-collection:before {
  428. content: "\e75c";
  429. }
  430. .el-icon-receiving:before {
  431. content: "\e75d";
  432. }
  433. .el-icon-suitcase-1:before {
  434. content: "\e760";
  435. }
  436. .el-icon-suitcase:before {
  437. content: "\e761";
  438. }
  439. .el-icon-film:before {
  440. content: "\e763";
  441. }
  442. .el-icon-collection-tag:before {
  443. content: "\e765";
  444. }
  445. .el-icon-data-analysis:before {
  446. content: "\e766";
  447. }
  448. .el-icon-pie-chart:before {
  449. content: "\e767";
  450. }
  451. .el-icon-data-board:before {
  452. content: "\e768";
  453. }
  454. .el-icon-data-line:before {
  455. content: "\e76d";
  456. }
  457. .el-icon-reading:before {
  458. content: "\e769";
  459. }
  460. .el-icon-magic-stick:before {
  461. content: "\e76a";
  462. }
  463. .el-icon-coordinate:before {
  464. content: "\e76b";
  465. }
  466. .el-icon-mouse:before {
  467. content: "\e76c";
  468. }
  469. .el-icon-brush:before {
  470. content: "\e76e";
  471. }
  472. .el-icon-headset:before {
  473. content: "\e76f";
  474. }
  475. .el-icon-umbrella:before {
  476. content: "\e770";
  477. }
  478. .el-icon-scissors:before {
  479. content: "\e771";
  480. }
  481. .el-icon-mobile:before {
  482. content: "\e773";
  483. }
  484. .el-icon-attract:before {
  485. content: "\e774";
  486. }
  487. .el-icon-monitor:before {
  488. content: "\e775";
  489. }
  490. .el-icon-search:before {
  491. content: "\e778";
  492. }
  493. .el-icon-takeaway-box:before {
  494. content: "\e77a";
  495. }
  496. .el-icon-paperclip:before {
  497. content: "\e77d";
  498. }
  499. .el-icon-printer:before {
  500. content: "\e77e";
  501. }
  502. .el-icon-document-add:before {
  503. content: "\e782";
  504. }
  505. .el-icon-document:before {
  506. content: "\e785";
  507. }
  508. .el-icon-document-checked:before {
  509. content: "\e786";
  510. }
  511. .el-icon-document-copy:before {
  512. content: "\e787";
  513. }
  514. .el-icon-document-delete:before {
  515. content: "\e788";
  516. }
  517. .el-icon-document-remove:before {
  518. content: "\e789";
  519. }
  520. .el-icon-tickets:before {
  521. content: "\e78b";
  522. }
  523. .el-icon-folder-checked:before {
  524. content: "\e77f";
  525. }
  526. .el-icon-folder-delete:before {
  527. content: "\e780";
  528. }
  529. .el-icon-folder-remove:before {
  530. content: "\e781";
  531. }
  532. .el-icon-folder-add:before {
  533. content: "\e783";
  534. }
  535. .el-icon-folder-opened:before {
  536. content: "\e784";
  537. }
  538. .el-icon-folder:before {
  539. content: "\e78a";
  540. }
  541. .el-icon-edit-outline:before {
  542. content: "\e764";
  543. }
  544. .el-icon-edit:before {
  545. content: "\e78c";
  546. }
  547. .el-icon-date:before {
  548. content: "\e78e";
  549. }
  550. .el-icon-c-scale-to-original:before {
  551. content: "\e7c6";
  552. }
  553. .el-icon-view:before {
  554. content: "\e6ce";
  555. }
  556. .el-icon-loading:before {
  557. content: "\e6cf";
  558. }
  559. .el-icon-rank:before {
  560. content: "\e6d1";
  561. }
  562. .el-icon-sort-down:before {
  563. content: "\e7c4";
  564. }
  565. .el-icon-sort-up:before {
  566. content: "\e7c5";
  567. }
  568. .el-icon-sort:before {
  569. content: "\e6d2";
  570. }
  571. .el-icon-finished:before {
  572. content: "\e6cd";
  573. }
  574. .el-icon-refresh-left:before {
  575. content: "\e6c7";
  576. }
  577. .el-icon-refresh-right:before {
  578. content: "\e6c8";
  579. }
  580. .el-icon-refresh:before {
  581. content: "\e6d0";
  582. }
  583. .el-icon-video-play:before {
  584. content: "\e7c0";
  585. }
  586. .el-icon-video-pause:before {
  587. content: "\e7c1";
  588. }
  589. .el-icon-d-arrow-right:before {
  590. content: "\e6dc";
  591. }
  592. .el-icon-d-arrow-left:before {
  593. content: "\e6dd";
  594. }
  595. .el-icon-arrow-up:before {
  596. content: "\e6e1";
  597. }
  598. .el-icon-arrow-down:before {
  599. content: "\e6df";
  600. }
  601. .el-icon-arrow-right:before {
  602. content: "\e6e0";
  603. }
  604. .el-icon-arrow-left:before {
  605. content: "\e6de";
  606. }
  607. .el-icon-top-right:before {
  608. content: "\e6e7";
  609. }
  610. .el-icon-top-left:before {
  611. content: "\e6e8";
  612. }
  613. .el-icon-top:before {
  614. content: "\e6e6";
  615. }
  616. .el-icon-bottom:before {
  617. content: "\e6eb";
  618. }
  619. .el-icon-right:before {
  620. content: "\e6e9";
  621. }
  622. .el-icon-back:before {
  623. content: "\e6ea";
  624. }
  625. .el-icon-bottom-right:before {
  626. content: "\e6ec";
  627. }
  628. .el-icon-bottom-left:before {
  629. content: "\e6ed";
  630. }
  631. .el-icon-caret-top:before {
  632. content: "\e78f";
  633. }
  634. .el-icon-caret-bottom:before {
  635. content: "\e790";
  636. }
  637. .el-icon-caret-right:before {
  638. content: "\e791";
  639. }
  640. .el-icon-caret-left:before {
  641. content: "\e792";
  642. }
  643. .el-icon-d-caret:before {
  644. content: "\e79a";
  645. }
  646. .el-icon-share:before {
  647. content: "\e793";
  648. }
  649. .el-icon-menu:before {
  650. content: "\e798";
  651. }
  652. .el-icon-s-grid:before {
  653. content: "\e7a6";
  654. }
  655. .el-icon-s-check:before {
  656. content: "\e7a7";
  657. }
  658. .el-icon-s-data:before {
  659. content: "\e7a8";
  660. }
  661. .el-icon-s-opportunity:before {
  662. content: "\e7aa";
  663. }
  664. .el-icon-s-custom:before {
  665. content: "\e7ab";
  666. }
  667. .el-icon-s-claim:before {
  668. content: "\e7ad";
  669. }
  670. .el-icon-s-finance:before {
  671. content: "\e7ae";
  672. }
  673. .el-icon-s-comment:before {
  674. content: "\e7af";
  675. }
  676. .el-icon-s-flag:before {
  677. content: "\e7b0";
  678. }
  679. .el-icon-s-marketing:before {
  680. content: "\e7b1";
  681. }
  682. .el-icon-s-shop:before {
  683. content: "\e7b4";
  684. }
  685. .el-icon-s-open:before {
  686. content: "\e7b5";
  687. }
  688. .el-icon-s-management:before {
  689. content: "\e7b6";
  690. }
  691. .el-icon-s-ticket:before {
  692. content: "\e7b7";
  693. }
  694. .el-icon-s-release:before {
  695. content: "\e7b8";
  696. }
  697. .el-icon-s-home:before {
  698. content: "\e7b9";
  699. }
  700. .el-icon-s-promotion:before {
  701. content: "\e7ba";
  702. }
  703. .el-icon-s-operation:before {
  704. content: "\e7bb";
  705. }
  706. .el-icon-s-unfold:before {
  707. content: "\e7bc";
  708. }
  709. .el-icon-s-fold:before {
  710. content: "\e7a9";
  711. }
  712. .el-icon-s-platform:before {
  713. content: "\e7bd";
  714. }
  715. .el-icon-s-order:before {
  716. content: "\e7be";
  717. }
  718. .el-icon-s-cooperation:before {
  719. content: "\e7bf";
  720. }
  721. .el-icon-bell:before {
  722. content: "\e725";
  723. }
  724. .el-icon-message-solid:before {
  725. content: "\e799";
  726. }
  727. .el-icon-video-camera:before {
  728. content: "\e772";
  729. }
  730. .el-icon-video-camera-solid:before {
  731. content: "\e796";
  732. }
  733. .el-icon-camera:before {
  734. content: "\e779";
  735. }
  736. .el-icon-camera-solid:before {
  737. content: "\e79b";
  738. }
  739. .el-icon-download:before {
  740. content: "\e77c";
  741. }
  742. .el-icon-upload2:before {
  743. content: "\e77b";
  744. }
  745. .el-icon-upload:before {
  746. content: "\e7c3";
  747. }
  748. .el-icon-picture-outline-round:before {
  749. content: "\e75f";
  750. }
  751. .el-icon-picture-outline:before {
  752. content: "\e75e";
  753. }
  754. .el-icon-picture:before {
  755. content: "\e79f";
  756. }
  757. .el-icon-close:before {
  758. content: "\e6db";
  759. }
  760. .el-icon-check:before {
  761. content: "\e6da";
  762. }
  763. .el-icon-plus:before {
  764. content: "\e6d9";
  765. }
  766. .el-icon-minus:before {
  767. content: "\e6d8";
  768. }
  769. .el-icon-help:before {
  770. content: "\e73d";
  771. }
  772. .el-icon-s-help:before {
  773. content: "\e7b3";
  774. }
  775. .el-icon-circle-close:before {
  776. content: "\e78d";
  777. }
  778. .el-icon-circle-check:before {
  779. content: "\e720";
  780. }
  781. .el-icon-circle-plus-outline:before {
  782. content: "\e723";
  783. }
  784. .el-icon-remove-outline:before {
  785. content: "\e722";
  786. }
  787. .el-icon-zoom-out:before {
  788. content: "\e776";
  789. }
  790. .el-icon-zoom-in:before {
  791. content: "\e777";
  792. }
  793. .el-icon-error:before {
  794. content: "\e79d";
  795. }
  796. .el-icon-success:before {
  797. content: "\e79c";
  798. }
  799. .el-icon-circle-plus:before {
  800. content: "\e7a0";
  801. }
  802. .el-icon-remove:before {
  803. content: "\e7a2";
  804. }
  805. .el-icon-info:before {
  806. content: "\e7a1";
  807. }
  808. .el-icon-question:before {
  809. content: "\e7a4";
  810. }
  811. .el-icon-warning-outline:before {
  812. content: "\e6c9";
  813. }
  814. .el-icon-warning:before {
  815. content: "\e7a3";
  816. }
  817. .el-icon-goods:before {
  818. content: "\e7c2";
  819. }
  820. .el-icon-s-goods:before {
  821. content: "\e7b2";
  822. }
  823. .el-icon-star-off:before {
  824. content: "\e717";
  825. }
  826. .el-icon-star-on:before {
  827. content: "\e797";
  828. }
  829. .el-icon-more-outline:before {
  830. content: "\e6cc";
  831. }
  832. .el-icon-more:before {
  833. content: "\e794";
  834. }
  835. .el-icon-phone-outline:before {
  836. content: "\e6cb";
  837. }
  838. .el-icon-phone:before {
  839. content: "\e795";
  840. }
  841. .el-icon-user:before {
  842. content: "\e6e3";
  843. }
  844. .el-icon-user-solid:before {
  845. content: "\e7a5";
  846. }
  847. .el-icon-setting:before {
  848. content: "\e6ca";
  849. }
  850. .el-icon-s-tools:before {
  851. content: "\e7ac";
  852. }
  853. .el-icon-delete:before {
  854. content: "\e6d7";
  855. }
  856. .el-icon-delete-solid:before {
  857. content: "\e7c9";
  858. }
  859. .el-icon-eleme:before {
  860. content: "\e7c7";
  861. }
  862. .el-icon-platform-eleme:before {
  863. content: "\e7ca";
  864. }
  865. .el-icon-loading {
  866. animation: rotating 2s linear infinite;
  867. }
  868. .el-icon--right {
  869. margin-left: 5px;
  870. }
  871. .el-icon--left {
  872. margin-right: 5px;
  873. }
  874. @keyframes rotating {
  875. 0% {
  876. transform: rotateZ(0deg);
  877. }
  878. 100% {
  879. transform: rotateZ(360deg);
  880. }
  881. }