table.less 471 B

1234567891011121314151617181920212223242526272829303132333435
  1. .half-item{
  2. margin-bottom: 0px;
  3. height: auto
  4. }
  5. .ant-row{
  6. margin-bottom: 0px
  7. }
  8. #demand-form .half-item{
  9. margin-bottom: 0px
  10. }
  11. .three-item{
  12. width:25%;
  13. margin-bottom: 5px;
  14. margin-left: 95px;
  15. float: left
  16. }
  17. .sub-title{
  18. margin-left: 10px;
  19. font-weight: 800
  20. }
  21. .ant-input-lg{
  22. height: 24px
  23. }
  24. .ant-select-lg .ant-select-selection--single{
  25. height: 24px
  26. }
  27. .ant-select-lg .ant-select-selection__rendered{
  28. line-height: 24px
  29. }
  30. .ruanzhu{
  31. color:red
  32. }
  33. .xiazheng{
  34. color:green
  35. }