123456789101112131415161718192021 |
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1463056609'); /* IE9*/
- src: url('iconfont.eot?t=1463056609#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.ttf?t=1463056609') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('iconfont.svg?t=1463056609#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-comiispaixu:before { content: "\e654"; }
- .icon-guolvqi:before { content: "\e6f5"; }
- .icon-qq:before { content: "\e67c"; }
- .icon-qq1:before { content: "\e790"; }
- .icon-tubiao11:before { content: "\e616"; }
|