#
luxiaotao1123
2020-08-24 0bc2791302e9af5955dfb6bd4d2bc6e870e6218d
src/main/webapp/static/css/console.css
@@ -162,6 +162,31 @@
    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 {