iconfont.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 2910848 */
  3. src: url('iconfont.woff2?t=1635908688192') format('woff2'),
  4. url('iconfont.woff?t=1635908688192') format('woff'),
  5. url('iconfont.ttf?t=1635908688192') 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-rili:before {
  15. content: "\e624";
  16. }
  17. .icon-chaxun:before {
  18. content: "\e623";
  19. }
  20. .icon-youjiantou:before {
  21. content: "\e620";
  22. }
  23. .icon-zhongzhi:before {
  24. content: "\e621";
  25. }
  26. .icon-zuojiantou:before {
  27. content: "\e622";
  28. }
  29. .icon-error:before {
  30. content: "\e61f";
  31. }
  32. .icon-wodeshanchu:before {
  33. content: "\e61d";
  34. }
  35. .icon-daoru:before {
  36. content: "\e61c";
  37. }
  38. .icon-daochu:before {
  39. content: "\e61e";
  40. }
  41. .icon-xitong:before {
  42. content: "\e61b";
  43. }
  44. .icon-jichushuju:before {
  45. content: "\e61a";
  46. }
  47. .icon-anquangongju:before {
  48. content: "\e619";
  49. }
  50. .icon-jiechuwang:before {
  51. content: "\e616";
  52. }
  53. .icon-shouye:before {
  54. content: "\e615";
  55. }