|
|
@ -2,24 +2,24 @@ import { Col, Row } from 'antd' |
|
|
|
import React from 'react' |
|
|
|
import Module from '../../../public/module' |
|
|
|
|
|
|
|
const RightTop = () => { |
|
|
|
const RightTop = (props) => { |
|
|
|
const style = { height: "31%", marginTop: "3%" } |
|
|
|
const textStyle = { fontSize: 14, color: '#E9F7FF' } |
|
|
|
const numStyle = { color: '#fff', fontSize: 20, fontFamily: 'YouSheBiaoTiHei', textShadow: '0px 0px 8px #1C60FE', marginTop: 8 } |
|
|
|
const numStyle = { color: '#fff', fontSize: 21, fontFamily: 'YouSheBiaoTiHei', textShadow: '0px 0px 8px #1C60FE', marginTop: 8 } |
|
|
|
return ( |
|
|
|
<> |
|
|
|
<Module style={style} title={"道路设施数量统计"}> |
|
|
|
<div style={{ paddingLeft: '8%' }}> |
|
|
|
<Row style={{ marginTop: "5%", justifyContent: 'space-around' }}> |
|
|
|
<Col style={{ display: 'flex', width: '50%' }}> |
|
|
|
<img src='assets/images/quanju/biaoxian.png' alt='icon' /> |
|
|
|
<img src='assets/images/quanju/biaoxian.png' alt='icon' style={{ width: '36%', height: '100%' }} /> |
|
|
|
<div style={{ marginLeft: 10 }}> |
|
|
|
<div style={textStyle}>标线</div> |
|
|
|
<div style={numStyle}>1352km</div> |
|
|
|
</div> |
|
|
|
</Col> |
|
|
|
<Col style={{ display: 'flex', width: '50%' }}> |
|
|
|
<img src='assets/images/quanju/renxing.png' alt='icon' /> |
|
|
|
<img src='assets/images/quanju/renxing.png' alt='icon' style={{ width: '36%', height: '100%' }}/> |
|
|
|
<span style={{ marginLeft: 10 }}> |
|
|
|
<div style={textStyle}>人行道</div> |
|
|
|
<div style={numStyle}>80处</div> |
|
|
@ -28,14 +28,14 @@ const RightTop = () => { |
|
|
|
</Row> |
|
|
|
<Row style={{ justifyContent: 'space-around' }}> |
|
|
|
<Col style={{ display: 'flex', width: '50%' }}> |
|
|
|
<img src='assets/images/quanju/biaozhi.png' alt='icon' /> |
|
|
|
<img src='assets/images/quanju/biaozhi.png' alt='icon' style={{ width: '36%', height: '100%' }} /> |
|
|
|
<span style={{ marginLeft: 10 }}> |
|
|
|
<div style={textStyle}>标志牌</div> |
|
|
|
<div style={numStyle}>4563个</div> |
|
|
|
</span> |
|
|
|
</Col> |
|
|
|
<Col span={12} style={{ display: 'flex', width: '50%' }}> |
|
|
|
<img src='assets/images/quanju/fanghu.png' alt='icon' /> |
|
|
|
<img src='assets/images/quanju/fanghu.png' alt='icon' style={{ width: '36%', height: '100%' }}/> |
|
|
|
<span style={{ marginLeft: 10 }}> |
|
|
|
<div style={textStyle}>防护栏</div> |
|
|
|
<div style={numStyle}>1054km</div> |
|
|
|