| | |
| | | display: inline-block; |
| | | float: left; |
| | | position: fixed; |
| | | width: 49%; |
| | | width: 34%; |
| | | height: 23%; |
| | | background-color: rgba(0, 0, 0, 0.3); |
| | | border-radius: 15px; |
| | |
| | | .site-unauto { |
| | | background-color: rgb(184,184,184); |
| | | } |
| | | /*空闲*/ |
| | | .shuttle-idle { |
| | | background-color: rgb(120,255,129); |
| | | } |
| | | /*作业中*/ |
| | | .shuttle-working { |
| | | background-color: rgb(196,196,0); |
| | | } |
| | | /*等待确认*/ |
| | | .shuttle-waiting { |
| | | background-color: rgb(184,184,184); |
| | | } |
| | | /*充电中*/ |
| | | .shuttle-charging { |
| | | background-color: rgb(250,81,246); |
| | | } |
| | | /*充电任务等待确认*/ |
| | | .shuttle-charging-waiting { |
| | | background-color: rgb(58,77,249); |
| | | } |
| | | /*故障修复中*/ |
| | | .shuttle-fixing { |
| | | background-color: rgb(252,48,48); |
| | | } |
| | | /*离线*/ |
| | | .shuttle-offline { |
| | | background-color: rgb(0, 0, 0); |
| | | } |
| | | /*空闲*/ |
| | | .lift-idle { |
| | | background-color: rgb(120,255,129); |
| | | } |
| | | /*作业中*/ |
| | | .lift-working { |
| | | background-color: rgb(196,196,0); |
| | | } |
| | | /*等待确认*/ |
| | | .lift-waiting { |
| | | background-color: rgb(184,184,184); |
| | | } |
| | | /*离线*/ |
| | | .lift-offline { |
| | | background-color: rgb(0, 0, 0); |
| | | } |
| | | #code { |
| | | background-image: url(../images/status_bar_2.png); |
| | | background-repeat: no-repeat; |