| | |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | background: #ffffff; |
| | | background-position: center center; |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | |
| | | .card-control { |
| | | position: absolute; |
| | | top: 0px; |
| | | right: 0px; |
| | | width: 26px; |
| | | height: 27px; |
| | | z-index: 1; |
| | | background: #ffffff; |
| | | left: 0px; |
| | | .anticon-tool { |
| | | padding: 5px; |
| | | right: auto; |
| | | left: 1px; |
| | | } |
| | | } |
| | | .anticon-tool { |
| | | position: absolute; |
| | | z-index: 1; |
| | | font-size: 16px; |
| | | right: 0; |
| | | top: 0; |
| | | right: 1px; |
| | | top: 1px; |
| | | cursor: pointer; |
| | | padding: 10px; |
| | | padding: 5px; |
| | | background: #ffffff; |
| | | } |
| | | |
| | | .card-item { |