chore(迎新活动页面): 调整样式,更新背景图源
This commit is contained in:
parent
4da7baf7a8
commit
a2214e8116
@ -166,7 +166,7 @@
|
|||||||
<!-- 收益模块 -->
|
<!-- 收益模块 -->
|
||||||
<div
|
<div
|
||||||
v-show="showModule == 'income'"
|
v-show="showModule == 'income'"
|
||||||
style="display: flex; flex-direction: column; gap: 2vw; padding-bottom: 35vw"
|
style="display: flex; flex-direction: column; gap: 2vw; padding-bottom: 37vw"
|
||||||
>
|
>
|
||||||
<!-- 收入展示 -->
|
<!-- 收入展示 -->
|
||||||
<itemCenter
|
<itemCenter
|
||||||
@ -503,25 +503,30 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 邀请按钮-->
|
<!-- 邀请按钮-->
|
||||||
<img
|
<div
|
||||||
v-show="showModule == 'income'"
|
|
||||||
v-smart-img
|
|
||||||
:src="imageUrl('inviteFriendsBt')"
|
|
||||||
alt=""
|
|
||||||
style="
|
style="
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
z-index: 3;
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: cover;
|
position: fixed;
|
||||||
|
bottom: 5vw;
|
||||||
|
z-index: 3;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
"
|
"
|
||||||
@click="
|
>
|
||||||
openAppComponent(
|
<img
|
||||||
'shareDrawer:' + t('share_invitation_message', { code: myInviteInfo.inviteCode }),
|
v-show="showModule == 'income'"
|
||||||
)
|
v-smart-img
|
||||||
"
|
:src="imageUrl('inviteFriendsBt')"
|
||||||
/>
|
alt=""
|
||||||
|
style="display: block; width: 90%; object-fit: cover"
|
||||||
|
@click="
|
||||||
|
openAppComponent(
|
||||||
|
'shareDrawer:' + t('share_invitation_message', { code: myInviteInfo.inviteCode }),
|
||||||
|
)
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- 我的排名 -->
|
<!-- 我的排名 -->
|
||||||
<itemCenter
|
<itemCenter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user