feat:完善样式

This commit is contained in:
张先生
2025-03-18 19:04:11 +08:00
parent aeadb4d704
commit 05d6770121
3 changed files with 11 additions and 13 deletions

View File

@@ -633,13 +633,10 @@
&-item {
position: relative;
width: vw(686);
height: vh(420);
padding: vw(10);
height: vh(380);
padding: vh(10) vw(10);
background-image: url('/src/assets/images/item-primary.png');
background-size: 100% 100%;
&:nth-child(3n) {
margin-right: 0;
}
&:hover {
.video-item__follow {
display: block !important;
@@ -694,9 +691,8 @@
}
&-item__video {
width: 100%;
height: vh(406);
height: vh(366);
object-fit: cover;
// background-color: #000;
}
&-detail {
margin-left: vw(10);