iconfont.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4410178 */
  3. src: url('iconfont.woff2?t=1734183808723') format('woff2'),
  4. url('iconfont.woff?t=1734183808723') format('woff'),
  5. url('iconfont.ttf?t=1734183808723') 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-filter-copy:before {
  15. content: "\e8b7";
  16. }
  17. .icon-box-copy:before {
  18. content: "\e7ba";
  19. }
  20. .icon-location-copy:before {
  21. content: "\e7b7";
  22. }
  23. .icon-qujian:before {
  24. content: "\e7b5";
  25. }
  26. .icon-web-icon-:before {
  27. content: "\e70d";
  28. }
  29. .icon-saomiao3:before {
  30. content: "\e631";
  31. }
  32. .icon-bangding:before {
  33. content: "\e615";
  34. }
  35. .icon-rukuguanli:before {
  36. content: "\e644";
  37. }
  38. .icon-order-fill:before {
  39. content: "\e7b4";
  40. }
  41. .icon-order:before {
  42. content: "\e7b3";
  43. }
  44. .icon-weigh-fill:before {
  45. content: "\e7b1";
  46. }
  47. .icon-weigh:before {
  48. content: "\e7b2";
  49. }
  50. .icon-user:before {
  51. content: "\e605";
  52. }
  53. .icon-scanfill:before {
  54. content: "\e737";
  55. }
  56. .icon-scan:before {
  57. content: "\e689";
  58. }
  59. .icon-home:before {
  60. content: "\e6b8";
  61. }
  62. .icon-homefill:before {
  63. content: "\e6bb";
  64. }
  65. .icon-peoplefill:before {
  66. content: "\e735";
  67. }
  68. .icon-people:before {
  69. content: "\e736";
  70. }