icon.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3244772 */
  3. src: url('//at.alicdn.com/t/font_3244772_9toijx5qznp.woff2?t=1647420224492') format('woff2'),
  4. url('//at.alicdn.com/t/font_3244772_9toijx5qznp.woff?t=1647420224492') format('woff'),
  5. url('//at.alicdn.com/t/font_3244772_9toijx5qznp.ttf?t=1647420224492') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-C1:before {
  15. content: "\e601";
  16. color: rgb(212, 0, 0);
  17. font-size: 20px;
  18. }
  19. .icon-dayuhao1:before {
  20. content: "\e600";
  21. }
  22. .icon-xiaoyuhao:before {
  23. content: "\e600";
  24. font-size: 20px;
  25. }
  26. .icon-shenhe:before {
  27. content: "\e61d";
  28. font-size: 20px;
  29. }
  30. .icon-xiugaimima:before {
  31. content: "\e681";
  32. font-size: 20px;
  33. }
  34. .icon-ren_jiesantuandui_line:before {
  35. content: "\e844";
  36. font-size: 20px;
  37. }
  38. .icon-shangchuanzhaopian:before {
  39. content: "\eb4f";
  40. font-size: 20px;
  41. }
  42. .icon-qi:before {
  43. content: "\e61f";
  44. color: rgb(14, 176, 240);
  45. font-style: italic;
  46. }