|
@ -56,7 +56,7 @@ const Right = ({ busRunTime }) => { |
|
|
const style = { height: "97%", marginTop: "3%" } |
|
|
const style = { height: "97%", marginTop: "3%" } |
|
|
const carouselContent = busRunTimeList.map((d, index) => { |
|
|
const carouselContent = busRunTimeList.map((d, index) => { |
|
|
return ( |
|
|
return ( |
|
|
<div key={index} style={{ width: '100%', height: '40%' }}> |
|
|
<div key={index} style={{ width: '100%', height: '40%' }} className='carCard'> |
|
|
<div className='busInformation'> |
|
|
<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> |
|
|
<span> |
|
@ -85,8 +85,8 @@ const Right = ({ busRunTime }) => { |
|
|
// title={"车辆视频监控"}
|
|
|
// title={"车辆视频监控"}
|
|
|
title={"公交运营信息"} |
|
|
title={"公交运营信息"} |
|
|
> |
|
|
> |
|
|
<div style={{ width: '90%', height: '96%', margin: '2% 5%', overflow: 'hidden' }}> |
|
|
<div style={{ width: '90%', height: '96%', margin: '2% 5%', overflow: 'hidden' }} > |
|
|
<div style={{ border: '1px solid rgba(10, 114, 255, 1)', backgroundColor: 'rgba(10, 114, 255, 0.1)' }}> |
|
|
<div style={{ border: '1px solid rgba(10, 114, 255, 1)', backgroundColor: 'rgba(10, 114, 255, 0.1)' }} > |
|
|
<img src='/assets/images/quanju/search.png' style={{ width: '5%', margin: '0 1.5% 1% 3.5%' }} /> |
|
|
<img src='/assets/images/quanju/search.png' style={{ width: '5%', margin: '0 1.5% 1% 3.5%' }} /> |
|
|
<Input |
|
|
<Input |
|
|
style={{ |
|
|
style={{ |
|
|