chore(迎新活动页面): 调整样式,更新背景图源

This commit is contained in:
hzj 2026-03-05 12:16:22 +08:00
parent 4da7baf7a8
commit a2214e8116

View File

@ -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>
<!-- 邀请按钮--> <!-- 邀请按钮-->
<div
style="
width: 100%;
position: fixed;
bottom: 5vw;
z-index: 3;
display: flex;
justify-content: center;
"
>
<img <img
v-show="showModule == 'income'" v-show="showModule == 'income'"
v-smart-img v-smart-img
:src="imageUrl('inviteFriendsBt')" :src="imageUrl('inviteFriendsBt')"
alt="" alt=""
style=" style="display: block; width: 90%; object-fit: cover"
position: fixed;
bottom: 0;
z-index: 3;
display: block;
width: 100%;
object-fit: cover;
"
@click=" @click="
openAppComponent( openAppComponent(
'shareDrawer:' + t('share_invitation_message', { code: myInviteInfo.inviteCode }), 'shareDrawer:' + t('share_invitation_message', { code: myInviteInfo.inviteCode }),
) )
" "
/> />
</div>
<!-- 我的排名 --> <!-- 我的排名 -->
<itemCenter <itemCenter