自动化立体仓库 - WCS系统
YCQ
whycq
2021-12-14 0d4ab0a6b74d4ef3bce6d915b1932ee3a96846a2
src/main/webapp/static/css/console.css
@@ -15,7 +15,7 @@
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background-color: #fff;
    height: 20%;
    height: 17%;
    opacity: 0.8;
    position: relative;
}
@@ -107,7 +107,7 @@
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background-color: #fff;
    height: 75.8%;
    height: 82%;
    position: relative;
}
@@ -135,7 +135,7 @@
/* 输送线第二列 */
.site-row-2 {
    top: 102px;
    top: 52px;
    left: 300px;
}
.site-row-2 .site {
@@ -144,8 +144,8 @@
/* 输送线第三列 */
.site-row-3 {
    top: 102px;
    left: 400px;
    top: 52px;
    left: 370px;
}
.site-row-3 .site {
    width: 100px;
@@ -189,7 +189,19 @@
    background-color: #21ff3a;
    font-size: 13px;
}
/*空站点*/
.site-1{
    color: #333;
    height: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    background-color: #ffffff;
    font-size: 13px;
}
/* 无效站点(必须在site下面) */
.site-none {
    border: none;
    background-color: transparent;
@@ -253,8 +265,8 @@
/* ------------------ 货架总成 ------------------ */
.main-part {
    position: absolute;
    top: 100px;
    left: 500px;
    top: 10px;
    left: 440px;
}
.main-part .lane {
    /*margin-bottom: 30px;*/
@@ -404,39 +416,39 @@
}
/* 入库口 */
.cargo-put-0 {
    transform: rotateY(180deg);
    top: 338px;
    left: 1710px;
    position: absolute;
    width: 50px;
    height: 40px;
    background-image: url("../image/fork_r.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: top center;
}
.cargo-put-1 {
    top: 108px;
    left: 152px;
    position: absolute;
    width: 50px;
    height: 40px;
    background-image: url("../image/fork_r.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: top center;
}
/*.cargo-put-0 {*/
/*    transform: rotateY(180deg);*/
/*    top: 338px;*/
/*    left: 1710px;*/
/*    position: absolute;*/
/*    width: 50px;*/
/*    height: 40px;*/
/*    background-image: url("../image/fork_r.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size:100% 100%;*/
/*    background-position: top center;*/
/*}*/
/*.cargo-put-1 {*/
/*    top: 108px;*/
/*    left: 152px;*/
/*    position: absolute;*/
/*    width: 50px;*/
/*    height: 40px;*/
/*    background-image: url("../image/fork_r.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size:100% 100%;*/
/*    background-position: top center;*/
/*}*/
/* 扫码器 */
.code-decoder {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../image/bscanner.png");
    background-repeat: no-repeat;
    background-size:100% 60%;
    background-position: top center;
}
/*.code-decoder {*/
/*    position: absolute;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background-image: url("../image/bscanner.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size:100% 60%;*/
/*    background-position: top center;*/
/*}*/
/* 扫码器文字 */
.code-decoder-data {
    font-size: small;