#
luxiaotao1123
2020-08-25 4026b1594d31cd40c7273e1cc3e121e8b4744bc0
src/main/webapp/static/css/console.css
@@ -118,34 +118,9 @@
}
/* 输送线第一列 */
.site-row-1 {
    left: 100px;
}
.site-row-1 .site {
    width: 100px;
}
/* 输送线第二列 */
.site-row-2 {
    left: 200px;
}
.site-row-2 .site {
    width: 100px;
}
/* 输送线第三列 */
.site-row-3 {
    left: 300px;
    width: 100px;
}
.site-row-3 .site {
    float: left;
    width: 100px;
}
/* 输送线第四列 */
.site-row-4 {
    left: 400px;
    width: 100px;
}
.site-row-4 .site {
    float: right;
.site-row-1 .site {
    width: 100px;
}
@@ -164,6 +139,7 @@
.site-none {
    border: none;
    background-color: transparent;
    cursor: default;
}
/* 自动 */
.site-auto {
@@ -186,11 +162,36 @@
    background-color: yellow;
}
/* ------------------ 台车 ------------------ */
/* 轨道 */
.car-track {
    position: absolute;
    background: url(../image/bg.jpg);
}
#car-track-1 {
    top: 122px;
    left: 100px;
    width: 100px;
    height: 200px;
}
/* 车 */
.car {
    position: absolute;
}
.site-8 {
    top: 122px;
    left: 100px;
    width: 100px;
    height: 40px;
    line-height: 40px
}
/* ------------------ 货架总成 ------------------ */
.main-part {
    position: absolute;
    top: 250px;
    top: 100px;
    left: 300px;
}
.main-part .lane {
@@ -255,6 +256,41 @@
}
/* 入库 */
.machine-pakin {
    background-image: url("../image/Crane_store.png");
}
/* 出库 */
.machine-pakout {
    background-image: url("../image/Crane_retrieve.png");
}
/* 库到库 */
.machine-stock-move {
    background-image: url("../image/Crane_loctoloc.png");
}
/* 站到站 */
.machine-site-move {
    background-image: url("../image/Crane_stntostn.png");
}
/* p to p */
.machine-p-move {
    background-image: url("../image/Crane_hptoohp.png");
}
/* 异常 */
.machine-error {
    background-image: url("../image/Crane_error.png");
}
/* 自动 */
.machine-auto {
    background-image: url("../image/Crane_auto.png");
}
/* 非自动/收到 */
.machine-un-auto {
    background-image: url("../image/Crane_manual.png");
}
/* 入库 */
.machine-put {
    background-color: #90d0f3;
}
@@ -307,11 +343,12 @@
/* 入库口 */
.cargo-put {
    top: 68px;
    left: 113px;
    transform: rotateY(180deg);
    top: 285px;
    left: 313px;
    position: absolute;
    width: 50px;
    height: 50px;
    height: 40px;
    background-image: url("../image/fork_r.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
@@ -336,8 +373,8 @@
}
/* 扫码器1 */
#code-decoder-1 {
    top: 240px;
    left: 470px;
    top: 320px;
    left: 200px;
}
/* 扫码器数据1 */
#code-decoder-data-1 {