| | |
| | | .check-card-form-box { |
| | | .check-card-search-box { |
| | | margin-top: 10px; |
| | | margin-bottom: -10px; |
| | | .card-cell { |
| | |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | opacity: 0.5; |
| | | opacity: 0.3; |
| | | border-radius: 4px; |
| | | background-color: transparent; |
| | | transition: opacity 0.3s; |
| | |
| | | transform: rotate(45deg) scale(1) translate(-50%, -50%); |
| | | } |
| | | } |
| | | .check-card-form-box:not(.readonly) { |
| | | .check-card-search-box:not(.readonly) { |
| | | .card-cell:not(.bg-control):hover { |
| | | border-color: #1890ff; |
| | | background: #1890ff; |
| | |
| | | box-shadow: 0px 0px 4px #1890ff; |
| | | } |
| | | } |
| | | .check-card-form-box.readonly { |
| | | .check-card-search-box.readonly { |
| | | .card-cell, .card-pic-cell { |
| | | cursor: not-allowed; |
| | | } |