12345678910111213141516171819202122232425262728293031323334353637 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1680856804881') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-churukujilu:before {
- content: "\e61e";
- }
- .icon-shezhi:before {
- content: "\e892";
- }
- .icon-kehu:before {
- content: "\e804";
- }
- .icon-chuku:before {
- content: "\e601";
- }
- .icon-ruku:before {
- content: "\e606";
- }
- .icon-feiyong:before {
- content: "\e521";
- }
|