Browse Source

建设首页框架

release_0.0.1
dengyinhuan 2 years ago
parent
commit
c080f5026f
  1. 30
      web/client/src/sections/quanju/containers/footer/build/index.js

30
web/client/src/sections/quanju/containers/footer/build/index.js

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

Loading…
Cancel
Save