icon.css 725 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @font-face {
  2. font-family: zicon;
  3. font-weight: normal;
  4. font-style: normal;
  5. /* src:url('https://at.alicdn.com/t/font_2032652_g189q6e704s.ttf') format('truetype'); */
  6. src:url('https://at.alicdn.com/t/font_3263746_4k45o1671tt.ttf?t=1647841376589') format('truetype');
  7. }
  8. .zicon {
  9. font-family: "zicon" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. vertical-align: middle;
  15. }
  16. .zicon-xuanze1:before{
  17. content: "\e633";
  18. }
  19. .zicon-weixin:before{
  20. content: "\e659";
  21. }
  22. .zicon-xuanze:before{
  23. content: "\e656";
  24. }
  25. .zicon-tishi:before{
  26. content: "\e631";
  27. }
  28. .zicon-youjiantou:before{
  29. content: "\e608";
  30. }
  31. .zicon-alipay:before{
  32. content: "\e618";
  33. }