icon.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 3244772 */
  4. src: url('//at.alicdn.com/t/font_3244772_uub65pm4ndp.woff2?t=1647601849963') format('woff2'),
  5. url('//at.alicdn.com/t/font_3244772_uub65pm4ndp.woff?t=1647601849963') format('woff'),
  6. url('//at.alicdn.com/t/font_3244772_uub65pm4ndp.ttf?t=1647601849963') 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-jian-:before {
  16. content: "\e72c";
  17. font-size: 25px;
  18. color: #cfcfcf;
  19. }
  20. .icon-jia:before {
  21. content: "\e6a1";
  22. font-size: 25px;
  23. color: #cfcfcf;
  24. font-weight: 700;
  25. }
  26. .icon-dian:before {
  27. content: "\ec1e";
  28. font-size: 30px;
  29. }
  30. .icon-C1:before {
  31. content: "\e601";
  32. color: rgb(212, 0, 0);
  33. background-color: white;
  34. font-size: 17px;
  35. border-radius: 52%;
  36. }
  37. .icon-dayuhao1:before {
  38. content: "\e600";
  39. }
  40. .icon-xiaoyuhao:before {
  41. content: "\e600";
  42. font-size: 20px;
  43. }
  44. .icon-shenhe:before {
  45. content: "\e61d";
  46. font-size: 20px;
  47. }
  48. .icon-xiugaimima:before {
  49. content: "\e681";
  50. font-size: 20px;
  51. }
  52. .icon-ren_jiesantuandui_line:before {
  53. content: "\e844";
  54. font-size: 20px;
  55. }
  56. .icon-shangchuanzhaopian:before {
  57. content: "\eb4f";
  58. font-size: 20px;
  59. }
  60. .icon-qi:before {
  61. content: "\e61f";
  62. color: rgb(14, 176, 240);
  63. font-style: italic;
  64. }