style(每日充值活动): 字体调整
This commit is contained in:
parent
1184a402e8
commit
dd4d1b0e68
@ -129,14 +129,14 @@ justify-content: flex-start;
|
||||
position: relative;
|
||||
"
|
||||
>
|
||||
<div>
|
||||
<div style="font-size: 1.1em">
|
||||
{{
|
||||
t('active_game_current_daily_recharge_amount', {
|
||||
amount: displayedRechargeAmountText,
|
||||
})
|
||||
}}
|
||||
</div>
|
||||
<div>
|
||||
<div style="font-size: 1.1em">
|
||||
{{
|
||||
t('active_game_current_daily_game_spending', {
|
||||
coins: displayedSpendCoinsText,
|
||||
@ -157,7 +157,10 @@ justify-content: flex-start;
|
||||
<!-- 任务详情 -->
|
||||
<div style="display: flex; flex-direction: column; gap: 2vw">
|
||||
<!-- 任务一 -->
|
||||
<div :style="{ color: task1Completed ? '#1AFF00' : '#fff' }">
|
||||
<div
|
||||
style="font-size: 1.1em"
|
||||
:style="{ color: task1Completed ? '#1AFF00' : '#fff' }"
|
||||
>
|
||||
{{
|
||||
t('active_game_task1_detail', {
|
||||
progress: task1ProgressText,
|
||||
@ -173,7 +176,10 @@ justify-content: flex-start;
|
||||
/>
|
||||
</div>
|
||||
<!-- 任务二 -->
|
||||
<div :style="{ color: task2Completed ? '#1AFF00' : '#fff' }">
|
||||
<div
|
||||
style="font-size: 1.1em"
|
||||
:style="{ color: task2Completed ? '#1AFF00' : '#fff' }"
|
||||
>
|
||||
{{
|
||||
t('active_game_task2_detail', {
|
||||
progress: task2ProgressText,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user