feat:完善整体样式

This commit is contained in:
zjc
2025-01-02 18:32:49 +08:00
parent d67ac75031
commit ab1ab210a9
23 changed files with 744 additions and 305 deletions

View File

@@ -64,7 +64,7 @@
background-color: transparent !important;
}
.core-video {
margin: vh(10);
margin: vw(8);
width: vw(300);
border-radius: vw(2);
background-image: url('@/assets/images/bg-1.png');
@@ -135,7 +135,7 @@
}
&-img {
width: 100%;
height: vh(164);
height: vw(164);
display: block;
object-fit: cover;
}