1234567891011121314151617181920212223242526272829 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- 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-shangchuan:before {
- content: "\e665";
- }
- .icon-xiangyoujiantou:before {
- content: "\e65f";
- }
- .icon-xiangzuojiantou:before {
- content: "\e660";
- }
- .icon-xiangji:before {
- content: "\e672";
- }
|