1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .acc-content {
- height: 100%;
- width: 100%;
- padding-bottom: 40px;
- background: #f0f0f0;
- .content-right {
- width: 84%;
- height: 100%;
- float: left;
- overflow-y: auto;
- padding: 20px;
- .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;
- }
- }
- #content{
- box-sizing: border-box;
- padding: 10px 10px 50px;
- background: #ccc;
- .contact-wrap{
- padding: 0;
- margin: 10px!important;
-
- }
- }
- .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;
- }
- }
|