hrSituation.less 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .hrSituation-form {
  2. width: 100%;
  3. .activityCost-title {
  4. font-size: 16px;
  5. }
  6. .ant-form-item {
  7. float: left;
  8. .ant-input-number {
  9. width: 80%;
  10. }
  11. }
  12. .half-item {
  13. width: 19%;
  14. }
  15. .hrSituation-title {
  16. font-size: 16px;
  17. }
  18. .hrSituation-span {
  19. float: left;
  20. line-height: 27px;
  21. width: 126px;
  22. text-align: right;
  23. }
  24. .hrSituation-roster {
  25. margin-top: 10px;
  26. margin-bottom: 20px;
  27. width: 400px;
  28. }
  29. }
  30. .user-content {
  31. background: #fff;
  32. padding: 20px;
  33. .content-title {
  34. font-size: 16px;
  35. color: #333;
  36. }
  37. .user-search {
  38. margin: 20px 0;
  39. input {
  40. width: 200px;
  41. }
  42. >* {
  43. margin-right: 20px;
  44. }
  45. p {
  46. margin-top: 20px;
  47. button {
  48. margin-right: 20px;
  49. }
  50. }
  51. }
  52. }