| 1234567891011121314151617181920212223242526272829303132333435 |
- @font-face {
- font-family: "iconfont"; /* Project id 4935042 */
- src: url('iconfont.woff2?t=1749196727947') format('woff2'),
- url('iconfont.woff?t=1749196727947') format('woff'),
- url('iconfont.ttf?t=1749196727947') format('truetype');
- }
-
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-xuanzeshijian:before {
- content: "\e679";
- }
-
- .icon-guanbi:before {
- content: "\e606";
- }
-
- .icon-diqu:before {
- content: "\e65b";
- }
-
- .icon-dianya:before {
- content: "\e631";
- }
-
- .icon-fenlei:before {
- content: "\e7a4";
- }
|