iconfont.css 627 B

12345678910111213141516171819202122232425
  1. @font-face {font-family: "iconfont";
  2. src: url('../fonts/iconfont.ttf?t=1480476939690') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  3. }
  4. .iconfont {
  5. position: relative;
  6. font-family:"iconfont" !important;
  7. font-size:25px;
  8. font-style:normal;
  9. -webkit-font-smoothing: antialiased;
  10. padding:0;
  11. }
  12. .icon-riqi:before { content: "\e6f9"; }
  13. .icon-queren:before { content: "\e6fa"; }
  14. .icon-shengchan:before { content: "\e6fb"; }
  15. .icon-sousuo:before { content: "\e6fc"; }
  16. .icon-shenpi:before { content: "\e6fd"; }
  17. .icon-faqi:before { content: "\e6fe"; }
  18. .icon-tihuo:before { content: "\e6ff"; }