From 278cfc33a52f432bc883ab04a721bd556eedd3b4 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 4 Mar 2024 10:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=95=86=E5=93=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combining.css | 2 +- combining.html | 2 +- combining.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/combining.css b/combining.css index c50cb5a..0658576 100644 --- a/combining.css +++ b/combining.css @@ -49,7 +49,7 @@ body { .content { min-height: 100%; - background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%); + background: linear-gradient(#ff2c02 0 1rem, #f6f6f4 3rem 70%); position: relative; box-sizing: border-box; border-radius: 0 0 0.08rem 0.08rem; diff --git a/combining.html b/combining.html index ba3b82e..4b7c5a9 100644 --- a/combining.html +++ b/combining.html @@ -32,7 +32,7 @@ -
+

恭喜您领取立减金

diff --git a/combining.scss b/combining.scss index c63e589..fa67bbb 100644 --- a/combining.scss +++ b/combining.scss @@ -52,7 +52,7 @@ body { .content { min-height: 100%; - background: linear-gradient(#ff2c02 0 10%, #f6f6f4 25% 70%); + background: linear-gradient(#ff2c02 0 1rem, #f6f6f4 3rem 70%); position: relative; box-sizing: border-box; border-radius: 0 0 0.08rem 0.08rem;