12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- @font-face {
- font-family: "iconfont"; /* Project id 4574894 */
- src: url('@/common/css/iconfont.woff2?t=1718614701639') format('woff2'),
- url('@/common/css/iconfont.woff?t=1718614701639') format('woff'),
- url('@/common/css/iconfont.ttf?t=1718614701639') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-c_checked:before {
- content: "\e62c";
- }
- .icon-plus:before {
- content: "\e62b";
- }
- .icon-icon-arrow-right:before {
- content: "\e62a";
- }
- .icon-swiper-right:before {
- content: "\e628";
- }
- .icon-swiper-left:before {
- content: "\e629";
- }
- .icon-arrow-bottom:before {
- content: "\e627";
- }
- .icon-delete:before {
- content: "\e61d";
- }
- .icon-add:before {
- content: "\e61e";
- }
- .icon-ticket:before {
- content: "\e61f";
- }
- .icon-bulb:before {
- content: "\e620";
- }
- .icon-reduce:before {
- content: "\e621";
- }
- .icon-tips:before {
- content: "\e622";
- }
- .icon-tips-fill:before {
- content: "\e623";
- }
- .icon-checked:before {
- content: "\e624";
- }
- .icon-signal:before {
- content: "\e625";
- }
- .icon-refund-ticket:before {
- content: "\e626";
- }
|