iconfont.css 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4468098 */
  3. src: url('@/static/fonts/iconfont.woff2?t=1710482534145') format('woff2'),
  4. url('@/static/fonts/iconfont.woff?t=1710482534145') format('woff'),
  5. url('@/static/fonts/iconfont.ttf?t=1710482534145') 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-morentouxiang:before {
  15. content: "\e822";
  16. }
  17. .icon-shouye:before {
  18. content: "\e609";
  19. }
  20. .icon-dingdan:before {
  21. content: "\e8ae";
  22. }
  23. .icon-saoyisao:before {
  24. content: "\e66f";
  25. }
  26. .icon-wode:before {
  27. content: "\e60e";
  28. }
  29. .icon-a-xiaoxi:before {
  30. content: "\eb3f";
  31. }
  32. .icon-saomachaxun:before {
  33. content: "\e6e6";
  34. }
  35. .icon-lpg:before {
  36. content: "\e60c";
  37. }