This commit is contained in:
yixu
2025-12-26 21:07:57 +08:00
parent 81a13aa8b1
commit 479d9dec10
9 changed files with 21 additions and 14 deletions

View File

@@ -393,7 +393,7 @@ onUnmounted(() => {
.item-3 {
width: 46vw;
bottom: 14vw;
top: 163vw;
animation-delay: 0s;
}
@@ -413,9 +413,9 @@ onUnmounted(() => {
padding: 5.33vw;
box-sizing: border-box;
background-image: url('../assets/images/new/swiper-page-bg.webp');
background-size: cover;
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
background-position: 0 0;
}
.carousel-container {
@@ -425,6 +425,7 @@ onUnmounted(() => {
/* 0 20px -> 0 5.33vw */
padding: 0 5.33vw;
box-sizing: border-box;
top: -18vw;
}
.carousel-wrapper {