12345678910111213141516171819202122232425262728293031323334353637383940 |
- @font-face {
- font-family: "iconfont"; /* Project id 3956805 */
- src: url('iconfont.woff2?t=1678951283145') format('woff2'),
- url('iconfont.woff?t=1678951283145') format('woff'),
- url('iconfont.ttf?t=1678951283145') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-xiangshang:before {
- content: "\e600";
- }
- .icon-xiangxia:before {
- content: "\e601";
- }
- .icon-guanbi:before {
- content: "\e624";
- }
- .icon-xiaoyanjing:before {
- content: "\e61c";
- }
- .icon-xiaoyanjing-bi:before {
- content: "\e605";
- }
- .icon-gengxin:before {
- content: "\e65f";
- }
|