From 6d2a50ef5eeb695bb531053f95de5c2f7f42fbbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= <792998983@qq.com>
Date: Mon, 22 Nov 2021 14:25:17 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=AE=A2=E6=88=B7=E8=A6=81?=
=?UTF-8?q?=E6=B1=82=E4=BF=AE=E6=94=B9=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E7=BB=86=E8=8A=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/home/FifthSection/index.jsx | 10 +-
src/home/FifthSection/index.scss | 192 ++++++++++++++++++++++++++---
src/home/FirstSection/index.scss | 7 +-
src/home/Footer/index.jsx | 18 +--
src/home/Footer/index.scss | 12 +-
src/home/FourthSection/index.jsx | 2 +-
src/home/SecondSection/index.jsx | 18 +--
src/home/SecondSection/index.scss | 31 +++--
src/home/SeventhSection/index.jsx | 25 ++--
src/home/SeventhSection/index.scss | 53 +++++---
src/home/SixthSection/index.jsx | 2 +-
src/home/SixthSection/index.scss | 2 +
src/home/ThirdSection/index.scss | 4 +-
src/home/img/7-bg.png | Bin 20955 -> 56396 bytes
src/home/index.jsx | 2 +-
src/home/index.scss | 14 ++-
16 files changed, 302 insertions(+), 90 deletions(-)
mode change 100755 => 100644 src/home/img/7-bg.png
diff --git a/src/home/FifthSection/index.jsx b/src/home/FifthSection/index.jsx
index eca3bce3..70150aeb 100644
--- a/src/home/FifthSection/index.jsx
+++ b/src/home/FifthSection/index.jsx
@@ -56,14 +56,17 @@ function FifthSection({ fifth }) {
-
- {/* */}
+ {/* */}
)
diff --git a/src/home/SecondSection/index.scss b/src/home/SecondSection/index.scss
index c4ea54cb..91ce46c5 100644
--- a/src/home/SecondSection/index.scss
+++ b/src/home/SecondSection/index.scss
@@ -3,7 +3,6 @@
text-align: center;
padding-top: 40px;
margin-bottom: -10px;
-
.community-left-tit {
font-size: 20px;
@@ -15,6 +14,10 @@
justify-content: space-between;
margin: 20px auto 50px;
text-align: left;
+
+ .homepage-btn {
+ margin-top: 40px;
+ }
}
.community-english {
@@ -48,7 +51,6 @@
line-height: 36px;
}
-
.community-active {
position: relative;
animation: community 0.75s 1 forwards;
@@ -95,6 +97,11 @@
border: 1px solid #fff;
border-radius: 6px;
+ & > .iconfont {
+ float: right;
+ font-size: 25px !important;
+ color: rgb(239, 122, 48);
+ }
.slide-title {
display: flex;
align-items: center;
@@ -102,7 +109,7 @@
h3 {
color: #000870;
font-size: 18px;
-
+
margin-bottom: 0 !important;
flex: auto;
}
@@ -124,6 +131,12 @@
text-align: center;
}
+ .news-time {
+ font-size: 15px;
+ font-weight: 400;
+ color: #3c476e;
+ }
+
.slide-tag {
color: #fff;
padding: 3px 13px;
@@ -131,23 +144,19 @@
border-radius: 3px;
}
- .slide-tag-red{
- background: #E53939;
+ .slide-tag-red {
+ background: #e53939;
}
- .slide-tag-yellow{
- background: #FF7300;
+ .slide-tag-yellow {
+ background: #ff7300;
}
p {
color: #3c476e;
-
}
}
.slick-center {
margin-left: 100px;
}
-
-
}
-
diff --git a/src/home/SeventhSection/index.jsx b/src/home/SeventhSection/index.jsx
index 25c5ed96..f15f4a5b 100644
--- a/src/home/SeventhSection/index.jsx
+++ b/src/home/SeventhSection/index.jsx
@@ -35,36 +35,39 @@ function SeventhSection() {