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