From e18f35e4884e5fc29f16b2ae76dda7cd8093fa8e Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 25 Mar 2024 20:37:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20style:=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 | 10 ++++++---- packkey/reduce.html | 2 +- reduce.html | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/homepage2_0.css b/homepage2_0.css index 60966ff..0fe98d6 100644 --- a/homepage2_0.css +++ b/homepage2_0.css @@ -989,21 +989,23 @@ img.changegray { display: flex; align-items: center; justify-content: center; - color: #333; + color: #fff; margin-bottom: 0.1rem; + background: red; } #reduce .countdown p { margin: 0.05rem; - background: url("https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/check_2.png"); background-size: 100% 100%; min-width: 0.18rem; padding: 0.028rem; - color: #ff7634; + color: #fff; + font-weight: bold; + font-size: 0.16rem; } #reduce .countdown span { - color: #ff7634; + color: #fff; margin: 0; } diff --git a/packkey/reduce.html b/packkey/reduce.html index 5b9a25c..b3b727b 100644 --- a/packkey/reduce.html +++ b/packkey/reduce.html @@ -54,7 +54,7 @@
- 倒计时: + 链接有限期:

{{this.outTime[0]}}

{{this.outTime[1]}}

{{this.outTime[2]}}

秒 diff --git a/reduce.html b/reduce.html index 59a0212..65f774b 100644 --- a/reduce.html +++ b/reduce.html @@ -32,7 +32,7 @@ -
+
@@ -55,7 +55,7 @@
- 倒计时: + 链接有限期:

{{this.outTime[0]}}

{{this.outTime[1]}}

{{this.outTime[2]}}

秒 @@ -195,7 +195,7 @@ } }, 1000); } else { - this.outTime = []; + this.outTime = ['00', '00', '00']; } }, filters: { From d598b3cf1512d6eabdef5a9f8e6b70388740179d Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 25 Mar 2024 20:38:25 +0800 Subject: [PATCH 2/2] =?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 --- homepage2_0.css | 2 +- reduce.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homepage2_0.css b/homepage2_0.css index 0fe98d6..16febd1 100644 --- a/homepage2_0.css +++ b/homepage2_0.css @@ -990,7 +990,7 @@ img.changegray { align-items: center; justify-content: center; color: #fff; - margin-bottom: 0.1rem; + margin-bottom: 0.2rem; background: red; } diff --git a/reduce.html b/reduce.html index 65f774b..a5a8f98 100644 --- a/reduce.html +++ b/reduce.html @@ -195,7 +195,7 @@ } }, 1000); } else { - this.outTime = ['00', '00', '00']; + this.outTime = []; } }, filters: {