12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- @font-face {
- font-family: "iconfont"; /* Project id 4818032 */
- src: url('iconfont.woff2?t=1740447040797') format('woff2'),
- url('iconfont.woff?t=1740447040797') format('woff'),
- url('iconfont.ttf?t=1740447040797') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-woderenwu:before {
- content: "\e649";
- }
- .icon-mrenwuliebiao:before {
- content: "\e690";
- }
- .icon-xitongshezhi:before {
- content: "\e601";
- }
- .icon-huoweika:before {
- content: "\e754";
- }
- .icon-sunyi:before {
- content: "\e6e1";
- }
- .icon-liangqingjiance:before {
- content: "\e7a3";
- }
- .icon-zhijiandaibanrenwu:before {
- content: "\e686";
- }
- .icon-churuku:before {
- content: "\e6e0";
- }
- .icon-shezhi:before {
- content: "\e62c";
- }
- .icon-cangku:before {
- content: "\e71f";
- }
- .icon-xuanze:before {
- content: "\e623";
- }
- .icon-mima:before {
- content: "\e7e2";
- }
- .icon-yonghu_yonghuming:before {
- content: "\e678";
- }
- .icon-down:before {
- content: "\e628";
- }
- .icon-up:before {
- content: "\e629";
- }
|