12345678910111213141516171819202122232425 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1669272888778') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-shangchuan:before {
- content: "\e665";
- }
- .icon-xiangyoujiantou:before {
- content: "\e65f";
- }
- .icon-xiangzuojiantou:before {
- content: "\e660";
- }
|