iconfont.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @font-face {font-family: "iconfont";
  2. src: url('iconfont.eot?t=1499494715499'); /* IE9*/
  3. src: url('iconfont.eot?t=1499494715499#iefix') format('embedded-opentype'), /* IE6-IE8 */
  4. url('iconfont.woff?t=1499494715499') format('woff'), /* chrome, firefox */
  5. url('iconfont.ttf?t=1499494715499') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  6. url('iconfont.svg?t=1499494715499#iconfont') format('svg'); /* iOS 4.1- */
  7. }
  8. .iconfont {
  9. font-family:"iconfont" !important;
  10. font-size:14px;
  11. font-style:normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-sm {
  16. font-size: 12px;
  17. }
  18. .icon-lg {
  19. font-size: 18px;
  20. }
  21. .icon-xlg {
  22. font-size: 20px;
  23. }
  24. .iconfont.pull-right {
  25. margin-left: .3em;
  26. }
  27. .icon-shopping-cart:before { content: "\e600"; }
  28. .icon-zuji:before { content: "\e604"; }
  29. .icon-kefu:before { content: "\e6f9"; }
  30. .icon-arrow-up:before { content: "\e64a"; }
  31. .icon-arrow-left:before { content: "\e601"; }
  32. .icon-liuyan:before { content: "\e6b6"; }
  33. .icon-arrow-right:before { content: "\e621"; }
  34. .icon-chuyidong:before { content: "\e617"; }