|
|
@ -88,25 +88,16 @@ const RightTop = (props) => { |
|
|
|
<div style={{ position: "fixed", width: "400px", height: "200px", zIndex: 100, right: "24%", marginTop: "0", top: "25%" }}> |
|
|
|
<img src='/assets/images/leadership/beijinglan.png' style={{ width: "100%", height: "100%" }} /> |
|
|
|
<div style={{ width: "50%", height: "100%", position: "absolute", top: "0", }}> |
|
|
|
{ |
|
|
|
(item.conserveAfterPic && item.conserveAfterPic.length) |
|
|
|
|| |
|
|
|
(item.conserveBeforePic && item.conserveBeforePic.length) |
|
|
|
|| |
|
|
|
(item.conserveUnderwayPic && item.conserveUnderwayPic.length) |
|
|
|
? |
|
|
|
<Hua shuzu={[{ |
|
|
|
"imgs": item.conserveAfterPic ? |
|
|
|
"imgs": item.conserveAfterPic && item.conserveAfterPic.length ? |
|
|
|
item.conserveAfterPic[0] : "" |
|
|
|
}, { |
|
|
|
"imgs": item.conserveBeforePic ? |
|
|
|
"imgs": item.conserveBeforePic && item.conserveBeforePic.length ? |
|
|
|
item.conserveBeforePic[0] : "" |
|
|
|
}, { |
|
|
|
"imgs": item.conserveUnderwayPic ? |
|
|
|
"imgs": item.conserveUnderwayPic && item.conserveUnderwayPic.length ? |
|
|
|
item.conserveUnderwayPic[0] : "" |
|
|
|
}]} /> |
|
|
|
: '' |
|
|
|
} |
|
|
|
</div> |
|
|
|
<div style={{ position: "absolute", top: "0", width: "50%", left: "50%", paddingRight: "10px" }}> |
|
|
|
<p style={{ marginTop: "20px", color: "#FFFFFF", fontSize: "16px", fontFamily: "YouSheBiaoTiHei" }}> |
|
|
|