|
@@ -159,17 +159,42 @@ class BigScreen extends React.Component {
|
|
|
{/* 左侧 */}
|
|
|
<div className={styles.contentPanelLeft}>
|
|
|
{/* <PanelBlock height="200px" /> */}
|
|
|
- <PanelBlock width="932px" height="560px" marginBottom="48px">
|
|
|
+ <PanelBlock
|
|
|
+ styleObj={{
|
|
|
+ width: "932px",
|
|
|
+ height: "560px",
|
|
|
+ marginBottom: "48px",
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-1.png")})`,
|
|
|
+ }}
|
|
|
+ >
|
|
|
<PortalTraffic />
|
|
|
</PanelBlock>
|
|
|
- <PanelBlock width="932px" height="560px" marginBottom="48px">
|
|
|
+ <PanelBlock
|
|
|
+ width="932px"
|
|
|
+ height="560px"
|
|
|
+ marginBottom="48px"
|
|
|
+ styleObj={{
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-1.png")})`,
|
|
|
+ }}
|
|
|
+ >
|
|
|
<Enquire />
|
|
|
</PanelBlock>
|
|
|
<PanelBlock flexDirection="row" height="608px">
|
|
|
- <PanelBlock>
|
|
|
+ <PanelBlock
|
|
|
+ styleObj={{
|
|
|
+ width: "434px",
|
|
|
+ marginRight: "60px",
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-2.png")})`,
|
|
|
+ }}
|
|
|
+ >
|
|
|
<OverseasEnquireLocation />
|
|
|
</PanelBlock>
|
|
|
- <PanelBlock>
|
|
|
+ <PanelBlock
|
|
|
+ styleObj={{
|
|
|
+ width: "434px",
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-2.png")})`,
|
|
|
+ }}
|
|
|
+ >
|
|
|
<DistributorEnquireLocation />
|
|
|
</PanelBlock>
|
|
|
</PanelBlock>
|
|
@@ -186,10 +211,21 @@ class BigScreen extends React.Component {
|
|
|
</PanelBlock>
|
|
|
<PanelBlock height="560px" marginBottom="48px" />
|
|
|
<PanelBlock flexDirection="row" height="608px">
|
|
|
- <PanelBlock width="822px" marginRight="64px">
|
|
|
+ <PanelBlock
|
|
|
+ width="822px"
|
|
|
+ marginRight="64px"
|
|
|
+ styleObj={{
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-3.png")})`,
|
|
|
+ }}
|
|
|
+ >
|
|
|
<AddMemberTrend />
|
|
|
</PanelBlock>
|
|
|
- <PanelBlock width="822px">
|
|
|
+ <PanelBlock
|
|
|
+ width="822px"
|
|
|
+ styleObj={{
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-3.png")})`,
|
|
|
+ }}
|
|
|
+ >
|
|
|
<AddProductTrend />
|
|
|
</PanelBlock>
|
|
|
</PanelBlock>
|
|
@@ -197,10 +233,23 @@ class BigScreen extends React.Component {
|
|
|
|
|
|
{/* 右侧 */}
|
|
|
<div className={styles.contentPanelRight}>
|
|
|
- <PanelBlock height="864px" width="932px" marginBottom="48px">
|
|
|
+ <PanelBlock
|
|
|
+ height="864px"
|
|
|
+ width="932px"
|
|
|
+ marginBottom="68px"
|
|
|
+ styleObj={{
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-4.png")})`,
|
|
|
+ }}
|
|
|
+ >
|
|
|
<SearchRankCloud />
|
|
|
</PanelBlock>
|
|
|
- <PanelBlock height="864px" width="932px" />
|
|
|
+ <PanelBlock
|
|
|
+ height="864px"
|
|
|
+ width="932px"
|
|
|
+ styleObj={{
|
|
|
+ backgroundImage: `url(${require("../../../assets/bigscreen/box-4.png")})`,
|
|
|
+ }}
|
|
|
+ />
|
|
|
</div>
|
|
|
|
|
|
<div className={styles.mapContainer}>{"ss"}</div>
|