| 12345678910111213141516171819202122232425 |
- @font-face {
- font-family: "iconfont"; /* Project id 4213972 */
- src: url('@/static/iconfont.ttf') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-jianshao-huoyue:before {
- content: "\e64b";
- }
- .icon-zengjia-huoyue:before {
- content: "\e64c";
- }
- .icon-fuzhushuxian:before {
- content: "\e6f4";
- }
|