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