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