12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1706800377107') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-xiaoxileixing-banbenyuqi:before {
- content: "\e619";
- }
- .icon-dongmami-xitongtongxunlu:before {
- content: "\e608";
- }
- .icon-hetong:before {
- content: "\e62e";
- }
- .icon-qingkuanguanli:before {
- content: "\e73e";
- }
- .icon-shujutongji3:before {
- content: "\f179";
- }
- .icon-yuqizhangkuan:before {
- content: "\e69f";
- }
- .icon-yuqi:before {
- content: "\e604";
- }
- .icon-yiyuqi:before {
- content: "\e651";
- }
- .icon-yuqi1:before {
- content: "\e6f0";
- }
|