|  |  | 
 |  |  | } | 
 |  |  | .states { | 
 |  |  |    background-image: url(../images/line.png); | 
 |  |  |    margin-bottom:54px; | 
 |  |  |    /*margin-bottom:54px;*/ | 
 |  |  | } | 
 |  |  | .button { | 
 |  |  |    margin-left: 5%; | 
 |  |  | 
 |  |  | .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-waiting { | 
 |  |  |    background-color: rgb(184,184,184); | 
 |  |  | } | 
 |  |  | /*离线*/ | 
 |  |  | .lift-offline { | 
 |  |  |    background-color: rgb(0, 0, 0); | 
 |  |  | } | 
 |  |  | #code { | 
 |  |  |    background-image: url(../images/status_bar_2.png); | 
 |  |  | 
 |  |  | /* ------------------ 货架总成 ------------------ */ | 
 |  |  | .main-part { | 
 |  |  |    position: absolute; | 
 |  |  |    top: -150px; | 
 |  |  |    left: 50px; | 
 |  |  |    transform: scale(0.75); | 
 |  |  |    top: 100px; | 
 |  |  |    left: -150px; | 
 |  |  |    width: 2205px; | 
 |  |  |    scale: 0.7; | 
 |  |  | } | 
 |  |  | .main-part .lane { | 
 |  |  |    margin-top: 30px; | 
 |  |  | 
 |  |  | } | 
 |  |  |  | 
 |  |  | /* 库位组 */ | 
 |  |  | .stock-group { | 
 |  |  |    width: 100%; | 
 |  |  | } | 
 |  |  | .stock-group .item { | 
 |  |  |    width: 70px; | 
 |  |  |    width: 35px; | 
 |  |  |    height: 35px; | 
 |  |  |    float: left; | 
 |  |  |    border-top: 1px solid rgb(194,76,65); | 
 |  |  | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .stock-group .site { | 
 |  |  |    width: 70px; | 
 |  |  |    width: 35px; | 
 |  |  |    float: left; | 
 |  |  |    word-break: break-all; | 
 |  |  |    display: flex; | 
 |  |  | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .sxcar{ | 
 |  |  |    width: 70px; | 
 |  |  |    width: 35px; | 
 |  |  |    height: 35px; | 
 |  |  |    background-image: url(../images/sxcar.png); | 
 |  |  |    background-size: 100% 100%; | 
 |  |  |    position: absolute; | 
 |  |  |    top: 0; | 
 |  |  |    left: 0; | 
 |  |  |    display: flex; | 
 |  |  |    justify-content: center; | 
 |  |  |    align-items: center; | 
 |  |  |    text-shadow: 2px 2px 4px #000000; | 
 |  |  |    color: red; | 
 |  |  |    font-size: 18px; | 
 |  |  | } |