12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .ant-modal-body {
- .half-item {
- float: left;
- width: 50%;
- }
- }
- .ant-modal-body {
- .half-item {
- float: left;
- width: 50%;
- height: 36px;
- margin-bottom: 10px;
- }
- .third-item {
- float: left;
- width: 33%;
- height: 36px;
- margin-bottom: 10px;
- >p {
- line-height: 30px;
- }
- }
- .item-title {
- line-height: 30px;
- font-size: 14px;
- color: #666;
- }
- .form-title {
- font-size: 16px;
- color: #333;
- }
- }
- #highTechApply-form {
- >div {
- margin-bottom: 10px;
- }
- .ant-form-item {
- .ant-form-item-label {
- >label {
- font-size: 14px;
- color: #666;
- }
- }
- }
- .ant-form-item-required {
- &:before {
- display: none;
- }
- }
- }
|