12345678910111213141516171819202122232425262728293031323334353637 |
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1463036229'); /* IE9*/
- src: url('iconfont.eot?t=1463036229#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1463036229') format('woff'), /* chrome, firefox */
- url('iconfont.ttf?t=1463036229') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('iconfont.svg?t=1463036229#iconfont') format('svg'); /* iOS 4.1- */
- }
- .iconfont {
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-dianhua:before { content: "\d601"; }
- .icon-qiehuan:before { content: "\d608"; }
- .icon-play:before { content: "\d614"; }
- .icon-buxing:before { content: "\d610"; }
- .icon-chenggong:before { content: "\d604"; }
- .icon-error:before { content: "\d609"; }
- .icon-laji:before { content: "\d606"; }
- .icon-bus:before { content: "\d612"; }
- .icon-success:before { content: "\d605"; }
- .icon-car:before { content: "\d611"; }
- .icon-edit:before { content: "\d615"; }
- .icon-chuo:before { content: "\d616"; }
- .icon-shijian:before { content: "\d602"; }
- .icon-addplan:before { content: "\d607"; }
- .icon-yao:before { content: "\d613"; }
- .icon-ren:before { content: "\e600"; }
- .icon-road:before { content: "\d617"; }
- .icon-diansuifang:before { content: "\d619"; }
- .icon-mianfang:before { content: "\d618"; }
- .icon-dingwei:before { content: "\d603"; }
|