iconfont.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 2399990 */
  3. src: url('iconfont.woff2?t=1635478222086') format('woff2'),
  4. url('iconfont.woff?t=1635478222086') format('woff'),
  5. url('iconfont.ttf?t=1635478222086') 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-weixin1:before {
  15. content: "\e637";
  16. }
  17. .icon-weixin2:before {
  18. content: "\e607";
  19. }
  20. .icon-YUAN:before {
  21. content: "\e785";
  22. }
  23. .icon-comment:before {
  24. content: "\e8e8";
  25. }
  26. .icon-weixin:before {
  27. content: "\e8bb";
  28. }
  29. .icon-icon_order:before {
  30. content: "\e64e";
  31. }
  32. .icon-shouhou:before {
  33. content: "\e64b";
  34. }
  35. .icon-peisong:before {
  36. content: "\e64c";
  37. }
  38. .icon-fuwu:before {
  39. content: "\e64d";
  40. }
  41. .icon-ziying:before {
  42. content: "\e64a";
  43. }
  44. .icon-zhengpin:before {
  45. content: "\e648";
  46. }
  47. .icon-top:before {
  48. content: "\e646";
  49. }
  50. .icon-coupons:before {
  51. content: "\e74a";
  52. }
  53. .icon-service:before {
  54. content: "\e764";
  55. }
  56. .icon-survey:before {
  57. content: "\e767";
  58. }
  59. .icon-collection:before {
  60. content: "\e79d";
  61. }
  62. .icon-cart-Empty:before {
  63. content: "\e7b2";
  64. }