font-icon.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @font-face {
  2. font-family: 'iconfont'; /* project id 592487 */
  3. src: url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.eot');
  4. src: url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.eot?#iefix') format('embedded-opentype'),
  5. url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.woff') format('woff'),
  6. url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.ttf') format('truetype'),
  7. url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.svg#iconfont') format('svg');
  8. }
  9. .iconfont{
  10. font-family:"iconfont" !important;
  11. font-size:16px;
  12. font-style:normal;
  13. -webkit-font-smoothing: antialiased;
  14. -webkit-text-stroke-width: 0.2px;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. .icon-sjtj:before{
  18. content: '\e630';
  19. }
  20. .icon-tuichu:before{
  21. content: '\e63b';
  22. }
  23. .icon-ddgl:before{
  24. content: '\e622';
  25. }
  26. .icon-cpgl:before{
  27. content: '\e60b';
  28. }
  29. .icon-czjl:before{
  30. content: '\e61d';
  31. }
  32. .icon-zhsz:before{
  33. content: '\e619';
  34. }
  35. .icon-shouye:before{
  36. content: '\e76d';
  37. }
  38. .icon-user:before{
  39. content: '\e7d9';
  40. }
  41. .icon-pinglun:before{
  42. content: '\e7d2';
  43. }
  44. .icon-jiantou:before{
  45. content: '\e64a';
  46. }
  47. .icon-wenzhang:before{
  48. content: '\e618';
  49. }