iconfont.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 4574894 */
  3. src: url('@/common/css/iconfont.woff2?t=1718614701639') format('woff2'),
  4. url('@/common/css/iconfont.woff?t=1718614701639') format('woff'),
  5. url('@/common/css/iconfont.ttf?t=1718614701639') 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-c_checked:before {
  15. content: "\e62c";
  16. }
  17. .icon-plus:before {
  18. content: "\e62b";
  19. }
  20. .icon-icon-arrow-right:before {
  21. content: "\e62a";
  22. }
  23. .icon-swiper-right:before {
  24. content: "\e628";
  25. }
  26. .icon-swiper-left:before {
  27. content: "\e629";
  28. }
  29. .icon-arrow-bottom:before {
  30. content: "\e627";
  31. }
  32. .icon-delete:before {
  33. content: "\e61d";
  34. }
  35. .icon-add:before {
  36. content: "\e61e";
  37. }
  38. .icon-ticket:before {
  39. content: "\e61f";
  40. }
  41. .icon-bulb:before {
  42. content: "\e620";
  43. }
  44. .icon-reduce:before {
  45. content: "\e621";
  46. }
  47. .icon-tips:before {
  48. content: "\e622";
  49. }
  50. .icon-tips-fill:before {
  51. content: "\e623";
  52. }
  53. .icon-checked:before {
  54. content: "\e624";
  55. }
  56. .icon-signal:before {
  57. content: "\e625";
  58. }
  59. .icon-refund-ticket:before {
  60. content: "\e626";
  61. }