style(邀请新用户活动): 调整样式
This commit is contained in:
parent
79261cba42
commit
826daa97cc
@ -33,18 +33,18 @@
|
||||
v-if="leftBtType === 'enterCode'"
|
||||
style="width: 40%; min-height: 15.63vw"
|
||||
:imgUrl="imageUrl('BtBg')"
|
||||
:contentStyle="``"
|
||||
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 0.5vw;`"
|
||||
@click="enterCodeShow = true"
|
||||
>
|
||||
<div style="font-weight: 590; font-size: 0.7em">{{ t('enter_invitation_code') }}</div>
|
||||
<div :class="['enter', `enter_${currentLangType}`]">{{ t('enter_invitation_code') }}</div>
|
||||
</itemCenter>
|
||||
<!-- <itemCenter
|
||||
style="width: 40%; min-height: 15.63vw"
|
||||
:imgUrl="imageUrl('BtBg')"
|
||||
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 1vw;`"
|
||||
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 0.5vw;`"
|
||||
@click="enterCodeShow = true"
|
||||
>
|
||||
<div style="font-weight: 590; font-size: 0.7em">{{ t('enter_invitation_code') }}</div>
|
||||
<div :class="['enter', `enter_${currentLangType}`]">{{ t('enter_invitation_code') }}</div>
|
||||
</itemCenter> -->
|
||||
|
||||
<!-- 前往邀请人信息页 -->
|
||||
@ -52,15 +52,17 @@
|
||||
v-else-if="leftBtType === 'privateChat'"
|
||||
style="width: 40%; min-height: 15.63vw"
|
||||
:imgUrl="imageUrl('BtBg')"
|
||||
:contentStyle="``"
|
||||
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 0.5vw;`"
|
||||
@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
|
||||
style="width: 40%; min-height: 15.63vw"
|
||||
:imgUrl="imageUrl('BtBg')"
|
||||
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 1vw;`"
|
||||
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 0.5vw;`"
|
||||
@click="gotoPrivateChat(myInviter.inviterInfo?.userId)"
|
||||
>
|
||||
<div :class="['contact', `contact_${currentLangType}`]">
|
||||
@ -1599,6 +1601,22 @@ onUnmounted(() => {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.enter {
|
||||
font-weight: 590;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
.enter_ar {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.enter_tr {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.enter_bn {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.contact {
|
||||
font-weight: 590;
|
||||
font-size: 0.6em;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user