iconfont.css 551 B

123456789101112131415161718192021222324252627282930
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 2654922 */
  3. src: url('https://at.alicdn.com/t/font_2654922_6dv34nmmobp.ttf?t=1630289804999') 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-xuanzhongkuang:before {
  13. content: "\e60f";
  14. }
  15. .icon-xiajiang:before {
  16. content: "\e60e";
  17. }
  18. .icon-shangsheng:before {
  19. content: "\e60d";
  20. }
  21. .icon-huodongshujutaizhang:before {
  22. content: "\e604";
  23. }