🌈 style: 修改mv搜索项样式

This commit is contained in:
alger
2024-06-05 17:03:27 +08:00
parent 8f782cdc9d
commit a79d0712a4

View File

@@ -86,15 +86,15 @@ const handleClick = async () => {
}
.mv {
&:hover {
.play {
@apply opacity-60;
}
}
.search-item-img {
width: 160px;
height: 90px;
@apply rounded-lg relative;
&:hover {
.play {
@apply opacity-60;
}
}
}
.play {
@apply absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 opacity-0 transition-opacity;