123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #CopyrightDesc-form {
- font-size: 12px;
- .express-desc-row {
- line-height: 30px;
- margin-bottom: 10px;
- }
- .ant-form-item-control {
- .ant-checkbox-wrapper {
- margin-left: 34px;
- margin-right: 20px;
- }
- }
- .download-file {
- a {
- display:inline-block;
- width: 80px;
- }
- }
- }
- .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;
- }
|