123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1697350440750') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-fangdajing:before {
- content: "\e63d";
- }
- .icon-shuliangtongji:before {
- content: "\e667";
- }
- .icon-fallbehavior:before {
- content: "\e6c2";
- }
- .icon-fuwufei:before {
- content: "\e6a6";
- }
- .icon-jine:before {
- content: "\e705";
- }
- .icon-dansezhuzhuangtu:before {
- content: "\e69e";
- }
- .icon-chukujine:before {
- content: "\e607";
- }
- .icon-rukujine:before {
- content: "\e608";
- }
|