font-icon.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3674157 */
  3. /* Color fonts */
  4. src:
  5. url('//at.alicdn.com/t/c/font_3674157_9pin6i3kqr8.woff2?t=1664261708242') format('woff2'),
  6. url('//at.alicdn.com/t/c/font_3674157_9pin6i3kqr8.woff?t=1664261708242') format('woff'),
  7. url('//at.alicdn.com/t/c/font_3674157_9pin6i3kqr8.ttf?t=1664261708242') format('truetype');
  8. }
  9. .iconfont {
  10. font-family: "iconfont" !important;
  11. font-size: 16px;
  12. font-style: normal;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. }
  16. .icon-del:before {
  17. content: "\e616";
  18. }
  19. .icon-fanhuidingbu:before {
  20. content: "\e713";
  21. }
  22. .icon-gouwuche:before {
  23. content: "\e628";
  24. }
  25. .icon-dayufuhao:before {
  26. content: "\e62b";
  27. }
  28. .icon-daifahuo:before {
  29. content: "\e600";
  30. }
  31. .icon-daifukuan:before {
  32. content: "\e601";
  33. }
  34. .icon-shouhoufuwuicon:before {
  35. content: "\e633";
  36. }
  37. .icon-geren2:before {
  38. content: "\e6bc";
  39. }
  40. .icon-daishouhuo:before {
  41. content: "\e612";
  42. }
  43. .icon-daipinglun:before {
  44. content: "\e602";
  45. }