iconfont.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4818032 */
  3. src: url('iconfont.woff2?t=1740447040797') format('woff2'),
  4. url('iconfont.woff?t=1740447040797') format('woff'),
  5. url('iconfont.ttf?t=1740447040797') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-woderenwu:before {
  15. content: "\e649";
  16. }
  17. .icon-mrenwuliebiao:before {
  18. content: "\e690";
  19. }
  20. .icon-xitongshezhi:before {
  21. content: "\e601";
  22. }
  23. .icon-huoweika:before {
  24. content: "\e754";
  25. }
  26. .icon-sunyi:before {
  27. content: "\e6e1";
  28. }
  29. .icon-liangqingjiance:before {
  30. content: "\e7a3";
  31. }
  32. .icon-zhijiandaibanrenwu:before {
  33. content: "\e686";
  34. }
  35. .icon-churuku:before {
  36. content: "\e6e0";
  37. }
  38. .icon-shezhi:before {
  39. content: "\e62c";
  40. }
  41. .icon-cangku:before {
  42. content: "\e71f";
  43. }
  44. .icon-xuanze:before {
  45. content: "\e623";
  46. }
  47. .icon-mima:before {
  48. content: "\e7e2";
  49. }
  50. .icon-yonghu_yonghuming:before {
  51. content: "\e678";
  52. }
  53. .icon-down:before {
  54. content: "\e628";
  55. }
  56. .icon-up:before {
  57. content: "\e629";
  58. }