12345678910111213141516171819202122232425 |
- @font-face {font-family: "iconfont";
- src: url('../fonts/iconfont.ttf?t=1480476939690') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- }
- .iconfont {
- position: relative;
- font-family:"iconfont" !important;
- font-size:25px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- padding:0;
- }
- .icon-riqi:before { content: "\e6f9"; }
- .icon-queren:before { content: "\e6fa"; }
- .icon-shengchan:before { content: "\e6fb"; }
- .icon-sousuo:before { content: "\e6fc"; }
- .icon-shenpi:before { content: "\e6fd"; }
- .icon-faqi:before { content: "\e6fe"; }
- .icon-tihuo:before { content: "\e6ff"; }
|