|  |  |  | 
|---|
|  |  |  | border: 1px solid rgb(108,167,168); | 
|---|
|  |  |  | background-color: rgb(108, 167, 168); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /*库位*/ | 
|---|
|  |  |  | .loc { | 
|---|
|  |  |  | position: absolute; | 
|---|
|  |  |  | color: #333; | 
|---|
|  |  |  | cursor: pointer; | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | background-color: rgb(120,255,129); | 
|---|
|  |  |  | font-size: 14px; | 
|---|
|  |  |  | z-index: 9; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /* 入库 */ | 
|---|
|  |  |  | .machine-put-flag { | 
|---|
|  |  |  | padding: 0 10px; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /* 静置完成 */ | 
|---|
|  |  |  | .loc-empty { | 
|---|
|  |  |  | .LOC_STAY_OVER { | 
|---|
|  |  |  | background-color: rgb(163,214,242); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 在库静置中*/ | 
|---|
|  |  |  | .loc-wait { | 
|---|
|  |  |  | .LOC_STAY { | 
|---|
|  |  |  | background-color: rgb(151,180,0); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 在库待测 */ | 
|---|
|  |  |  | .loc-in-wait { | 
|---|
|  |  |  | .LOC_WAIT_TESTINT { | 
|---|
|  |  |  | background-color: rgb(58,77,249); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 在库测试中 */ | 
|---|
|  |  |  | .loc-testing { | 
|---|
|  |  |  | .LOC_TESTING { | 
|---|
|  |  |  | background-color: rgb(240,140,10); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 异常 */ | 
|---|
|  |  |  | .loc-error { | 
|---|
|  |  |  | .LOC_ERROR { | 
|---|
|  |  |  | background-color: rgb(252,48,48); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 空库位 */ | 
|---|
|  |  |  | .loc-empty { | 
|---|
|  |  |  | .LOC_EMPTY { | 
|---|
|  |  |  | background-color: rgb(132,255,115); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | width: 291px; | 
|---|
|  |  |  | height: 365px; | 
|---|
|  |  |  | background-image: url(../images/Popup-yellow.png); | 
|---|
|  |  |  | position: fixed; | 
|---|
|  |  |  | position: absolute; | 
|---|
|  |  |  | color:white; | 
|---|
|  |  |  | left: 50%; | 
|---|
|  |  |  | top: 50%; | 
|---|
|  |  |  | transform: translate(-50%,-50%); | 
|---|
|  |  |  | /*left: 50%;*/ | 
|---|
|  |  |  | /*top: 50%;*/ | 
|---|
|  |  |  | /*transform: translate(-50%,-50%);*/ | 
|---|
|  |  |  | z-index: 101; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 输送设备弹窗 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | width: 291px; | 
|---|
|  |  |  | height: 336px; | 
|---|
|  |  |  | background-image: url(../images/Popup-green.png); | 
|---|
|  |  |  | position: fixed; | 
|---|
|  |  |  | position: absolute; | 
|---|
|  |  |  | color:white; | 
|---|
|  |  |  | left: 50%; | 
|---|
|  |  |  | top: 50%; | 
|---|
|  |  |  | transform: translate(-50%,-50%); | 
|---|
|  |  |  | /*left: 50%;*/ | 
|---|
|  |  |  | /*top: 50%;*/ | 
|---|
|  |  |  | /*transform: translate(-50%,-50%);*/ | 
|---|
|  |  |  | z-index: 101; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | #siteWindow-head { | 
|---|
|  |  |  | 
|---|
|  |  |  | margin-top: 15px; | 
|---|
|  |  |  | margin-right: 80px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /*库位弹窗*/ | 
|---|
|  |  |  | #locWindow { | 
|---|
|  |  |  | width: 292px; | 
|---|
|  |  |  | height: 175px; | 
|---|
|  |  |  | background-color: rgba(0,0,0,0.85); | 
|---|
|  |  |  | border-radius: 20px; | 
|---|
|  |  |  | position: absolute; | 
|---|
|  |  |  | color:white; | 
|---|
|  |  |  | z-index: 101; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | #locWindow-head { | 
|---|
|  |  |  | background-color: rgb(163,214,242); | 
|---|
|  |  |  | width: 292px; | 
|---|
|  |  |  | height: 55px; | 
|---|
|  |  |  | line-height: 55px; | 
|---|
|  |  |  | color: #000000; | 
|---|
|  |  |  | font-weight: 700; | 
|---|
|  |  |  | letter-spacing: 2px; | 
|---|
|  |  |  | text-indent: 1em; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | #locWindow-head .detailed { | 
|---|
|  |  |  | display: inline-block; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | #locWindow-head button { | 
|---|
|  |  |  | width: 25px; | 
|---|
|  |  |  | height: 25px; | 
|---|
|  |  |  | padding: 0px; | 
|---|
|  |  |  | border: none; | 
|---|
|  |  |  | border-radius: 25px; | 
|---|
|  |  |  | background-image: url(../images/siteclose.png); | 
|---|
|  |  |  | display: inline-block; | 
|---|
|  |  |  | float: right; | 
|---|
|  |  |  | margin-top: 15px; | 
|---|
|  |  |  | margin-right: 40px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /* 弹窗 */ | 
|---|
|  |  |  | form .form-item { | 
|---|