|
|
@ -5,19 +5,37 @@ import LeftBottom from './Leftbottom' |
|
|
|
import RightTop from './Righttop' |
|
|
|
import Rightcenter from './Rightcenter' |
|
|
|
import Rightbottom from './Rightbottom' |
|
|
|
import Module from '../../public/module' |
|
|
|
import './style.less' |
|
|
|
const Build = () => { |
|
|
|
return ( |
|
|
|
<div className='bgbuild'> |
|
|
|
<div className='bgbuild-left'> |
|
|
|
<LeftTop/> |
|
|
|
<LeftCenter/> |
|
|
|
<LeftBottom/> |
|
|
|
<Module title={"各种状态公路数量统计"} style={{ width: "100%", |
|
|
|
height:" 33%" |
|
|
|
}}> |
|
|
|
<div> |
|
|
|
在建公路数量 |
|
|
|
</div> |
|
|
|
</Module> |
|
|
|
<Module title={"各乡镇道路占比统计"} style={{ width: "100%", |
|
|
|
height:" 33%",marginTop:'3%' |
|
|
|
}}></Module> |
|
|
|
<Module title={"道路统计"} style={{ width: "100%", |
|
|
|
height:" 30%",marginTop:'3%' |
|
|
|
}}></Module> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div className='bgbuild-right'> |
|
|
|
<RightTop/> |
|
|
|
<Rightcenter/> |
|
|
|
<Rightbottom/> |
|
|
|
<Module title={"宣传栏"} style={{ width: "100%", |
|
|
|
height:" 33%" |
|
|
|
}}></Module> |
|
|
|
<Module title={"各乡镇在建公路工程"} style={{ width: "100%", |
|
|
|
height:" 33%",marginTop:'3%' |
|
|
|
}}></Module> |
|
|
|
<Module title={"公路等级统计"} style={{ width: "100%", |
|
|
|
height:" 30%",marginTop:'3%' |
|
|
|
}}></Module> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
) |
|
|
|