iconfont.wxss 931 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3570109 */
  3. src: url('//at.alicdn.com/t/c/font_3570109_rigge48t9h.woff2?t=1660293904905') format('woff2'),
  4. url('//at.alicdn.com/t/c/font_3570109_rigge48t9h.woff?t=1660293904905') format('woff'),
  5. url('//at.alicdn.com/t/c/font_3570109_rigge48t9h.ttf?t=1660293904905') 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-xuanze:before {
  15. content: "\e63d";
  16. }
  17. .icon-xuanze1:before {
  18. content: "\e611";
  19. }
  20. .icon-sousuo:before {
  21. content: "\e651";
  22. }
  23. .icon-quxiao:before {
  24. content: "\e60f";
  25. }
  26. .icon-shanchu:before {
  27. content: "\ec7b";
  28. }
  29. .icon-xiangxia:before {
  30. content: "\e612";
  31. }
  32. .icon-tupian:before {
  33. content: "\e607";
  34. }