12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- @font-face {
- font-family: 'iconfont'; /* Project id 3967191 */
- src: url('./iconfont.woff2?t=1679533850838') format('woff2'), url('./iconfont.woff?t=1679533850838') format('woff'),
- url('./iconfont.ttf?t=1679533850838') format('truetype');
- }
- .iconfont {
- font-family: 'iconfont' !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-kaoqin:before {
- content: '\ue619';
- }
- .icon-qingjia:before {
- content: '\ue627';
- }
- .icon-jiaban:before {
- content: '\ue64c';
- }
- .icon-qingjiashenqing:before {
- content: '\ue6aa';
- }
- .icon-jiabanshenqing:before {
- content: '\ue690';
- }
- .icon-money:before {
- content: '\ue663';
- }
- .icon-moneybag:before {
- content: '\ue7d1';
- }
- .icon-moneycollect:before {
- content: '\ue7cd';
- }
- .icon-money-funds:before {
- content: '\ue831';
- }
|