iconfont.css 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 4174490 */
  4. src: url('@/static/fonts/iconfont.woff2?t=1690179849451') format('woff2'),
  5. url('@/static/fonts/iconfont.woff?t=1690179849451') format('woff'),
  6. url('@/static/fonts/iconfont.ttf?t=1690179849451') format('truetype');
  7. }
  8. .iconfont {
  9. font-family: "iconfont" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-beijingtupian:before {
  16. content: "\e833";
  17. }
  18. .icon-sudu:before {
  19. content: "\e619";
  20. }
  21. .icon-jurassic_add-user:before {
  22. content: "\e6ed";
  23. }
  24. .icon-shengyin:before {
  25. content: "\e8b8";
  26. }
  27. .icon-caogao:before {
  28. content: "\e760";
  29. }
  30. .icon-shaixuanguolv:before {
  31. content: "\e8d7";
  32. }
  33. .icon-shanchu:before {
  34. content: "\e621";
  35. }
  36. .icon-gengduo-shuxiang:before {
  37. content: "\e8c4";
  38. }
  39. .icon-chuangjian:before {
  40. content: "\e636";
  41. }