1234567891011121314151617181920212223242526272829 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1734072766493') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-lianjie:before {
- content: "\f010b";
- }
- .icon-pengzhuang:before {
- content: "\e62f";
- }
- .icon-xinzenggongsizhanghao:before {
- content: "\e66e";
- }
- .icon-company:before {
- content: "\e84f";
- }
|