style(邀请新用户活动): 调整样式
This commit is contained in:
parent
f20e8f98f5
commit
55b4ef4cc5
@ -55,7 +55,7 @@
|
|||||||
:contentStyle="``"
|
:contentStyle="``"
|
||||||
@click="gotoPrivateChat(myInviter.inviterInfo?.userId)"
|
@click="gotoPrivateChat(myInviter.inviterInfo?.userId)"
|
||||||
>
|
>
|
||||||
<div style="font-weight: 590; font-size: 1.1em">{{ t('contact_your_inviter') }}</div>
|
<div style="font-weight: 590; font-size: 0.6em">{{ t('contact_your_inviter') }}</div>
|
||||||
</itemCenter>
|
</itemCenter>
|
||||||
<!-- <itemCenter
|
<!-- <itemCenter
|
||||||
style="width: 40%; min-height: 15.63vw"
|
style="width: 40%; min-height: 15.63vw"
|
||||||
@ -103,14 +103,25 @@
|
|||||||
v-smart-img
|
v-smart-img
|
||||||
:src="imageUrl('copy')"
|
:src="imageUrl('copy')"
|
||||||
alt=""
|
alt=""
|
||||||
style="display: block; width: 2em; object-fit: cover"
|
style="display: block; width: 1.5em; object-fit: cover"
|
||||||
@click="copyCode(myInviteInfo.inviteCode || '')"
|
@click="copyCode(myInviteInfo.inviteCode || '')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 提示 -->
|
<!-- 提示 -->
|
||||||
<div style="font-size: 0.7em; color: #999">
|
<div
|
||||||
{{ t('copy_invitation_code_tip') }}
|
style="
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
width: 95%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div style="font-size: 0.7em; font-weight: 510; color: #e9e9e9">
|
||||||
|
{{ t('copy_invitation_code_tip') }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</itemCenter>
|
</itemCenter>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user