no message
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user