table.less 795 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. float: left;
  13. width: 50%;
  14. margin-bottom: 10px;
  15. }
  16. .sub-title{
  17. margin-left: 10px;
  18. font-weight: 800
  19. }
  20. .ant-input-lg{
  21. height: 32px
  22. }
  23. .ant-select-lg .ant-select-selection--single{
  24. height: 32px
  25. }
  26. .ant-select-lg .ant-select-selection__rendered{
  27. line-height: 32px
  28. }
  29. .ruanzhu{
  30. color:red
  31. }
  32. .xiazheng{
  33. color:green
  34. }
  35. .height-input{
  36. height: 2.7em
  37. }
  38. .ant-tabs-bar {
  39. border-bottom: 1px solid #d9d9d9;
  40. margin-bottom: 0px !important;
  41. outline: none;
  42. transition: padding .45s;
  43. }
  44. .ant-tabs.ant-tabs-top.test.ant-tabs-line {
  45. background-color: #f5f5f5 !important;
  46. margin-bottom: 10px !important;
  47. }
  48. .ant-tabs-tab {
  49. font-weight: 900 !important;
  50. }