1234567891011121314151617181920 |
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1501230702467'); /* IE9*/
- src: url('iconfont.eot?t=1501230702467#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1501230702467') format('woff'), /* chrome, firefox */
- url('iconfont.ttf?t=1501230702467') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('iconfont.svg?t=1501230702467#iconfont') format('svg'); /* iOS 4.1- */
- }
- .iconfont_zhuan {
- font-family:"iconfont" !important;
- font-size:9px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-zhuanhuan:before { content: "\e61c"; }
- .icon-zhuanhuan2:before { content: "\21C5";}
|