iconfont.css 685 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @font-face {
  2. font-family: "iconfont";
  3. src: url('@/common/css/iconfont.ttf') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 16px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }
  12. .icon-xiangce:before {
  13. content: "\e7be";
  14. }
  15. .icon-zhangben:before {
  16. content: "\e604";
  17. }
  18. .icon-cricket-pitch:before {
  19. content: "\e895";
  20. }
  21. .icon-a-14-chengyuanguanli:before {
  22. content: "\e638";
  23. }
  24. .icon-weixin:before {
  25. content: "\e73b";
  26. }
  27. .icon-kaoqinchuqin:before {
  28. content: "\e8d0";
  29. }
  30. .icon-zuqiu:before {
  31. content: "\e61b";
  32. }
  33. .icon-qi:before {
  34. content: "\e61f";
  35. }