1234567891011121314151617181920212223242526272829303132333435 |
- .half-item{
- margin-bottom: 0px;
- height: auto
- }
- .ant-row{
- margin-bottom: 0px
- }
- #demand-form .half-item{
- margin-bottom: 0px
- }
- .three-item{
- width:25%;
- margin-bottom: 5px;
- margin-left: 95px;
- float: left
- }
- .sub-title{
- margin-left: 10px;
- font-weight: 800
- }
- .ant-input-lg{
- height: 24px
- }
- .ant-select-lg .ant-select-selection--single{
- height: 24px
- }
- .ant-select-lg .ant-select-selection__rendered{
- line-height: 24px
- }
- .ruanzhu{
- color:red
- }
- .xiazheng{
- color:green
- }
|