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