chore(春节活动页面): 调整倒计时
This commit is contained in:
parent
70a7e8eb31
commit
6666069b7d
@ -53,21 +53,18 @@
|
|||||||
<itemCenter
|
<itemCenter
|
||||||
style="width: 95%; min-width: 0; margin-top: -52vw"
|
style="width: 95%; min-width: 0; margin-top: -52vw"
|
||||||
:imgUrl="imageUrl('TimeBg')"
|
:imgUrl="imageUrl('TimeBg')"
|
||||||
contentStyle="padding:0 14vw 6.5vw 12.5vw;"
|
contentStyle="padding:0 14.5vw 6vw 13.5vw;"
|
||||||
><!-- 倒计时 -->
|
><!-- 倒计时 -->
|
||||||
<div class="timeBox">
|
<div class="timeBox">
|
||||||
<div class="timeBoxItem">
|
<div class="timeBoxItem">
|
||||||
<div class="timeText" style="">{{ Days }}D</div>
|
<div class="timeText" style="">{{ Days }}D</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="timeText timeGap"></div>
|
|
||||||
<div class="timeBoxItem">
|
<div class="timeBoxItem">
|
||||||
<div class="timeText" style="">{{ Hours }}</div>
|
<div class="timeText" style="">{{ Hours }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="timeText timeGap">:</div>
|
|
||||||
<div class="timeBoxItem">
|
<div class="timeBoxItem">
|
||||||
<div class="timeText" style="">{{ Minutes }}</div>
|
<div class="timeText" style="">{{ Minutes }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="timeText timeGap">:</div>
|
|
||||||
<div class="timeBoxItem">
|
<div class="timeBoxItem">
|
||||||
<div class="timeText" style="">{{ Seconds }}</div>
|
<div class="timeText" style="">{{ Seconds }}</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1483,7 +1480,7 @@ onUnmounted(() => {
|
|||||||
.timeText {
|
.timeText {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 590;
|
font-weight: 590;
|
||||||
font-size: 1.5em;
|
font-size: 1.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeGap {
|
.timeGap {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user