|
|
@ -37,7 +37,7 @@ const Right = () => { |
|
|
|
dataLists.map((data, index) => ( |
|
|
|
<div key={index} style={{width:'100%',height:'40%'}}> |
|
|
|
<div className='busInformation'> |
|
|
|
<img src='assets/images/quanju/theBus.png' style={{ width: '15%', display:'block',float:'left' }} /> |
|
|
|
<img src='/assets/images/quanju/theBus.png' style={{ width: '15%', display:'block',float:'left' }} /> |
|
|
|
<span> |
|
|
|
<h3>所属线路</h3> |
|
|
|
<h4>{data.route}</h4> |
|
|
@ -49,15 +49,15 @@ const Right = () => { |
|
|
|
<div style={{ |
|
|
|
width:'98%',margin:'1% 1%',height:152,display:'block',float:'left',boxShadow: '0px 1px 5px 0px #1C60FE', |
|
|
|
border:'1px solid #1C60FE' |
|
|
|
}}><img src='assets/images/quanju/busVideo.png' style={{width:'100%',height:'100%'}} /></div> |
|
|
|
}}><img src='/assets/images/quanju/busVideo.png' style={{width:'100%',height:'100%'}} /></div> |
|
|
|
<div style={{ |
|
|
|
width:'48%',margin:'1% 1%',height:100,display:'block',float:'left',boxShadow: '0px 1px 5px 0px #1C60FE', |
|
|
|
border:'1px solid #1C60FE' |
|
|
|
}}><img src='assets/images/quanju/busVideo.png' style={{width:'100%',height:'100%'}} /></div> |
|
|
|
}}><img src='/assets/images/quanju/busVideo.png' style={{width:'100%',height:'100%'}} /></div> |
|
|
|
<div style={{ |
|
|
|
width:'48%',margin:'1% 1%',height:100,display:'block',float:'left',boxShadow: '0px 1px 5px 0px #1C60FE', |
|
|
|
border:'1px solid #1C60FE' |
|
|
|
}}><img src='assets/images/quanju/busVideo.png' style={{width:'100%',height:'100%'}} /></div> |
|
|
|
}}><img src='/assets/images/quanju/busVideo.png' style={{width:'100%',height:'100%'}} /></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
)) |
|
|
|