@@ -151,7 +154,7 @@ function Main(props){
mainList.map((i,k)=>{
if (k <= 4) {
return(
-
selectCate(i.id)} >{i.name}
+
selectCate(i.id)} >{i.name}
)
}
})
diff --git a/src/forge/Information/api.js b/src/forge/Information/api.js
index c37b42e9c..3c85cb085 100644
--- a/src/forge/Information/api.js
+++ b/src/forge/Information/api.js
@@ -53,6 +53,30 @@ export function getPartnerList(id){
})
}
+
+export function getDocList(id){
+ return fetch({
+ url:`/cms/doc/open/zone/${id}/dirList`,
+ method: 'get',
+ })
+}
+
+
+export function getSubDocList(id,params){
+ return fetch({
+ url:`/cms/doc/open/dir/${id}/docList`,
+ method: 'get',
+ params
+ })
+}
+// 专区会员
+export function getVIPAllList(id){
+ return fetch({
+ url:`/zone/open/${id}/member/overviewList`,
+ method: 'get'
+ })
+}
+
/**领域资讯 */
export function getNewsAllList(id,params){
return fetch({
diff --git a/src/forge/Information/img/cbg2.png b/src/forge/Information/img/cbg2.png
index 2f7a42562..51e56e593 100644
Binary files a/src/forge/Information/img/cbg2.png and b/src/forge/Information/img/cbg2.png differ
diff --git a/src/forge/Information/img/communicateBg.png b/src/forge/Information/img/communicateBg.png
index 2f9c7ff87..f1da2e8f4 100644
Binary files a/src/forge/Information/img/communicateBg.png and b/src/forge/Information/img/communicateBg.png differ
diff --git a/src/forge/Information/img/zone1/EDA.png b/src/forge/Information/img/zone1/EDA.png
new file mode 100644
index 000000000..6fcfce558
Binary files /dev/null and b/src/forge/Information/img/zone1/EDA.png differ
diff --git a/src/forge/Information/img/zone1/chain.png b/src/forge/Information/img/zone1/chain.png
new file mode 100644
index 000000000..67d74b80e
Binary files /dev/null and b/src/forge/Information/img/zone1/chain.png differ
diff --git a/src/forge/Information/img/zone1/core.png b/src/forge/Information/img/zone1/core.png
new file mode 100644
index 000000000..03ba0cfd9
Binary files /dev/null and b/src/forge/Information/img/zone1/core.png differ
diff --git a/src/forge/Information/img/zone1/fu.png b/src/forge/Information/img/zone1/fu.png
new file mode 100644
index 000000000..4b9bd4c69
Binary files /dev/null and b/src/forge/Information/img/zone1/fu.png differ
diff --git a/src/forge/Information/img/zone1/jiantouwhite.png b/src/forge/Information/img/zone1/jiantouwhite.png
new file mode 100644
index 000000000..eb8cacbc4
Binary files /dev/null and b/src/forge/Information/img/zone1/jiantouwhite.png differ
diff --git a/src/forge/Information/img/zone1/last.png b/src/forge/Information/img/zone1/last.png
new file mode 100644
index 000000000..e1145d487
Binary files /dev/null and b/src/forge/Information/img/zone1/last.png differ
diff --git a/src/forge/Information/img/zone1/line.png b/src/forge/Information/img/zone1/line.png
new file mode 100644
index 000000000..2513d61a6
Binary files /dev/null and b/src/forge/Information/img/zone1/line.png differ
diff --git a/src/forge/Information/img/zone1/phone.png b/src/forge/Information/img/zone1/phone.png
new file mode 100644
index 000000000..7441da148
Binary files /dev/null and b/src/forge/Information/img/zone1/phone.png differ
diff --git a/src/forge/Information/img/zone1/sys.png b/src/forge/Information/img/zone1/sys.png
new file mode 100644
index 000000000..1de9830ac
Binary files /dev/null and b/src/forge/Information/img/zone1/sys.png differ
diff --git a/src/forge/Information/img/zone1/system.png b/src/forge/Information/img/zone1/system.png
new file mode 100644
index 000000000..d40867f6f
Binary files /dev/null and b/src/forge/Information/img/zone1/system.png differ
diff --git a/src/forge/Information/img/zone1/team1.png b/src/forge/Information/img/zone1/team1.png
new file mode 100644
index 000000000..8e479fd70
Binary files /dev/null and b/src/forge/Information/img/zone1/team1.png differ
diff --git a/src/forge/Information/img/zone1/team2.png b/src/forge/Information/img/zone1/team2.png
new file mode 100644
index 000000000..bee8cd08b
Binary files /dev/null and b/src/forge/Information/img/zone1/team2.png differ
diff --git a/src/forge/Information/img/zone1/team3.png b/src/forge/Information/img/zone1/team3.png
new file mode 100644
index 000000000..11a8d80eb
Binary files /dev/null and b/src/forge/Information/img/zone1/team3.png differ
diff --git a/src/forge/Information/img/zone1/team4.png b/src/forge/Information/img/zone1/team4.png
new file mode 100644
index 000000000..1e738c0c8
Binary files /dev/null and b/src/forge/Information/img/zone1/team4.png differ
diff --git a/src/forge/Information/img/zone1/window.png b/src/forge/Information/img/zone1/window.png
new file mode 100644
index 000000000..b9ffe7598
Binary files /dev/null and b/src/forge/Information/img/zone1/window.png differ
diff --git a/src/forge/Information/img/zone1/xinpian.png b/src/forge/Information/img/zone1/xinpian.png
new file mode 100644
index 000000000..b95aa6cad
Binary files /dev/null and b/src/forge/Information/img/zone1/xinpian.png differ
diff --git a/src/forge/Information/img/zone1/zhao.png b/src/forge/Information/img/zone1/zhao.png
new file mode 100644
index 000000000..4d87815e5
Binary files /dev/null and b/src/forge/Information/img/zone1/zhao.png differ
diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss
index 0f7ea07bf..b346d108a 100644
--- a/src/forge/Information/index.scss
+++ b/src/forge/Information/index.scss
@@ -1164,7 +1164,6 @@
}
}
.zone_parter{
- background-color: #fff;
padding:70px 0px 90px;
.zone_part_lists{
display: flex;
@@ -1175,6 +1174,7 @@
justify-content: flex-start;
align-items: flex-end;
flex-wrap: wrap;
+ margin-bottom: 20px!important;
.zone_part_item {
color:#1f2329;
font-size:20px;
@@ -1186,14 +1186,19 @@
display: inline-block;
width: 200px;
}
+ &:nth-child(6n) {
+ a,div{
+ margin-right: 0px;
+ }
+ }
a, div {
display: inline-block;
- width: 220px;
- height: 88px;
- line-height: 88px;
- margin-right: 20px;
+ width: 180px;
+ height: 80px;
+ line-height: 80px;
+ margin-right: 24px;
margin-top: 20px;
- margin-bottom: 30px!important;
+ margin-bottom: 25px!important;
color:#1f2329;
font-size:20px;
text-align: center;
@@ -1202,8 +1207,8 @@
box-shadow:0px 0px 15px rgba(28, 48, 175, 0.08);
transition: 0.1s linear;
img{
- max-width: 180px;
- max-height: 66px;
+ max-width: 160px;
+ max-height: 60px;
}
&:hover {
transform: translate(0, -5px);
diff --git a/src/forge/Information/indexZone1.scss b/src/forge/Information/indexZone1.scss
index f434bba06..81127220f 100644
--- a/src/forge/Information/indexZone1.scss
+++ b/src/forge/Information/indexZone1.scss
@@ -2,7 +2,6 @@
.zone1_box{
- padding-top:70px;
background-color:#f7f9fc;
.zone_infos{
display: flex;
@@ -34,7 +33,6 @@
}
}
.zone_vision {
- background-color: #ffffff;
.boxmain {
display: flex;
justify-content: space-between;
@@ -349,10 +347,10 @@
}
}
.zone_community {
- background-color:#ebeff5;
display: flex;
flex-direction: column;
align-items: center;
+ padding:30px 0px 60px;
.sub_title {
font-size: 17px;
line-height: 27px;
@@ -366,22 +364,39 @@
justify-content: space-between;
z-index: 10;
.c_role_item {
- width: 260px;
- height: 213px;
+ width: 289px;
+ height: 243px;
background-image: url(./img/cbg2.png);
background-size: 100% 100%;
position: relative;
padding: 30px 23px;
+ .c_role_div{
+ display: flex;
+ padding:20px;
+ justify-content: space-between;
+ align-items: flex-start;
+ img{
+ width: 58px;
+ }
+ }
+ &:first-child{
+ margin-left: -15px;
+ }
+ &:last-child{
+ margin-right: -15px;
+ }
.role_level {
font-weight: 700;
font-size: 18px;
line-height: 27px;
+ text-align: left;
}
.role_todo {
color: #3d485d;
font-size: 15px;
line-height: 27px;
margin-top: 10px;
+ text-align: left;
}
.dot {
width:14px;
@@ -389,8 +404,8 @@
border-radius: 50%;
background-color:#07a583;
position: absolute;
- left: 6px;
- bottom: 7px;
+ left: 20px;
+ bottom: 22px;
}
}
}
@@ -398,7 +413,7 @@
height: 0px;
width: 1200px;
border-bottom: dashed 1px #8d95ac;
- transform: translate(0, -14px);
+ transform: translate(0, -28px);
}
}
.zone_grow {
@@ -470,6 +485,25 @@
border-bottom: solid 1px #07a583;
transform: translate(0, -80px);
}
+ .grow_content{
+ position: relative;
+ .grow_a{
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ height: 100%;
+ padding-top: 60px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ padding-bottom: 20px;
+ a{
+ display: block;
+ height: 38px;
+ width: 145px;
+ }
+ }
+ }
.grow_introduction {
display: flex;
justify-content: space-between;
@@ -481,6 +515,7 @@
box-shadow: 0px 0px 12px rgba(29, 72, 129, 0.08);
padding: 22px 17px;
transition: 0.1s;
+ text-align: left;
.intro_title {
font-weight: 700;
color: #3d485d;
@@ -501,15 +536,15 @@
transform: translate(0, -20px);
}
}
- }
+ }
.zone_communicate {
- height: 160px;
+ height: 547px;
background: url('./img/communicateBg.png') no-repeat;
background-size: 100% 100%;
display: flex;
flex-direction: column;
align-items: center;
- justify-content: space-evenly;
+ padding:37px 0px;
p {
font-weight: 500;
font-size: 22px;
@@ -524,6 +559,77 @@
font-size: 16px;
cursor: pointer;
border: none;
+ margin:16px 0px 48px!important;
+ }
+ .zone_recruit{
+ display: flex;
+ width: 1200px;
+ margin:0px auto;
+ align-items: flex-start;
+ &>div{
+ max-width: 267px;
+ text-align: left;
+ p{
+ &:last-child{
+ font-family:PingFang SC;
+ color:#ffffff;
+ font-size:15px;
+ line-height:36px;
+ margin-top: 25px;
+ }
+ }
+ }
+ li{
+ background: #ffffff;
+ border-radius: 11px;
+ margin-left: 20px;
+ padding:28px 16px;
+ text-align: left;
+ flex: 1;
+ &:hover{
+ background: #e4eaf2;
+ border-radius: 11px;
+ box-shadow: 0px 0px 10px rgba(7, 70, 165, 0.11);
+ .zone_recruit_btn img{
+ left:68px;
+ }
+ }
+ .zone_recruit_name{
+ font-weight:700;
+ color:#1f2329;
+ font-size:18px;
+ line-height:27px;
+ height:27px;
+ }
+ .zone_recruit_desc{
+ color:#3d485d;
+ font-size:15px;
+ line-height:30px;
+ height: 120px;
+ margin:16px 0px 6px!important;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 4;
+ word-break: break-all;
+ white-space:break-spaces;
+ }
+ .zone_recruit_btn{
+ padding-right: 20px;
+ position: relative;
+ height: 20px;
+ line-height: 20px;
+ color: #07a583;
+ transition: 0.1s;
+ img{
+ position: absolute;
+ left: 62px;
+ top:5px;
+ transition: 0.1s;
+ }
+ }
+ }
}
}
}
@@ -648,6 +754,10 @@
}
}
}
+.line_key{
+ background-color: #fff;
+ padding:70px 0px;
+}
.zone1_source_box{
padding-bottom: 30px;
.source_h{
@@ -766,4 +876,353 @@
}
}
}
-}
\ No newline at end of file
+}
+
+.kxy{
+ text-align: center;
+ position: relative;
+ .zone_member{
+ display: flex;
+ justify-content: flex-start;
+ align-items: flex-end;
+ flex-wrap: wrap;
+ width: 1200px;
+ margin:0px auto;
+ li{
+ width: 240px;
+ height: 124px;
+ background-image: url(./img/zone1/core.png);
+ background-size: 100%;
+ margin-right: 80px;
+ box-shadow: 0px 0px 15px rgba(28, 48, 175, 0.08);
+ border-radius: 2px;
+ font-weight: 400;
+ font-size: 16px;
+ color: #4C5876;
+ margin-bottom: 45px!important;
+ padding:0px 10px;
+ img{
+ width: 50px;
+ height: 50px;
+ background: #D8D8D8;
+ box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.08);
+ border: 1px solid #FFFFFF;
+ border-radius: 50%;
+ margin-top: -25px;
+ margin-bottom: 3px;
+ }
+ &:nth-child(4n){
+ margin-right: 0px;
+ }
+ }
+ }
+ .zone_parter{
+ padding-bottom: 0px;
+ .zone_part_lists{
+ margin-top: 0px;
+ }
+ }
+ // 上面纵向的三部分
+ .chainBox{
+ width: 1200px;
+ margin:0px auto;
+ .chainNews{
+ display: flex;
+ &>li{
+ display: flex;
+ flex-direction: column;
+ width: 8%;
+ margin-right: 18px;
+ padding:15px;
+ }
+ &>ul:last-child{
+ width: 84%;
+ }
+ }
+ .chainNews_Main{
+ flex: 1;
+ border: 1px dashed rgba(70, 106, 255, 0.5);
+ padding:22px;
+ color:#111111;
+ font-size:16px;
+ .left_Infos{
+ li{
+ padding:10px 13px;
+ margin-bottom: 18px!important;
+ }
+ }
+ .right_infos{
+ li{
+ margin-bottom: 18px!important;
+ font-size: 16px;
+ padding:3px 5px!important;
+ }
+ }
+ .middle_ul{
+ width: 110px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-around;
+ margin:0px auto;
+ }
+ .chainNews_Box{
+ display: flex;
+ flex-wrap: wrap;
+ .boldFont{
+ display: block;
+ text-align: center;
+ margin-top: 15px;
+ width: 100%;
+ }
+ }
+ }
+ // 下面横向排列的三部分
+ &>ul{
+ border: 1px dashed rgba(70, 106, 255, 0.5);
+ padding:15px;
+ display: flex;
+ justify-content: space-between;
+ margin-top: 18px;
+ color: #111111;
+ &>div{
+ display: flex;
+ align-items: center;
+ width: 150px;
+ padding-left: 25px;
+ font-weight: 700;
+ font-size: 18px;
+ img{
+ width: 22px;
+ margin-right: 10px;
+ }
+ }
+ &>li{
+ flex:1;
+ display: flex;
+ flex-direction: column;
+ margin-left: 50px;
+ font-size: 16px;
+ &>span{
+ margin-bottom: 20px!important;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ &:last-child{
+ margin-bottom: 0px!important;
+ }
+ }
+ }
+ }
+ }
+ .bord_padding{
+ border: 1px dashed rgba(70, 106, 255, 0.5);
+ padding:5px 22px;
+ }
+ .bord_padding14{
+ border: 1px dashed rgba(70, 106, 255, 0.5);
+ padding:14px;
+ }
+ .boldFont{
+ font-weight: 700;
+ font-size: 18px;
+ line-height: 27px;
+ }
+ .width30{
+ width: 30%;
+ }
+ .width60{
+ width: 60%;
+ }
+ .mlauto{
+ margin-left: auto;
+ }
+ .width45{
+ width: 45%;
+ }
+ .flex{
+ display: flex;
+ }
+ .skybox{
+ background: #eff2fb;
+ padding:3px 15px;
+ border: 1px dashed rgba(70, 106, 255, 0.5);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ word-break: break-all;
+ }
+ .greenbox{
+ background: #07a583;
+ padding:3px 15px;
+ border: 1px dashed rgba(255, 255, 255, 0.5);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ word-break: break-all;
+ color: #fff;
+ cursor: pointer;
+ a{
+ display: block;
+ color: #fff;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ word-break: break-all;
+ position: relative;
+ padding-right: 32px;
+ }
+ img{
+ margin-left: 5px;
+ transition: .3s;
+ position: absolute;
+ right: 0px;
+ }
+ &:hover{
+ box-shadow: 0px 0px 6px 1px rgba(31,120,49,0.98);
+ border-color: #FFFFFF;
+ img{
+ right: -5px;
+ }
+ }
+ &.unHover:hover{
+ box-shadow: unset;
+ border-color: rgba(255, 255, 255, 0.5);
+ }
+ }
+
+ .last_box{
+ background-image: url('./img/zone1/last.png');
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ }
+}
+.shandowTitle{
+ font-family:Alimama ShuHeiTi;
+ font-weight:700;
+ color:#1f2329;
+ font-size:22px;
+ position: relative;
+ width: 1200px;
+ margin:0px auto;
+ text-align: left;
+ span{
+ position: absolute;
+ background:linear-gradient(180deg,#d8ddf0 0%,rgba(224, 229, 250, 0) 100%);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ top: -13px;
+ left: 0px;
+ }
+}
+.joinButton{
+ width: 140px;
+ height: 40px;
+ line-height: 40px!important;
+ color: #ffffff!important;
+ background-color: #07a583!important;
+ border-radius: 2px;
+ font-size: 16px;
+ cursor: pointer;
+ border: none;
+}
+.anchor_kxy{
+ width: 200px;
+ z-index: 1000;
+ top: 50%;
+ left: 200px;
+ position: fixed;
+ .ant-anchor-link{
+ margin:15px 0px;
+ text-align: left;
+ padding-left: 15px;
+ }
+ .ant-anchor-ink-ball{
+ display: none;
+ }
+ .ant-anchor-link-title-active,.ant-anchor-link-active{
+ color:#07a583;
+ position: relative;
+ }
+ .ant-anchor-link-active::before{
+ position: absolute;
+ content: "";
+ top:0px;
+ width: 2px;
+ height: 100%;
+ border:none;
+ left: -3px;
+ background-color:#07a583;
+ }
+}
+
+.system_open{
+ background:#f7f9fc;
+ padding:80px 0px;
+ &>div{
+ width: 1200px;
+ margin:0px auto;
+ }
+ .sys_box{
+ align-items: flex-start;
+ color: #1f2329;
+ font-size: 17px;
+ justify-content: space-evenly;
+ &>div{
+ width: 50%;
+ }
+ }
+ .sys_ul{
+ display: flex;
+ justify-content: space-between;
+ li{
+ width: 180px;
+ height: 49px;
+ background: #f6f7fa;
+ border: 2px solid rgba(255, 255, 255, 0.45);
+ border-radius: 4px;
+ box-shadow: 0px 0px 35px rgba(7, 70, 165, 0.11);
+ color: #111111;
+ font-size: 16px;
+ line-height: 49px;
+ }
+ }
+}
+
+
+
+@media screen and (min-width: 1400px) {
+ .anchor_kxy {
+ display: none;
+ }
+}
+@media screen and (min-width: 1500px) {
+ .anchor_kxy {
+ left: 100px;
+ display: block;
+ }
+}
+@media screen and (min-width: 1600px) {
+ .anchor_kxy {
+ left: 150px;
+ display: block;
+ }
+}
+
+@media screen and (min-width: 1700px) {
+ .anchor_kxy {
+ left: 80px;
+ display: block;
+ }
+}
+@media screen and (min-width: 1800px) {
+ .anchor_kxy {
+ left: 100px;
+ display: block;
+ }
+}
+@media screen and (min-width: 1900px) {
+ .anchor_kxy {
+ left: 190px;
+ display: block;
+ }
+}