123456789101112131415161718192021222324252627282930 |
- @font-face {
- font-family: "iconfont"; /* Project id 2654922 */
- src: url('https://at.alicdn.com/t/font_2654922_6dv34nmmobp.ttf?t=1630289804999') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-xuanzhongkuang:before {
- content: "\e60f";
- }
- .icon-xiajiang:before {
- content: "\e60e";
- }
- .icon-shangsheng:before {
- content: "\e60d";
- }
- .icon-huodongshujutaizhang:before {
- content: "\e604";
- }
|