|
|
@ -74,11 +74,14 @@ const Leftcenter = () => { |
|
|
|
list.map((item, index) => { |
|
|
|
return index + 1 == num ? |
|
|
|
<div style={{ width: "100%", height: "100%", position: "relative" }}> |
|
|
|
|
|
|
|
<img style={{ width: "100%", position: "absolute", bottom: "5%" }} src={item.img} /> |
|
|
|
<p style={{ |
|
|
|
width: "100%", height: "3vh", position: "absolute", bottom: "3%", |
|
|
|
backgroundColor: "rgba(0,0,0,0.26)", lineHeight: "3vh", textAlign: "" |
|
|
|
}}><span style={{ marginLeft: "13%", color: "#FFFFFF", fontSize: "12px", fontFamily: "PingFangSC-Regular, PingFang SC", fontWeight: 400 }}>{item.name}</span></p> |
|
|
|
}}> |
|
|
|
<img src='/assets/images/leadership/weizhis.png' style={{ width: "5%", height: "60%", marginLeft: "3%" }} /> |
|
|
|
<span style={{ marginLeft: "3%", color: "#FFFFFF", fontSize: "12px", fontFamily: "PingFangSC-Regular, PingFang SC", fontWeight: 400 }}>{item.name}</span></p> |
|
|
|
</div> : "" |
|
|
|
|
|
|
|
}) |
|
|
|