icon.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 3094003 */
  4. src: url('//at.alicdn.com/t/font_3094003_z3j0v2jnnuj.woff2?t=1640770192881') format('woff2'),
  5. url('//at.alicdn.com/t/font_3094003_z3j0v2jnnuj.woff?t=1640770192881') format('woff'),
  6. url('//at.alicdn.com/t/font_3094003_z3j0v2jnnuj.ttf?t=1640770192881') 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-dianhua:before {
  16. content: "\e8ad";
  17. }
  18. .icon-dianziyouxiang1:before {
  19. content: "\e616";
  20. }
  21. .icon-commpany:before {
  22. content: "\e611";
  23. }
  24. .icon-xingming:before {
  25. content: "\e62a";
  26. }
  27. .icon-bangongdianhua:before {
  28. content: "\e67e";
  29. }
  30. .icon-dizhi:before {
  31. content: "\e814";
  32. }
  33. .icon-quxiantongxunlu:before {
  34. content: "\e612";
  35. }
  36. .icon-bangdingweixin:before {
  37. content: "\e62b";
  38. }
  39. .icon-tuichudenglu:before {
  40. content: "\e647";
  41. }
  42. .icon-xiugaimima:before {
  43. content: "\e618";
  44. }
  45. .icon-weixin:before {
  46. content: "\e607";
  47. }
  48. .icon-mima:before {
  49. content: "\e600";
  50. }
  51. .icon-shenfenleibie:before {
  52. content: "\e64c";
  53. }