#
vincent
2020-05-30 7bb642507839468eb7ff604fa5442f10e274e0ff
src/main/webapp/static/css/console.css
@@ -1,5 +1,6 @@
html {
    height: 100%;
    background-color: #000000;
}
body {
@@ -10,37 +11,7 @@
}
/* ------------------------------------ 头部 ------------------------------------*/
header {
    height: 20%;
    border: 1px solid red;
    text-align: center;
    opacity: 0.8;
    position: relative;
}
header h1 {
    margin: 0;
    letter-spacing: 2px;
}
/* 状态显示 */
.machine-state {
    text-align: left;
}
.crn-state-group {
    margin-bottom: 5px;
}
/* 堆垛机状态 */
.crn-state {
    display: inline-block;
    width: 50px;
    text-align: center;
}
/* 站点状态 */
.site-state {
    display: inline-block;
    width: 50px;
    text-align: center;
}
/* ------------------------------------ 主体 ------------------------------------*/
main {