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