annualReport.less 841 B

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