icon.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3968184 */
  3. src: url('//at.alicdn.com/t/c/font_3968184_368tz8o7jan.woff2?t=1679449842165') format('woff2'),
  4. url('//at.alicdn.com/t/c/font_3968184_368tz8o7jan.woff?t=1679449842165') format('woff'),
  5. url('//at.alicdn.com/t/c/font_3968184_368tz8o7jan.ttf?t=1679449842165') 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-saoyisao:before {
  15. content: "\ee17";
  16. }
  17. .icon-weixiu:before {
  18. content: "\e635";
  19. }
  20. .icon-camera:before {
  21. content: "\e605";
  22. }
  23. .icon-paragraph-left-2:before {
  24. content: "\e60e";
  25. }
  26. .icon-search-2:before {
  27. content: "\e610";
  28. }
  29. .icon-wallet:before {
  30. content: "\e611";
  31. }
  32. .icon-user:before {
  33. content: "\e612";
  34. }
  35. .icon-shouye:before {
  36. content: "\e602";
  37. }
  38. .icon-bangzhu:before {
  39. content: "\e613";
  40. }
  41. .icon-wode:before {
  42. content: "\e61f";
  43. }
  44. .icon-sousuo:before {
  45. content: "\e626";
  46. }
  47. .icon-baogaoguanli:before {
  48. content: "\e632";
  49. }
  50. .icon-tongzhi:before {
  51. content: "\e647";
  52. }
  53. .icon-ditu:before {
  54. content: "\e650";
  55. }
  56. .icon-xianshi:before {
  57. content: "\e660";
  58. }
  59. .icon-yincang:before {
  60. content: "\e661";
  61. }
  62. .icon-qianbao:before {
  63. content: "\e667";
  64. }