iconfont.css 900 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3882322 */
  3. src: url('iconfont.woff2?t=1676892176164') format('woff2'),
  4. url('iconfont.woff?t=1676892176164') format('woff'),
  5. url('iconfont.ttf?t=1676892176164') 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-xiaoxizhongxin:before {
  15. content: "\e665";
  16. }
  17. .icon-xitongshezhi:before {
  18. content: "\e7ba";
  19. }
  20. .icon-caozuorizhi:before {
  21. content: "\e611";
  22. }
  23. .icon-guanlidenglurizhi:before {
  24. content: "\ea45";
  25. }
  26. .icon-rizhi:before {
  27. content: "\e60c";
  28. }
  29. .icon-system:before {
  30. content: "\e684";
  31. }
  32. .icon-Area:before {
  33. content: "\eaa2";
  34. }
  35. .icon-file:before {
  36. content: "\e671";
  37. }
  38. .icon-dict:before {
  39. content: "\e626";
  40. }
  41. .icon-configure:before {
  42. content: "\e733";
  43. }