| | |
| | | width: 100%; |
| | | margin-bottom: 15px; |
| | | height: auto; |
| | | |
| | | // background-size: cover; |
| | | // background-position: top center; |
| | | // background-repeat: no-repeat; |
| | | min-height: 70px; |
| | | |
| | | .property { |
| | | font-size: 14px; |
| | | color: rgba(0, 0, 0, 0.65); |
| | | margin-bottom: 2px; |
| | | |
| | | .anticon-close-circle { |
| | | opacity: 0; |
| | | cursor: pointer; |
| | | padding: 0 3px; |
| | | color: #ff4d4f; |
| | | transition: all 0.3s; |
| | | } |
| | | } |
| | | |
| | | img { |
| | |
| | | } |
| | | } |
| | | |
| | | .menu-source-item:hover .property { |
| | | .anticon-close-circle { |
| | | opacity: 1; |
| | | } |
| | | } |
| | | |
| | | .menu-source-tooltip-box { |
| | | margin-left: 20px; |
| | | .ant-tooltip-content { |