.itemWrap { margin-bottom: 25px; margin-right: 14px; position: relative; .albumType { position: absolute; left: 0; top: 0; background: linear-gradient(180deg, #ff8900 0%, #ff5100 100%); box-shadow: 0px 1px 2px 0px rgba(150, 13, 0, 0.11); border-radius: 10px 0px 10px 0px; font-size: 12px; padding: 0 6px; line-height: 20px; color: #ffffff; z-index: 9; } &:hover { .albumType { transform: translateY(-10px); transition: linear 0.1s; } .hold { transform: translateY(-10px); transition: linear 0.1s; .masker { // transition: all linear 0.2s; visibility: visible; z-index: 99; img { width: 48px; height: 48px; animation-name: showPaly; animation-duration: 0.6s; animation-timing-function: linear; animation-fill-mode: forwards; // animation-delay: 1s; } } @keyframes showPaly { 0% { transform: scale(0.5); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } } // img { // transform: scale(1.1); // transition: all 0.3s ease-in-out; // } } } .hold { .masker { visibility: hidden; width: 160px; height: 160px; background-color: rgba(0, 0, 0, 0.4); position: absolute; top: 0; left: 0; display: flex; flex-direction: row; align-items: center; justify-content: center; position: absolute; z-index: 99; img { width: 48px; height: 48px; } } position: relative; width: 160px; height: 160px; border-radius: 10px; overflow: hidden; img { width: 100%; transition: all 0.3s ease-in-out; } } cursor: pointer; &:nth-child(4n) { margin-right: 0; } .startImage { width: 24px; height: 24px; z-index: 1000; position: absolute; top: 8px; right: 8px; } h2 { line-height: 30px; font-size: 18px; font-weight: 400; color: #000; line-height: 25px; margin: 18px 0 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 160px; } span { color: #999; font-size: 14px; } .itemBottom { display: flex; flex-direction: row; justify-content: space-between; img { width: 18px; margin-right: 4px; // height: 18px; } .itemBottomR { margin-right: 1px; } .itemBottomL, .itemBottomR { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; font-size: 14px; line-height: 20px; } } }