| 12345678910111213141516171819202122232425 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('~@/static/font/part1/iconfont.ttf?t=1760843353474') 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: "\e605";
- }
- .icon-xingxing:before {
- content: "\e870";
- }
- .icon-yueliang:before {
- content: "\e75d";
- }
|