From 468e122a32e73888efc96a2af14ccd2d99d26468 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 25 Mar 2024 20:27:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=92=AA=20optimize:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=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: { From f9b5e668f5dfdfc0cb697189760fa457e8b74cb9 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 25 Mar 2024 20:28:33 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/reduce.html | 4 ++-- reduce.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packkey/reduce.html b/packkey/reduce.html index c69d106..5b9a25c 100644 --- a/packkey/reduce.html +++ b/packkey/reduce.html @@ -56,10 +56,10 @@

倒计时:

{{this.outTime[0]}}

时 -

{{this.outTime[1]}}59

分 +

{{this.outTime[1]}}

{{this.outTime[2]}}

- +
Date: Mon, 25 Mar 2024 20:30:03 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reduce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reduce.html b/reduce.html index e2b6f78..59a0212 100644 --- a/reduce.html +++ b/reduce.html @@ -57,7 +57,7 @@
倒计时:

{{this.outTime[0]}}

时 -

{{this.outTime[1]}}59

分 +

{{this.outTime[1]}}

{{this.outTime[2]}}