style(春节活动页面): 调整图片翻转
This commit is contained in:
parent
985fe6968f
commit
0f3e043da6
@ -81,6 +81,7 @@
|
|||||||
<itemCenter
|
<itemCenter
|
||||||
:imgUrl="imageUrl('rankingItemBg')"
|
:imgUrl="imageUrl('rankingItemBg')"
|
||||||
:contentStyle="`padding: 9.5vw 4vw 7vw 5vw;gap: 1vw`"
|
:contentStyle="`padding: 9.5vw 4vw 7vw 5vw;gap: 1vw`"
|
||||||
|
:flip="true"
|
||||||
:lazy="true"
|
:lazy="true"
|
||||||
:immediate="index < 2"
|
:immediate="index < 2"
|
||||||
@click="viewUserInfo(listItem.userId)"
|
@click="viewUserInfo(listItem.userId)"
|
||||||
|
|||||||
@ -74,15 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 抽奖信息 -->
|
<!-- 抽奖信息 -->
|
||||||
<div
|
<div style="width: 100%; height: 5vw; display: flex; justify-content: space-between">
|
||||||
style="
|
|
||||||
width: 100%;
|
|
||||||
height: 5vw;
|
|
||||||
direction: ltr;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<!-- 拥有抽奖券 -->
|
<!-- 拥有抽奖券 -->
|
||||||
<div>Remaining lottery tickets: {{ tickets }}</div>
|
<div>Remaining lottery tickets: {{ tickets }}</div>
|
||||||
|
|
||||||
@ -95,7 +87,7 @@
|
|||||||
style="
|
style="
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 11vw;
|
height: 11vw;
|
||||||
direction: ltr;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 12vw;
|
gap: 12vw;
|
||||||
@ -159,6 +151,7 @@
|
|||||||
<itemCenter
|
<itemCenter
|
||||||
style="z-index: 0"
|
style="z-index: 0"
|
||||||
:imgUrl="imageUrl('earningInfoBg')"
|
:imgUrl="imageUrl('earningInfoBg')"
|
||||||
|
:flip="true"
|
||||||
:contentStyle="`inset:11vw 10vw 9vw 9vw;justify-content: space-between;gap: 10vw;`"
|
:contentStyle="`inset:11vw 10vw 9vw 9vw;justify-content: space-between;gap: 10vw;`"
|
||||||
>
|
>
|
||||||
<!-- 头像 -->
|
<!-- 头像 -->
|
||||||
|
|||||||
@ -450,10 +450,7 @@
|
|||||||
|
|
||||||
<!-- 中奖历史 -->
|
<!-- 中奖历史 -->
|
||||||
<div v-show="drawRecordShow" style="position: relative; width: 95%" @click.stop>
|
<div v-show="drawRecordShow" style="position: relative; width: 95%" @click.stop>
|
||||||
<itemCenter
|
<itemCenter :imgUrl="imageUrl('recordBg')" :contentStyle="`padding: 22vw 7vw 8vw;`">
|
||||||
:imgUrl="imageUrl(getImgName('recordBg'))"
|
|
||||||
:contentStyle="`padding: 22vw 7vw 8vw;`"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -513,7 +510,7 @@
|
|||||||
<!-- 任务列表 -->
|
<!-- 任务列表 -->
|
||||||
<itemCenter
|
<itemCenter
|
||||||
v-show="taskListShow"
|
v-show="taskListShow"
|
||||||
:imgUrl="imageUrl(getImgName('taskListBg'))"
|
:imgUrl="imageUrl('taskListBg')"
|
||||||
:contentStyle="`padding: 22vw 7vw 8vw;`"
|
:contentStyle="`padding: 22vw 7vw 8vw;`"
|
||||||
@click.stop
|
@click.stop
|
||||||
></itemCenter>
|
></itemCenter>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user