mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 10:57:23 +08:00
🌈 style: 修改mv搜索项样式
This commit is contained in:
@@ -86,15 +86,15 @@ const handleClick = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mv {
|
.mv {
|
||||||
.search-item-img {
|
|
||||||
width: 160px;
|
|
||||||
height: 90px;
|
|
||||||
@apply rounded-lg relative;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.play {
|
.play {
|
||||||
@apply opacity-60;
|
@apply opacity-60;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.search-item-img {
|
||||||
|
width: 160px;
|
||||||
|
height: 90px;
|
||||||
|
@apply rounded-lg relative;
|
||||||
}
|
}
|
||||||
.play {
|
.play {
|
||||||
@apply absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 opacity-0 transition-opacity;
|
@apply absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 opacity-0 transition-opacity;
|
||||||
|
|||||||
Reference in New Issue
Block a user