1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- @font-face {font-family: "iconfont";
- src: url('../fonts/iconfont.ttf?t=1513221238602') 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-guanbi:before { content: "\e697"; }
- .icon-shouhoudianhua:before { content: "\e6ac"; }
- .icon-caidan:before { content: "\e6c6"; }
- .icon-jia:before { content: "\e6c7"; }
- .icon-gouwuche:before { content: "\e6c8"; }
- .icon-yes:before { content: "\e6c9"; }
- .icon-dansheng:before { content: "\e6ca"; }
- .icon-linian:before { content: "\e6cb"; }
- .icon-dingwei:before { content: "\e6cc"; }
- .icon-liwu:before { content: "\e6cd"; }
- .icon-dianhua:before { content: "\e6ce"; }
- .icon-quanbao:before { content: "\e6cf"; }
- .icon-shiming:before { content: "\e6d0"; }
- .icon-liucheng:before { content: "\e6d1"; }
- .icon-wenda:before { content: "\e6d2"; }
- .icon-zhibaoqia:before { content: "\e6d3"; }
- .icon-zhinan:before { content: "\e6d4"; }
- .icon-wode:before { content: "\e6d5"; }
- .icon-sousuo:before { content: "\e6d6"; }
- .icon-dingdan:before { content: "\e6d7"; }
- .icon-shouye:before { content: "\e6d8"; }
|