annualReport.less 915 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #annualReport-form {
  2. .half-item {
  3. width: 50%;
  4. float: left;
  5. height: auto;
  6. margin-bottom: 0;
  7. >p {
  8. line-height: 27px;
  9. min-height: 27px;
  10. color: #000;
  11. }
  12. >.item-title {
  13. color: #999;
  14. font-size: 14px;
  15. }
  16. }
  17. .annualReport-box {
  18. background: #eee;
  19. padding: 10px;
  20. .four-item {
  21. float: left;
  22. width: 25%;
  23. >p {
  24. line-height: 27px;
  25. min-height: 27px;
  26. color: #000;
  27. }
  28. >.item-title {
  29. color: #999;
  30. font-size: 14px;
  31. }
  32. }
  33. }
  34. .ant-form-item {
  35. .ant-form-item-label {
  36. text-align: left;
  37. label {
  38. font-size: 14px;
  39. color: #999;
  40. }
  41. }
  42. }
  43. }