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

@@ -347,9 +347,9 @@ onUnmounted(() => {
justify-content: center; justify-content: center;
padding: 20px; padding: 20px;
box-sizing: border-box; box-sizing: border-box;
background-size: cover; background-size: 100% auto;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: 0 0;
} }
/* 让两个背景层叠放满屏 */ /* 让两个背景层叠放满屏 */

View File

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

View File

@@ -874,9 +874,9 @@ globalToastEvent.on(ToastType.SHOW_ADDRESS,(id)=>{
} }
.item-5 { .item-5 {
width: 11vw; width: 15vw;
top: 8vw; top: 6vw;
right: 4vw; right: 3vw;
animation-delay: 0s; animation-delay: 0s;
} }

View File

@@ -662,7 +662,8 @@ onUnmounted(() => {
/* background-image: url("../assets/images/new/lottery-bg.webp"); */ /* background-image: url("../assets/images/new/lottery-bg.webp"); */
/* background-image: url("../assets/images/new/NO-prize-bg.webp"); */ /* background-image: url("../assets/images/new/NO-prize-bg.webp"); */
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100% auto;
background-position: 0 0;
} }
.close { .close {

View File

@@ -58,7 +58,8 @@ const startNow = () => {
width: 100vw; width: 100vw;
height: 217vw; height: 217vw;
background-image: url("../assets/images/new/share-bg1.webp"); background-image: url("../assets/images/new/share-bg1.webp");
background-size: cover; background-size: 100% auto;
background-position: 0 0;
background-repeat: no-repeat; background-repeat: no-repeat;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -66,7 +66,8 @@ const handleItemBtn = (id, event) => {
height: 110vw; height: 110vw;
background-image: url("../assets/images/new/prizelist-bg.webp"); background-image: url("../assets/images/new/prizelist-bg.webp");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100% auto;
background-position: 0 0;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
} }

View File

@@ -29,7 +29,8 @@ const emit = defineEmits(['close'])
height: 151vw; height: 151vw;
background-image: url("../assets/images/new/rule-bg.webp"); background-image: url("../assets/images/new/rule-bg.webp");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100% auto;
background-position: 0 0;
} }
.rule-content{ .rule-content{
position: absolute; position: absolute;

View File

@@ -98,7 +98,8 @@ const handleHaibao = async () => {
width: 100vw; width: 100vw;
height: 217vw; height: 217vw;
background-image: url("../assets/images/new/todolist-bg.webp"); background-image: url("../assets/images/new/todolist-bg.webp");
background-size: cover; background-size: 100% auto;
background-position: 0 0;
background-repeat: no-repeat; background-repeat: no-repeat;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -202,7 +202,8 @@ const openQiwei = (e) => {
height: 94vw; height: 94vw;
background-image: url("../assets/images/new/todo-bg.webp"); background-image: url("../assets/images/new/todo-bg.webp");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100% auto;
background-position: 0 0;
} }
.btn-group { .btn-group {