iconfont.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4628991 */
  3. src: url('http://at.alicdn.com/t/c/font_4628991_tyg2om5842o.woff2?t=1723769290987') format('woff2'),
  4. url('http://at.alicdn.com/t/c/font_4628991_tyg2om5842o.woff?t=1723769290987') format('woff'),
  5. url('http://at.alicdn.com/t/c/font_4628991_tyg2om5842o.ttf?t=1723769290987') 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-yonghu:before {
  15. content: "\e61b";
  16. }
  17. .icon-shipin-:before {
  18. content: "\e603";
  19. }
  20. .icon-dianying:before {
  21. content: "\e8ae";
  22. }
  23. .icon-yanchu:before {
  24. content: "\e602";
  25. }
  26. .icon-phone:before {
  27. content: "\e63b";
  28. }
  29. .icon-editor2:before {
  30. content: "\e62e";
  31. }
  32. .icon-user:before {
  33. content: "\e7ae";
  34. }
  35. .icon-kefu:before {
  36. content: "\ec2e";
  37. }
  38. .icon-arrow:before {
  39. content: "\e601";
  40. }
  41. .icon-search:before {
  42. content: "\e739";
  43. }
  44. .icon-cart:before {
  45. content: "\e600";
  46. }