| 1234567891011121314151617181920212223 |
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1495548739075'); /* IE9*/
- src: url('iconfont.eot?t=1495548739075#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1495548739075') format('woff'), /* chrome, firefox */
- url('iconfont.ttf?t=1495548739075') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('iconfont.svg?t=1495548739075#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-shouquan1:before { content: "\e600"; }
- .icon-shouquan2:before { content: "\e68f"; }
- .icon-gerenshouquan:before { content: "\e662"; }
|