| | |
| | | .ant-col { |
| | | padding: 10px; |
| | | } |
| | | .ant-card-head-title { |
| | | text-align: center; |
| | | } |
| | | .ant-card-body { |
| | | padding: 2px; |
| | | position: relative; |
| | |
| | | overflow: hidden; |
| | | .card-operation { |
| | | position: absolute; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | top: 100%; |
| | | background: rgba(0, 0, 0, 0.35); |
| | | padding-top: 0; |
| | | transition: top 0.3s, padding-top 0.3s; |
| | | button:first-child { |
| | | margin-right: 10px; |
| | | } |
| | | top: 0; |
| | | height: 0px; |
| | | overflow: hidden; |
| | | transition: height 0.3s; |
| | | button { |
| | | height: 30px; |
| | | padding: 0 10px; |
| | | margin-top: 5px; |
| | | margin-right: 10px; |
| | | display: none; |
| | | } |
| | | } |
| | | } |
| | | .ant-card-body:hover { |
| | | .card-operation { |
| | | top: 0; |
| | | padding-top: 24%; |
| | | height: 40px; |
| | | button { |
| | | display: inline-block; |
| | | } |