iconfont.scss 886 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @font-face {
  2. font-family: iconfont; /* Project id 2667653 */
  3. src: url('iconfont.ttf?t=1694681005434') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: iconfont !important;
  7. font-size: 20px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. cursor: pointer;
  12. }
  13. .icon-yiwen::before {
  14. font-size: 15px;
  15. content: '\e693';
  16. }
  17. .icon-xiala::before {
  18. content: '\e62b';
  19. }
  20. .icon-tuichu::before {
  21. content: '\e645';
  22. }
  23. .icon-xiaoxi::before {
  24. font-size: 21.2px;
  25. content: '\e61f';
  26. }
  27. .icon-zhuti::before {
  28. font-size: 22.4px;
  29. content: '\e638';
  30. }
  31. .icon-sousuo::before {
  32. content: '\e611';
  33. }
  34. .icon-contentright::before {
  35. content: '\e8c9';
  36. }
  37. .icon-contentleft::before {
  38. content: '\e8ca';
  39. }
  40. .icon-fangda::before {
  41. content: '\e826';
  42. }
  43. .icon-suoxiao::before {
  44. content: '\e641';
  45. }
  46. .icon-zhongyingwen::before {
  47. content: '\e8cb';
  48. }