iconfont.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4559910 */
  3. src: url('@/static/fonts/iconfont.woff2?t=1718094244463') format('woff2'),
  4. url('@/static/fonts/iconfont.woff?t=1718094244463') format('woff'),
  5. url('@/static/fonts/iconfont.ttf?t=1718094244463') 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-dizhibu:before {
  15. content: "\e601";
  16. }
  17. .icon-zhankai1:before {
  18. content: "\e63c";
  19. }
  20. .icon-tianjiadingdan:before {
  21. content: "\e60a";
  22. }
  23. .icon-dingdan:before {
  24. content: "\e749";
  25. }
  26. .icon-tuichudenglu:before {
  27. content: "\e606";
  28. }
  29. .icon-shouye:before {
  30. content: "\e609";
  31. }
  32. .icon-saoyisao:before {
  33. content: "\e66f";
  34. }
  35. .icon-qianshou:before {
  36. content: "\e6dc";
  37. }
  38. .icon-wode:before {
  39. content: "\e60e";
  40. }
  41. .icon-yiquxiao:before {
  42. content: "\e616";
  43. }
  44. .icon-yisongda:before {
  45. content: "\e607";
  46. }
  47. .icon-delivery:before {
  48. content: "\e83e";
  49. }
  50. .icon-cancel:before {
  51. content: "\e62e";
  52. }