123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .acc-content {
- height: 100%;
- width: 100%;
- padding-top: 84px;
- padding-bottom: 40px;
- background: #f0f0f0;
- .content-right {
- width: 92%;
- height: 100%;
- float: left;
- overflow-y: auto;
- padding: 15px;
- .ant-spin-nested-loading {
- height: 100%;
- .ant-spin-container {
- height: 100%;
- }
- }
- }
- .loading-container {
- text-align: center;
- margin-bottom: 20px;
- padding: 30px 50px;
- margin: 20px 0;
- }
- .content-container {
- background: #FFF;
- padding: 20px;
- }
- .content-title {
- color: #333;
- font-size: 16px;
- padding: 0 0 10px 0;
- }
- .content-body {
- min-height: 400px;
- }
- .content-search {
- margin-bottom: 6px;
- }
- .content-actions {
- float: right;
- margin-right: 20px;
- }
- }
- .ant-modal-body {
- .half-item {
- float: left;
- width: 50%;
- margin-bottom: 10px;
- }
- .third-item {
- float: left;
- width: 33%;
- margin-bottom: 10px;
- >p {
- line-height: 30px;
- }
- }
- .item-title {
- line-height: 30px;
- font-size: 14px;
- color: #666;
- min-width: 100px;
- display: inline-block;
- }
- .form-title {
- font-size: 16px;
- color: #333;
- }
- }
|