|  |  | 
 |  |  |     cursor: pointer; | 
 |  |  | } | 
 |  |  | .system-icon-open { | 
 |  |  |     background-image: url("../image/stop48.png"); | 
 |  |  |     background-image: url("../images/stop48.png"); | 
 |  |  | } | 
 |  |  | .system-icon-close { | 
 |  |  |     background-image: url("../image/start48.png"); | 
 |  |  |     background-image: url("../images/start48.png"); | 
 |  |  | } | 
 |  |  |  | 
 |  |  | #system-run-desc { | 
 |  |  | 
 |  |  |     background-color: #fff; | 
 |  |  |     height: 20px; | 
 |  |  |     width: 80px; | 
 |  |  |     background-image: url("../image/Crane_auto.png"); | 
 |  |  |     background-image: url("../images/Crane_auto.png"); | 
 |  |  |     background-repeat: no-repeat; | 
 |  |  |     background-size:100% 100%; | 
 |  |  |     background-position: top center; | 
 |  |  | 
 |  |  |  | 
 |  |  | /* 入库 */ | 
 |  |  | .machine-pakin { | 
 |  |  |     background-image: url("../image/Crane_store.png"); | 
 |  |  |     background-image: url("../images/Crane_store.png"); | 
 |  |  | } | 
 |  |  | /* 出库 */ | 
 |  |  | .machine-pakout { | 
 |  |  |     background-image: url("../image/Crane_retrieve.png"); | 
 |  |  |     background-image: url("../images/Crane_retrieve.png"); | 
 |  |  | } | 
 |  |  | /* 库到库 */ | 
 |  |  | .machine-stock-move { | 
 |  |  |     background-image: url("../image/Crane_loctoloc.png"); | 
 |  |  |     background-image: url("../images/Crane_loctoloc.png"); | 
 |  |  | } | 
 |  |  | /* 站到站 */ | 
 |  |  | .machine-site-move { | 
 |  |  |     background-image: url("../image/Crane_stntostn.png"); | 
 |  |  |     background-image: url("../images/Crane_stntostn.png"); | 
 |  |  | } | 
 |  |  | /* p to p */ | 
 |  |  | .machine-p-move { | 
 |  |  |     background-image: url("../image/Crane_hptoohp.png"); | 
 |  |  |     background-image: url("../images/Crane_hptoohp.png"); | 
 |  |  | } | 
 |  |  | /* 异常 */ | 
 |  |  | .machine-error { | 
 |  |  |     background-image: url("../image/Crane_error.png"); | 
 |  |  |     background-image: url("../images/Crane_error.png"); | 
 |  |  | } | 
 |  |  | /* 自动 */ | 
 |  |  | .machine-auto { | 
 |  |  |     background-image: url("../image/Crane_auto.png"); | 
 |  |  |     background-image: url("../images/Crane_auto.png"); | 
 |  |  | } | 
 |  |  | /* 非自动/收到 */ | 
 |  |  | .machine-un-auto { | 
 |  |  |     background-image: url("../image/Crane_manual.png"); | 
 |  |  |     background-image: url("../images/Crane_manual.png"); | 
 |  |  | } | 
 |  |  |  | 
 |  |  |  | 
 |  |  | 
 |  |  | } | 
 |  |  | /* PToP */ | 
 |  |  | .machine-p-move-flag { | 
 |  |  |     background-color: #128014; | 
 |  |  |     background-color: #aaaaaa; | 
 |  |  |     color: #fff; | 
 |  |  | } | 
 |  |  | /* 异常 */ |