iconfont.css 754 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1706800377107') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 16px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }
  12. .icon-xiaoxileixing-banbenyuqi:before {
  13. content: "\e619";
  14. }
  15. .icon-dongmami-xitongtongxunlu:before {
  16. content: "\e608";
  17. }
  18. .icon-hetong:before {
  19. content: "\e62e";
  20. }
  21. .icon-qingkuanguanli:before {
  22. content: "\e73e";
  23. }
  24. .icon-shujutongji3:before {
  25. content: "\f179";
  26. }
  27. .icon-yuqizhangkuan:before {
  28. content: "\e69f";
  29. }
  30. .icon-yuqi:before {
  31. content: "\e604";
  32. }
  33. .icon-yiyuqi:before {
  34. content: "\e651";
  35. }
  36. .icon-yuqi1:before {
  37. content: "\e6f0";
  38. }