12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @font-face {
- font-family: "iconfont"; /* Project id 2554236 */
- src: url('iconfont.woff2?t=1625559958046') format('woff2'),
- url('iconfont.woff?t=1625559958046') format('woff'),
- url('iconfont.ttf?t=1625559958046') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-hetongguanli:before {
- content: "\e601";
- }
- .icon-index-copy:before {
- content: "\e602";
- }
- .icon-shouqi:before {
- content: "\e603";
- }
- .icon-zhankai:before {
- content: "\e604";
- }
- .icon-yunshu:before {
- content: "\e605";
- }
- .icon-cangkubeifen:before {
- content: "\e606";
- }
- .icon-renwuguanli:before {
- content: "\e607";
- }
|