合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
910 B

1 week ago
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 2996747 */
  3. src: url('/static/iconfont.ttf') format('woff2'),
  4. url('/static/iconfont.ttf') format('woff'),
  5. url('iconfont.ttf?t=1739713766886') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .qungonggao:before {
  15. content: "\e69a";
  16. }
  17. .cancel:before {
  18. content: "\e6db";
  19. }
  20. .showviewvisible:before {
  21. content: "\e9d3";
  22. }
  23. .hideinvisiblehidden:before {
  24. content: "\e9db";
  25. }
  26. .check:before {
  27. content: "\e645";
  28. }
  29. .delete:before {
  30. content: "\e67e";
  31. }
  32. .error:before {
  33. content: "\e613";
  34. }
  35. .message:before {
  36. content: "\e604";
  37. }
  38. .search:before {
  39. content: "\e626";
  40. }
  41. .edit:before {
  42. content: "\e62a";
  43. }
  44. .star-off:before {
  45. content: "\e60e";
  46. }
  47. .goback:before {
  48. content: "\e68c";
  49. }