iconfont.css 664 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 4636045 */
  4. src: url('/static/font/iconfont.ttf?t=1722234699227') format('truetype');
  5. }
  6. .iconfont {
  7. font-family: "iconfont" !important;
  8. font-size: 16px;
  9. font-style: normal;
  10. -webkit-font-smoothing: antialiased;
  11. -moz-osx-font-smoothing: grayscale;
  12. }
  13. .icon-gouwu:before {
  14. content: "\e7ed";
  15. }
  16. .icon-zhishiku:before {
  17. content: "\e684";
  18. }
  19. .icon-tubiao_-:before {
  20. content: "\e6ff";
  21. }
  22. .icon-wifi:before {
  23. content: "\ec81";
  24. }
  25. .icon-yunzhineng:before {
  26. content: "\e696";
  27. }
  28. .icon-jiaotong:before {
  29. content: "\e634";
  30. }
  31. .icon-gongyuan:before {
  32. content: "\e617";
  33. }