style(邀请新用户活动): 调整样式

This commit is contained in:
hzj 2026-03-06 16:17:02 +08:00
parent 09eb09b6b4
commit 80898b5d31

View File

@ -63,7 +63,9 @@
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 1vw;`" :contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 1vw;`"
@click="gotoPrivateChat(myInviter.inviterInfo?.userId)" @click="gotoPrivateChat(myInviter.inviterInfo?.userId)"
> >
<div style="font-weight: 590; font-size: 0.6em">{{ t('contact_your_inviter') }}</div> <div :class="['contact', `contact_${currentLangType}`]">
{{ t('contact_your_inviter') }}
</div>
</itemCenter> --> </itemCenter> -->
</div> </div>
@ -1595,6 +1597,19 @@ onUnmounted(() => {
justify-content: space-between; justify-content: space-between;
} }
.contact {
font-weight: 590;
font-size: 0.6em;
}
.contact_en {
font-size: 0.8em;
}
.contact_tr {
font-size: 0.6em;
}
.inviteReward { .inviteReward {
margin-top: 22vw; margin-top: 22vw;
} }