1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- @font-face {font-family: "iconfont";
- src: url('../fonts/iconfont.ttf?t=1515658169779') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- }
- .iconfont {
- position: relative;
- font-family:"iconfont" !important;
- font-size:25px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- padding:0;
- }
- .icon-liebiao:before { content: "\e6cd"; }
- .icon-gouwuche:before { content: "\e6ce"; }
- .icon-shouye:before { content: "\e6cf"; }
- .icon-huiyuan:before { content: "\e6d0"; }
- .icon-shuoming:before { content: "\e6d1"; }
- .icon-nan:before { content: "\e6d2"; }
- .icon-nv:before { content: "\e6d3"; }
- .icon-jia:before { content: "\e6d4"; }
- .icon-saomiao:before { content: "\e6d5"; }
- .icon-chenggong:before { content: "\e6d6"; }
- .icon-dingwei:before { content: "\e6d7"; }
- .icon-yashua:before { content: "\e6d8"; }
- .icon-jifen:before { content: "\e6d9"; }
- .icon-tianjia:before { content: "\e6da"; }
- .icon-daifukuan:before { content: "\e6db"; }
- .icon-quanbao:before { content: "\e6dc"; }
- .icon-yifahuo:before { content: "\e6dd"; }
- .icon-daifahuo:before { content: "\e6de"; }
- .icon-fenxiang:before { content: "\e6df"; }
- .icon-quanbu:before { content: "\e6e0"; }
- .icon-guanbi:before { content: "\e6e1"; }
|