| | |
| | | background-size: cover; |
| | | min-height: 30px; |
| | | position: relative; |
| | | overflow: hidden; |
| | | |
| | | .card-item-box { |
| | | position: relative; |
| | |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .carousel-wrap { |
| | | position: relative; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .loading-mask { |
| | | position: absolute; |
| | | left: 40px; |
| | | left: 0px; |
| | | top: 0; |
| | | right: 40px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | } |
| | | |
| | | .mk-carousel-modal { |
| | | .ant-modal-body { |
| | | padding: 20px; |
| | | } |
| | | .ant-modal-close-x { |
| | | width: 40px; |
| | | height: 40px; |
| | |
| | | background: rgba(0,0,0,0.15); |
| | | } |
| | | .mk-footer { |
| | | padding-top: 5px; |
| | | padding-top: 10px; |
| | | .ant-checkbox-wrapper { |
| | | font-size: 13px; |
| | | line-height: 26px; |
| | |
| | | height: 15px; |
| | | } |
| | | .close { |
| | | height: 28px; |
| | | height: 32px; |
| | | color: #ffffff; |
| | | background-color: var(--mk-sys-color); |
| | | border-color: var(--mk-sys-color); |
| | | padding: 0 10px; |
| | | padding: 0 20px; |
| | | float: right; |
| | | } |
| | | } |
| | | .mk-footer.single { |
| | | text-align: center; |
| | | padding-top: 10px; |
| | | .close { |
| | | float: none; |
| | | } |
| | | .mk-footer::after { |
| | | content: ' '; |
| | | display: block; |
| | | clear: both; |
| | | } |
| | | } |