chore(春节活动页面): 调整倒计时

This commit is contained in:
hzj 2026-02-11 11:11:36 +08:00
parent 70a7e8eb31
commit 6666069b7d

View File

@ -53,21 +53,18 @@
<itemCenter
style="width: 95%; min-width: 0; margin-top: -52vw"
:imgUrl="imageUrl('TimeBg')"
contentStyle="padding:0 14vw 6.5vw 12.5vw;"
contentStyle="padding:0 14.5vw 6vw 13.5vw;"
><!-- 倒计时 -->
<div class="timeBox">
<div class="timeBoxItem">
<div class="timeText" style="">{{ Days }}D</div>
</div>
<div class="timeText timeGap"></div>
<div class="timeBoxItem">
<div class="timeText" style="">{{ Hours }}</div>
</div>
<div class="timeText timeGap">:</div>
<div class="timeBoxItem">
<div class="timeText" style="">{{ Minutes }}</div>
</div>
<div class="timeText timeGap">:</div>
<div class="timeBoxItem">
<div class="timeText" style="">{{ Seconds }}</div>
</div>
@ -1483,7 +1480,7 @@ onUnmounted(() => {
.timeText {
color: #fff;
font-weight: 590;
font-size: 1.5em;
font-size: 1.8em;
}
.timeGap {