12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #CopyrightDesc-form {
- font-size: 12px;
- .express-desc-row {
- line-height: 30px;
- margin-bottom: 10px;
- }
- .ant-form-item-label {
- text-align: left;
- }
- .ant-form-item-control {
- .ant-checkbox-wrapper {
- margin-left: 34px;
- margin-right: 20px;
- }
- }
- }
- .ant-modal-body {
- .half-item {
- float: left;
- width: 50%;
- min-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;
- }
- }
- .show {
- display: inline-block;
- }
- .visible {
- display: none;
- }
|