no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-25 14:51:19 +08:00
parent bbdff26658
commit 87acd9c156
3 changed files with 11 additions and 1 deletions

View File

@@ -400,10 +400,14 @@
margin: 0 auto;
cursor: pointer;
}
.content .works .mv-box .item .media:hover .img {
transform: scale(1.05);
}
.content .works .mv-box .item .media .img {
width: 100%;
height: 100%;
border-radius: 10px;
transition: all 0.3s ease-in-out;
}
.content .works .mv-box .item .media .play {
position: absolute;

View File

@@ -461,10 +461,16 @@
margin: 0 auto;
cursor: pointer;
&:hover .img {
transform: scale(1.05);
}
.img {
width: 100%;
height: 100%;
border-radius: 10px;
transition: all 0.3s ease-in-out;
}
.play {