| | |
| | | .site-unauto { |
| | | background-color: rgb(184,184,184); |
| | | } |
| | | |
| | | |
| | | /* 静置完成 */ |
| | | .loc-empty { |
| | | background-color: rgb(163,214,242); |
| | | } |
| | | /* 在库静置中*/ |
| | | .loc-wait { |
| | | background-color: rgb(151,180,0); |
| | | } |
| | | /* 在库待测 */ |
| | | .loc-in-wait { |
| | | background-color: rgb(58,77,249); |
| | | } |
| | | /* 在库测试中 */ |
| | | .loc-testing { |
| | | background-color: rgb(240,140,10); |
| | | } |
| | | /* 异常 */ |
| | | .loc-error { |
| | | background-color: rgb(252,48,48); |
| | | } |
| | | /* 空库位 */ |
| | | .loc-empty { |
| | | background-color: rgb(132,255,115); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | #code { |
| | | background-image: url(../images/status_bar_2.png); |
| | | background-repeat: no-repeat; |