1234567891011121314151617181920212223242526272829303132 |
- @font-face {
- font-family: "iconfont"; /* Project id 4444844 */
- src: url('iconfont.woff2?t=1721879246550') format('woff2'),
- url('iconfont.woff?t=1721879246550') format('woff'),
- url('iconfont.ttf?t=1721879246550') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-shouye:before {
- content: "\e634";
- }
- .icon-saoyisao:before {
- content: "\e891";
- }
- .icon-wode:before {
- content: "\e603";
- }
- .icon-xiangyoujiantou:before {
- content: "\e65f";
- }
|