font.css 808 B

1234567891011121314151617181920212223242526272829303132
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 4707101 */
  4. src: url('//at.alicdn.com/t/c/font_4707101_ondnfy4ox5s.woff2?t=1731131201573') format('woff2'),
  5. url('//at.alicdn.com/t/c/font_4707101_ondnfy4ox5s.woff?t=1731131201573') format('woff'),
  6. url('//at.alicdn.com/t/c/font_4707101_ondnfy4ox5s.ttf?t=1731131201573') format('truetype');
  7. }
  8. .iconfont {
  9. font-family: "iconfont" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-gerenzhongxin:before {
  16. content: "\e631";
  17. }
  18. .icon-xingzhuang-zhijiaosanjiaoxing-copy:before {
  19. content: "\ec55";
  20. }
  21. .icon-youjiantou:before {
  22. content: "\e624";
  23. }
  24. .icon-zhijiao-triangle:before {
  25. content: "\e600";
  26. color: #e1e1e1;
  27. }