This commit is contained in:
duanliang
2025-06-25 18:39:12 +08:00
parent 668a13dcdc
commit 721cb76057
2 changed files with 11 additions and 5 deletions

View File

@@ -461,7 +461,6 @@
.video-box {
display: flex;
flex: 1;
flex: 1;
height: vh(950);
margin-top: vh(120);
margin-left: vw(10);
@@ -481,6 +480,7 @@
box-sizing: border-box;
background-image: url('@/assets/images/item-primary.png');
background-size: 100% 100%;
margin-bottom:vh(10);
> img {
width: 100%;
height: 100%;
@@ -557,7 +557,7 @@
height: vh(275);
padding: vh(10) vw(10);
box-sizing: border-box;
// margin-bottom:1%;
margin-bottom:vh(6);
background-image: url('/src/assets/images/item-primary.png');
background-size: 100% 100%;
&:hover {