style(斋月活动): 文本样式调整
This commit is contained in:
parent
d7ecba3ee0
commit
c0f077ffa0
@ -725,6 +725,7 @@
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 0 #339370;
|
||||
white-space: nowrap;
|
||||
"
|
||||
>
|
||||
{{ prize.prizeName }}
|
||||
@ -864,7 +865,9 @@
|
||||
v-if="RechargeBadgeInfo.claimStatus == -1"
|
||||
:imgUrl="imageUrl('taskBtGo')"
|
||||
>
|
||||
<div style="font-size: 1em; font-weight: 600">{{ t('task_go') }}</div>
|
||||
<div style="font-size: 1em; font-weight: 600; white-space: nowrap">
|
||||
{{ t('task_go') }}
|
||||
</div>
|
||||
</itemCenter>
|
||||
|
||||
<!-- 未领取 -->
|
||||
@ -873,7 +876,9 @@
|
||||
:imgUrl="imageUrl('taskBtReceive')"
|
||||
@click="receiveRechargeBadge(RechargeBadgeInfo)"
|
||||
>
|
||||
<div style="font-size: 1em; font-weight: 600">{{ t('task_receive') }}</div>
|
||||
<div style="font-size: 1em; font-weight: 600; white-space: nowrap">
|
||||
{{ t('task_receive') }}
|
||||
</div>
|
||||
</itemCenter>
|
||||
|
||||
<!-- 已领取 -->
|
||||
@ -882,11 +887,16 @@
|
||||
:imgUrl="imageUrl('taskBtReceived')"
|
||||
@click="receiveRechargeBadge(RechargeBadgeInfo)"
|
||||
>
|
||||
<div style="font-size: 0.9em; font-weight: 600">{{ t('task_received') }}</div>
|
||||
<div style="font-size: 0.9em; font-weight: 600; white-space: nowrap">
|
||||
{{ t('task_received') }}
|
||||
</div>
|
||||
</itemCenter>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 100抽奖励 -->
|
||||
<div style="display: flex; align-items: center; gap: 4vw">
|
||||
<!-- 奖励图 -->
|
||||
<img
|
||||
v-for="Badge in RechargeBadgeInfo.rewardProps"
|
||||
v-smart-img
|
||||
@ -894,6 +904,8 @@
|
||||
alt=""
|
||||
style="display: block; width: 18vw"
|
||||
/>
|
||||
|
||||
<!-- 奖励说明 -->
|
||||
<div style="font-size: 1.1em; font-weight: 700">
|
||||
{{ t('Lucky Dollars Medal*permanent') }}
|
||||
</div>
|
||||
@ -1033,7 +1045,9 @@
|
||||
<div style="width: 20%">
|
||||
<!-- 前往任务 -->
|
||||
<itemCenter v-if="task.taskStatus == 0" :imgUrl="imageUrl('taskBtGo')">
|
||||
<div style="font-size: 1em; font-weight: 600">{{ t('task_go') }}</div>
|
||||
<div style="font-size: 1em; font-weight: 600; white-space: nowrap">
|
||||
{{ t('task_go') }}
|
||||
</div>
|
||||
</itemCenter>
|
||||
|
||||
<!-- 领取抽奖券 -->
|
||||
@ -1042,7 +1056,9 @@
|
||||
:imgUrl="imageUrl('taskBtReceive')"
|
||||
@click="receiveTaskReward(task.taskCode)"
|
||||
>
|
||||
<div style="font-size: 1em; font-weight: 600">{{ t('task_receive') }}</div>
|
||||
<div style="font-size: 1em; font-weight: 600; white-space: nowrap">
|
||||
{{ t('task_receive') }}
|
||||
</div>
|
||||
</itemCenter>
|
||||
|
||||
<!-- 已完成 -->
|
||||
@ -1051,7 +1067,9 @@
|
||||
:imgUrl="imageUrl('taskBtReceived')"
|
||||
@click="receiveRechargeBadge(RechargeBadgeInfo)"
|
||||
>
|
||||
<div style="font-size: 0.9em; font-weight: 600">{{ t('task_received') }}</div>
|
||||
<div style="font-size: 0.9em; font-weight: 600; white-space: nowrap">
|
||||
{{ t('task_received') }}
|
||||
</div>
|
||||
</itemCenter>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user