icon.wxss 972 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 4108322 */
  4. src: url('https://at.alicdn.com/t/c/font_4108322_vug2q9jhqf.woff2?t=1686122696678') format('woff2'),
  5. url('https://at.alicdn.com/t/c/font_4108322_vug2q9jhqf.woff?t=1686122696678') format('woff'),
  6. url('https://at.alicdn.com/t/c/font_4108322_vug2q9jhqf.ttf?t=1686122696678') format('truetype');
  7. }
  8. .iconfont {
  9. font-family: "iconfont" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-youjiantou-copy:before {
  16. content: "\e654";
  17. }
  18. .icon-zhanghaoguanli:before {
  19. content: "\e80a";
  20. }
  21. .icon-xiugaimima:before {
  22. content: "\e66f";
  23. }
  24. .icon-tuandui:before {
  25. content: "\e68c";
  26. }
  27. .icon-bisai:before {
  28. content: "\e644";
  29. }
  30. .icon-jibenxinxi:before {
  31. content: "\e67c";
  32. }
  33. .icon-tuichudenglu:before {
  34. content: "\e70b";
  35. }
  36. .icon-bisai1:before {
  37. content: "\e60f";
  38. }