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;