From 468e122a32e73888efc96a2af14ccd2d99d26468 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 25 Mar 2024 20:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AA=20optimize:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage2_0.css | 3 ++- packkey/reduce.html | 15 ++++++++------- reduce.html | 17 ++++++++--------- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/homepage2_0.css b/homepage2_0.css index 0d633fd..60966ff 100644 --- a/homepage2_0.css +++ b/homepage2_0.css @@ -990,7 +990,7 @@ img.changegray { align-items: center; justify-content: center; color: #333; - margin: 0.2rem 0; + margin-bottom: 0.1rem; } #reduce .countdown p { @@ -1004,6 +1004,7 @@ img.changegray { #reduce .countdown span { color: #ff7634; + margin: 0; } #reduce .coupon-left { diff --git a/packkey/reduce.html b/packkey/reduce.html index ae0e33c..c69d106 100644 --- a/packkey/reduce.html +++ b/packkey/reduce.html @@ -53,18 +53,19 @@ 复制 - +
+ 倒计时: +

{{this.outTime[0]}}

时 +

{{this.outTime[1]}}59

分 +

{{this.outTime[2]}}

秒 +
+
-
- 倒计时: -

{{this.outTime[0]}}

时 -

{{this.outTime[1]}}59

分 -

{{this.outTime[2]}}

秒 -
+

{{parseFloat(reduceInfo.reduce_amount)}} diff --git a/reduce.html b/reduce.html index 672018d..aaac98d 100644 --- a/reduce.html +++ b/reduce.html @@ -54,19 +54,18 @@

+
+ 倒计时: +

{{this.outTime[0]}}

时 +

{{this.outTime[1]}}59

分 +

{{this.outTime[2]}}

秒 +
+
- -
- 倒计时: -

{{this.outTime[0]}}

时 -

{{this.outTime[1]}}59

分 -

{{this.outTime[2]}}

秒 -
-

{{parseFloat(reduceInfo.reduce_amount)}} @@ -196,7 +195,7 @@ } }, 1000); } else { - this.outTime = []; + this.outTime = ['00', '00', '00']; } }, filters: {