no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-25 16:02:30 +08:00
parent 1658c40097
commit 55cd29620c
2 changed files with 13 additions and 3 deletions

View File

@@ -137,6 +137,9 @@
border-radius: 15px; border-radius: 15px;
overflow: hidden; overflow: hidden;
} }
.content .introduce .box .album .album-box .item:hover .img {
transform: scale(1.05);
}
.content .introduce .box .album .album-box .item .bj.bj3 { .content .introduce .box .album .album-box .item .bj.bj3 {
width: 101%; width: 101%;
height: 101%; height: 101%;
@@ -158,6 +161,7 @@
.content .introduce .box .album .album-box .item .img { .content .introduce .box .album .album-box .item .img {
width: 100%; width: 100%;
height: 100%; height: 100%;
transition: all 0.3s ease-in-out;
} }
.content .introduce .box .album .album-box .item .play { .content .introduce .box .album .album-box .item .play {
width: 26px; width: 26px;
@@ -287,7 +291,6 @@
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 208px;
height: 49px; height: 49px;
} }
.content .works .name-box .line { .content .works .name-box .line {

View File

@@ -154,6 +154,12 @@
border-radius: 15px; border-radius: 15px;
overflow: hidden; overflow: hidden;
&:hover {
.img {
transform: scale(1.05);
}
}
.bj { .bj {
&.bj3 { &.bj3 {
width: 101%; width: 101%;
@@ -180,6 +186,7 @@
.img { .img {
width: 100%; width: 100%;
height: 100%; height: 100%;
transition: all 0.3s ease-in-out;
} }
.play { .play {
@@ -329,7 +336,7 @@
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 208px; // width: 208px;
height: 49px; height: 49px;
} }
@@ -778,7 +785,7 @@
height: 240px; height: 240px;
filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.35)); filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.35));
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
&:hover { &:hover {
transform: scale(1.05); transform: scale(1.05);
} }