diff --git a/src/home/FifthSection/index.jsx b/src/home/FifthSection/index.jsx
index eca3bce3a..70150aeb5 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 c4ea54cb3..91ce46c52 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 25c5ed963..f15f4a5b1 100644
--- a/src/home/SeventhSection/index.jsx
+++ b/src/home/SeventhSection/index.jsx
@@ -35,36 +35,39 @@ function SeventhSection() {