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