iconfont.css 909 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @font-face {
  2. font-family: "iconfont"; /* Project id */
  3. src: url('iconfont.ttf?t=1730777499069') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 16px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }
  12. .icon-announce:before {
  13. content: "\e650";
  14. }
  15. .icon-notify:before {
  16. content: "\e611";
  17. }
  18. .icon-apply-purchase:before {
  19. content: "\e675";
  20. }
  21. .icon-apply-out:before {
  22. content: "\e67c";
  23. }
  24. .icon-outsourcing:before {
  25. content: "\e676";
  26. }
  27. .icon-apply-business:before {
  28. content: "\e628";
  29. }
  30. .icon-apply-expense:before {
  31. content: "\e63b";
  32. }
  33. .icon-apply-overtime:before {
  34. content: "\e642";
  35. }
  36. .icon-apply-leave:before {
  37. content: "\e64e";
  38. }
  39. .icon-apply-car:before {
  40. content: "\e66a";
  41. }
  42. .icon-apply-annual-leave:before {
  43. content: "\e66b";
  44. }
  45. .icon-apply-sign-contract:before {
  46. content: "\e623";
  47. }