icon.wxss 898 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. margin-top: 10px;
  22. }
  23. .icon-ren_jiesantuandui_line:before {
  24. content: "\e844";
  25. font-size: 22px;
  26. }
  27. .icon-shangchuanzhaopian:before {
  28. content: "\eb4f";
  29. font-size: 17px;
  30. }
  31. .icon-qi:before {
  32. content: "\e61f";
  33. color: rgb(14, 176, 240);
  34. }