| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1730777499069') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-announce:before {
- content: "\e650";
- }
- .icon-notify:before {
- content: "\e611";
- }
- .icon-apply-purchase:before {
- content: "\e675";
- }
- .icon-apply-out:before {
- content: "\e67c";
- }
- .icon-outsourcing:before {
- content: "\e676";
- }
- .icon-apply-business:before {
- content: "\e628";
- }
- .icon-apply-expense:before {
- content: "\e63b";
- }
- .icon-apply-overtime:before {
- content: "\e642";
- }
- .icon-apply-leave:before {
- content: "\e64e";
- }
- .icon-apply-car:before {
- content: "\e66a";
- }
- .icon-apply-annual-leave:before {
- content: "\e66b";
- }
- .icon-apply-sign-contract:before {
- content: "\e623";
- }
|