12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @font-face {
- font-family: "iconfont"; /* Project id 2820495 */
- src: url('iconfont.woff2?t=1631880378082') format('woff2'),
- url('iconfont.woff?t=1631880378082') format('woff'),
- url('iconfont.ttf?t=1631880378082') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-a-9gedian:before {
- content: "\e69f";
- }
- .icon-sangedian:before {
- content: "\e69e";
- }
- .icon-jianjie:before {
- content: "\e69d";
- }
- .icon-fenxiang:before {
- content: "\e69c";
- }
- .icon-yinleguan:before {
- content: "\e69b";
- }
- .icon-yinlekai:before {
- content: "\e69a";
- }
- .icon-more:before {
- content: "\e698";
- }
|