This commit is contained in:
yixu
2025-12-25 14:29:13 +08:00
parent 61cf0cd40d
commit f4042e8a65
188 changed files with 181 additions and 170 deletions

View File

@@ -64,7 +64,7 @@ const handleItemBtn = (id, event) => {
position: relative;
width: 100vw;
height: 110vw;
background-image: url("../assets/images/new/prizelist-bg.png");
background-image: url("../assets/images/new/prizelist-bg.webp");
background-repeat: no-repeat;
background-size: 100%;
display: flex;
@@ -125,7 +125,7 @@ const handleItemBtn = (id, event) => {
height: 11vw;
right: 3vw;
top: -14vw;
background-image: url("../assets/images/new/close-btn.png");
background-image: url("../assets/images/new/close-btn.webp");
background-repeat: no-repeat;
background-size: 100%;
}
@@ -135,7 +135,7 @@ const handleItemBtn = (id, event) => {
width: 23.981481vw;
height: 9.074074vw;
background-size: 100% 100%;
background-image: url("../assets/images/new/btn-goto.png");
background-image: url("../assets/images/new/btn-goto.webp");
background-repeat: no-repeat;
background-size: 100%;
}
@@ -154,7 +154,7 @@ wx-open-launch-weapp,
.btn-goto.noaddress {
background-image: url("../assets/images/new/btn-address.png");
background-image: url("../assets/images/new/btn-address.webp");
}
.prizelist-cover.USER_LZ_ZQ_DZJ {