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