style(春节活动页面): 调整图片翻转

This commit is contained in:
hzj 2026-02-09 16:28:49 +08:00
parent 985fe6968f
commit 0f3e043da6
3 changed files with 6 additions and 15 deletions

View File

@ -81,6 +81,7 @@
<itemCenter
:imgUrl="imageUrl('rankingItemBg')"
:contentStyle="`padding: 9.5vw 4vw 7vw 5vw;gap: 1vw`"
:flip="true"
:lazy="true"
:immediate="index < 2"
@click="viewUserInfo(listItem.userId)"

View File

@ -74,15 +74,7 @@
</div>
<!-- 抽奖信息 -->
<div
style="
width: 100%;
height: 5vw;
direction: ltr;
display: flex;
justify-content: space-between;
"
>
<div style="width: 100%; height: 5vw; display: flex; justify-content: space-between">
<!-- 拥有抽奖券 -->
<div>Remaining lottery tickets: {{ tickets }}</div>
@ -95,7 +87,7 @@
style="
width: 80%;
height: 11vw;
direction: ltr;
display: flex;
justify-content: space-between;
gap: 12vw;
@ -159,6 +151,7 @@
<itemCenter
style="z-index: 0"
:imgUrl="imageUrl('earningInfoBg')"
:flip="true"
:contentStyle="`inset:11vw 10vw 9vw 9vw;justify-content: space-between;gap: 10vw;`"
>
<!-- 头像 -->

View File

@ -450,10 +450,7 @@
<!-- 中奖历史 -->
<div v-show="drawRecordShow" style="position: relative; width: 95%" @click.stop>
<itemCenter
:imgUrl="imageUrl(getImgName('recordBg'))"
:contentStyle="`padding: 22vw 7vw 8vw;`"
>
<itemCenter :imgUrl="imageUrl('recordBg')" :contentStyle="`padding: 22vw 7vw 8vw;`">
<div
style="
width: 100%;
@ -513,7 +510,7 @@
<!-- 任务列表 -->
<itemCenter
v-show="taskListShow"
:imgUrl="imageUrl(getImgName('taskListBg'))"
:imgUrl="imageUrl('taskListBg')"
:contentStyle="`padding: 22vw 7vw 8vw;`"
@click.stop
></itemCenter>