This commit is contained in:
yixu
2025-09-26 16:02:39 +08:00
parent 014196ffa0
commit b03849d8a1
7 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

View File

@@ -190,7 +190,7 @@ const getBackgroundImage = (item) => {
}"
@click.stop="$emit('go-my-photo')">
</div>
<p class="my-photo-desc">打榜活动截止至9月30日23:59:59结束中奖信息将于10月1日早10点推送至获奖会员</p>
<p class="my-photo-desc">打榜活动截止至10月3日23:59:59结束中奖信息将于10月4日早10点推送至获奖会员</p>
<div v-if="!disableInviteHelp" class="image-gallery ">
<RecycleScroller
class="scroller"

View File

@@ -2,11 +2,11 @@
<ModalTransition class="rule" :show="show">
<div class="rule-wrapper">
<div class="rule-content">
<!-- <img src="../assets/images/rule-1.webp" alt="">
<img src="../assets/images/rule-1.webp" alt="">
<img src="../assets/images/rule-2.webp" alt="">
<img src="../assets/images/rule-3.webp" alt="">
<img src="../assets/images/rule-4.webp" alt="">
<img src="../assets/images/rule-5.webp" alt=""> -->
<img src="../assets/images/rule-5.webp" alt="">
</div>
<div class="close" @click="emit('close')"></div>
</div>
@@ -26,7 +26,7 @@ const emit = defineEmits(['close'])
.rule-wrapper {
position: relative;
width: 100%;
height: 175.740741vw;
height: 182vw;
background-image: url("../assets/images/rule-bg.webp");
background-repeat: no-repeat;
background-size: 100%;