1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @font-face {
- font-family: "iconfont"; /* Project id 4468098 */
- src: url('@/static/fonts/iconfont.woff2?t=1710482534145') format('woff2'),
- url('@/static/fonts/iconfont.woff?t=1710482534145') format('woff'),
- url('@/static/fonts/iconfont.ttf?t=1710482534145') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-morentouxiang:before {
- content: "\e822";
- }
- .icon-shouye:before {
- content: "\e609";
- }
- .icon-dingdan:before {
- content: "\e8ae";
- }
- .icon-saoyisao:before {
- content: "\e66f";
- }
- .icon-wode:before {
- content: "\e60e";
- }
- .icon-a-xiaoxi:before {
- content: "\eb3f";
- }
- .icon-saomachaxun:before {
- content: "\e6e6";
- }
- .icon-lpg:before {
- content: "\e60c";
- }
|