| 1234567891011121314151617181920212223242526272829303132333435363738 |
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1490322413221'); /* IE9*/
- src: url('iconfont.eot?t=1490322413221#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1490322413221') format('woff'), /* chrome, firefox */
- url('iconfont.ttf?t=1490322413221') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('iconfont.svg?t=1490322413221#iconfont') format('svg'); /* iOS 4.1- */
- }
- .iconfont {
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-tonghua:before { content: "\e626"; }
- .icon-guaduan:before { content: "\e64c"; }
- .icon-mangluzhong-copy:before { content: "\e615"; }
- .icon-zhuanyi:before { content: "\e813"; }
- .icon-oc-exhale:before { content: "\e66a"; }
- .icon-tonghuabaochi-copy:before { content: "\e63c"; }
- .icon-weiqianru:before { content: "\e63a"; }
- .icon-shixianzhuanhuan:before { content: "\e629"; }
- .icon-yiqianru:before { content: "\e640"; }
- .icon-chehui:before { content: "\e648"; }
|