123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .annualReport-form {
- .half-item {
- >p {
- line-height: 32px;
- min-height: 32px;
- color: #000;
- }
- >.item-title {
- color: #999;
- font-size: 14px;
- }
- }
- .annualReport-box {
- background: #eee;
- padding: 10px;
- .four-item {
- float: left;
- width: 25%;
- >p {
- line-height: 32px;
- min-height: 32px;
- color: #000;
- }
- >.item-title {
- color: #999;
- font-size: 14px;
- }
- }
- }
- }
- .ant-form {
- .ant-form-item {
- .ant-form-item-label {
- text-align: left;
- label {
- font-size: 14px;
- color: #999;
- }
- }
- }
- }
|