iconfont.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4430625 */
  3. src: url('@/static/fonts/iconfont.woff2?t=1709692507149') format('woff2'),
  4. url('@/static/fonts/iconfont.woff?t=1709692507149') format('woff'),
  5. url('@/static/fonts/iconfont.ttf?t=1709692507149') 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-owNote:before {
  15. content: "\e64a";
  16. }
  17. .icon-daichuku:before {
  18. content: "\e623";
  19. }
  20. .icon-chukudan:before {
  21. content: "\e619";
  22. }
  23. .icon-fankudengji:before {
  24. content: "\e772";
  25. }
  26. .icon-peizaizhuangche:before {
  27. content: "\e88a";
  28. }
  29. .icon-peizaizhuangche-xianxing:before {
  30. content: "\e88b";
  31. }
  32. .icon-recycling:before {
  33. content: "\e6c4";
  34. }
  35. .icon-yidaoda:before {
  36. content: "\e639";
  37. }
  38. .icon-jianchaxiang:before {
  39. content: "\e76a";
  40. }
  41. .icon-yunsonghejiaofu:before {
  42. content: "\e668";
  43. }
  44. .icon-tuihuo:before {
  45. content: "\e60f";
  46. }
  47. .icon-daiqujian:before {
  48. content: "\e6a0";
  49. }
  50. .icon-box:before {
  51. content: "\e608";
  52. }
  53. .icon-yehuaqiping:before {
  54. content: "\e814";
  55. }
  56. .icon-a-xiaoxi:before {
  57. content: "\eb3f";
  58. }
  59. .icon-shouye:before {
  60. content: "\e60c";
  61. }
  62. .icon-dingdan:before {
  63. content: "\e8ae";
  64. }
  65. .icon-saoyisao:before {
  66. content: "\e66f";
  67. }
  68. .icon-wode:before {
  69. content: "\e60e";
  70. }