icon.wxss 878 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3244772 */
  3. src: url('//at.alicdn.com/t/font_3244772_sq4yuxqz46.woff2?t=1647243918406') format('woff2'),
  4. url('//at.alicdn.com/t/font_3244772_sq4yuxqz46.woff?t=1647243918406') format('woff'),
  5. url('//at.alicdn.com/t/font_3244772_sq4yuxqz46.ttf?t=1647243918406') 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-shenhe:before {
  15. content: "\e61d";
  16. font-size: 20px;
  17. }
  18. .icon-xiugaimima:before {
  19. content: "\e681";
  20. font-size: 22px;
  21. }
  22. .icon-ren_jiesantuandui_line:before {
  23. content: "\e844";
  24. font-size: 22px;
  25. }
  26. .icon-shangchuanzhaopian:before {
  27. content: "\eb4f";
  28. font-size: 17px;
  29. }
  30. .icon-qi:before {
  31. content: "\e61f";
  32. color: rgb(14, 176, 240);
  33. }