123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .foster-content {
- padding: 20px;
- background: #fff;
- .content-title {
- height: 32px;
- margin-bottom: 10px;
- >span {
- color: #333;
- font-size: 16px;
- margin-bottom: 10px;
- }
- }
- .foster-query {
- margin-bottom: 10px;
- >input {
- width: 180px;
- margin-right: 20px;
- }
- >div {
- margin-right: 20px;
- }
- button {
- margin-right: 20px;
- }
- >span {
- margin-left: 20px;
- >span {
- margin-left: 10px;
- }
- }
- }
- }
- .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;
- }
- }
- }
|