From c3ccc0740ac5fdc04d391ce64c926c325cbb1985 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?=
Date: Thu, 13 Jul 2023 15:11:42 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E8=8A=AF?=
=?UTF-8?q?=E9=99=A2=E6=A8=A1=E6=9D=BF=E9=A6=96=E9=A1=B5=E6=96=B0=E9=97=BB?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/forge/Information/Pages/headerPageZone1.jsx | 2 +-
src/forge/Information/indexZone1.scss | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/forge/Information/Pages/headerPageZone1.jsx b/src/forge/Information/Pages/headerPageZone1.jsx
index f2e11b673..52860960d 100644
--- a/src/forge/Information/Pages/headerPageZone1.jsx
+++ b/src/forge/Information/Pages/headerPageZone1.jsx
@@ -175,7 +175,7 @@ function HeaderPage(props){
查看更多
-
+
{
newsList.map((i,k)=>{
return(
diff --git a/src/forge/Information/indexZone1.scss b/src/forge/Information/indexZone1.scss
index f1ac0251f..551a784db 100644
--- a/src/forge/Information/indexZone1.scss
+++ b/src/forge/Information/indexZone1.scss
@@ -171,13 +171,13 @@
background-color:#07a583;
}
}
+ .zone_new_two {
+ margin-left: 38%;
+ }
.zone_new_three{
- width: 1200px;
display: flex;
- justify-content: flex-end;
- margin: 0 auto;
& > div:not(:first-child) {
- margin-left: 70px;
+ margin-left: 50px;
}
li{
background-color: #fff;
From cdf7a0704b48bfccac040622115a12db9d5fd69f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?=
Date: Thu, 13 Jul 2023 15:41:57 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E8=8A=AF?=
=?UTF-8?q?=E9=99=A2=E6=A8=A1=E6=9D=BF=E9=A6=96=E9=A1=B5=E6=96=B0=E9=97=BB?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=A0=B7=E5=BC=8Fcont.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/forge/Information/indexZone1.scss | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/forge/Information/indexZone1.scss b/src/forge/Information/indexZone1.scss
index 551a784db..a295e88cf 100644
--- a/src/forge/Information/indexZone1.scss
+++ b/src/forge/Information/indexZone1.scss
@@ -171,11 +171,9 @@
background-color:#07a583;
}
}
- .zone_new_two {
- margin-left: 38%;
- }
.zone_new_three{
display: flex;
+ justify-content: space-evenly;
& > div:not(:first-child) {
margin-left: 50px;
}
@@ -206,6 +204,10 @@
}
}
}
+ .zone_new_two {
+ margin-left: 38%;
+ justify-content: flex-start;
+ }
}
.zone_projects{
background-image:linear-gradient(180deg,#f1f4fa 0%,#ffffff 100%);