From cc9cf251fea0c044e135b9cdf82ffe91a687e275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= <792998983@qq.com> Date: Thu, 11 Nov 2021 09:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A2=E6=B5=AA=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/home/index.jsx | 28 ++++++++++++++++++++++++---- src/home/index.scss | 7 +++---- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/src/home/index.jsx b/src/home/index.jsx index bdef10f41..ac4aa1d4b 100644 --- a/src/home/index.jsx +++ b/src/home/index.jsx @@ -16,15 +16,35 @@ function HomePage(props) { - + - - {/* */} + {/* + - + */} + + {/* */} + + + + + {/* + + + + + + + + + + + + + */} diff --git a/src/home/index.scss b/src/home/index.scss index 95015ae68..c1e17ea48 100644 --- a/src/home/index.scss +++ b/src/home/index.scss @@ -4,7 +4,6 @@ .first-edition{ height: 80vh; background: linear-gradient( - // top, #1A2358 0%, #12277B 33%, #0C2D8F 67%, @@ -77,10 +76,10 @@ .waves { position: relative; width: 100%; - height: 15vh; + height: 10vh; margin-bottom: -10px; /*Fix for safari gap*/ - min-height: 100px; - max-height: 150px; + min-height: 40px; + max-height: 60px; } .content { position: relative;