You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

iconfont.css 923B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4790103 */
  3. src: url('iconfont.woff2?t=1735227852987') format('woff2'),
  4. url('iconfont.woff?t=1735227852987') format('woff'),
  5. url('iconfont.ttf?t=1735227852987') 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-youjian:before {
  15. content: "\e804";
  16. }
  17. .icon-dianhua:before {
  18. content: "\e67b";
  19. }
  20. .icon-right:before {
  21. content: "\e708";
  22. }
  23. .icon-left:before {
  24. content: "\e709";
  25. }
  26. .icon-arrow-right:before {
  27. content: "\e601";
  28. }
  29. .icon-weixin:before {
  30. content: "\e707";
  31. }
  32. .icon-jiantou:before {
  33. content: "\e63a";
  34. }
  35. .icon-guanbi:before {
  36. content: "\e676";
  37. }
  38. .icon-xiazai:before {
  39. content: "\e62e";
  40. }
  41. .icon-xiala:before {
  42. content: "\e60d";
  43. }
  44. .icon-search:before {
  45. content: "\e602";
  46. }