iconfont.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4808041 */
  3. src: url('./static/fonts/iconfont.woff2?t=1736584627279') format('woff2'),
  4. url('./static/fonts/iconfont.woff?t=1736584627279') format('woff'),
  5. url('./static/fonts/iconfont.ttf?t=1736584627279') 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-qianbi:before {
  15. content: "\e69d";
  16. }
  17. .icon-dingdan:before {
  18. content: "\e617";
  19. }
  20. .icon-shezhi:before {
  21. content: "\e614";
  22. }
  23. .icon-xiazai:before {
  24. content: "\e64f";
  25. }
  26. .icon-shoucang:before {
  27. content: "\e633";
  28. }
  29. .icon-anquan:before {
  30. content: "\e663";
  31. }
  32. .icon-yonghuzu:before {
  33. content: "\e607";
  34. }
  35. .icon-xiugai:before {
  36. content: "\e63e";
  37. }
  38. .icon-shijian:before {
  39. content: "\e640";
  40. }
  41. .icon-time:before {
  42. content: "\e656";
  43. }
  44. .icon-chevron-left:before {
  45. content: "\e7ee";
  46. }
  47. .icon-chevron-right:before {
  48. content: "\e7ef";
  49. }
  50. .icon-filter:before {
  51. content: "\e805";
  52. }
  53. .icon-filter-filled:before {
  54. content: "\e806";
  55. }
  56. .icon-menu:before {
  57. content: "\e828";
  58. }
  59. .icon-search:before {
  60. content: "\e845";
  61. }
  62. .icon-comment:before {
  63. content: "\e668";
  64. }
  65. .icon-comment-filling:before {
  66. content: "\e689";
  67. }
  68. .icon-home-fill:before {
  69. content: "\e857";
  70. }
  71. .icon-home:before {
  72. content: "\e858";
  73. }
  74. .icon-user-s:before {
  75. content: "\e634";
  76. }
  77. .icon-user-line:before {
  78. content: "\e635";
  79. }