iconfont.wxss 824 B

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