12345678910111213141516171819202122232425262728293031323334353637383940 |
- @font-face {
- font-family: "newicon"; /* Project id 4304849 */
- src: url('~@/static/newIcon/iconfont.woff2?t=1709362538844') format('woff2'),
- url('~@/static/newIcon/iconfont.woff?t=1709362538844') format('woff'),
- url('~@/static/newIcon/iconfont.ttf?t=1709362538844') format('truetype');
- }
- .newicon {
- font-family: "newicon" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .newicon-icon_zhengzaijinx:before {
- content: "\e635";
- }
- .newicon-xiala1:before {
- content: "\e662";
- }
- .newicon-saoma:before {
- content: "\e660";
- }
- .newicon-yifeiguanli:before {
- content: "\e60a";
- }
- .newicon-a-ziyuan7:before {
- content: "\e604";
- }
- .newicon-a-ziyuan3:before {
- content: "\e601";
- }
|