diff --git a/src/forge/Information/Pages/headerPageZone1.jsx b/src/forge/Information/Pages/headerPageZone1.jsx
index f2e11b67..52860960 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 77517813..4397ee34 100644
--- a/src/forge/Information/indexZone1.scss
+++ b/src/forge/Information/indexZone1.scss
@@ -172,12 +172,10 @@
}
}
.zone_new_three{
- width: 1200px;
display: flex;
- justify-content: flex-end;
- margin: 0 auto;
+ justify-content: space-evenly;
& > div:not(:first-child) {
- margin-left: 70px;
+ margin-left: 50px;
}
li{
background-color: #fff;
@@ -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%);