#
vincent
2020-05-30 7bb642507839468eb7ff604fa5442f10e274e0ff
#
2个文件已修改
135 ■■■■■ 已修改文件
src/main/webapp/static/css/console.css 31 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 104 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {
src/main/webapp/views/console.html
@@ -13,12 +13,19 @@
    <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script>
    <script type="text/javascript" src="../static/js/layer/layer.js"></script>
    <style>
        .system-state {
            position: absolute;
            top: 40px;
            right: 20px;
        header {
            height: 20%;
            opacity: 0.8;
            position: relative;
        }
        /* 系统运行状态 */
        .system-state {
            float: left;
            margin-left: 30px;
            margin-top: 30px;
            text-align: center;
            color: #2d6aff;
        }
        .system-icon {
            width: 100px;
            height: 100px;
@@ -29,30 +36,81 @@
            cursor: pointer;
        }
        /* 状态显示 */
        .data-window {
            width: 70%;
            text-align: center;
        }
        .data-window h1 {
            font-size: 3em;
            margin: 0;
            letter-spacing: 1px;
        }
        .crn-label, .site-label {
            display: inline-block;
            width: 15%;
            text-align: right;
            margin-bottom: 5px;
            font-size: 13px;
        }
        /* 堆垛机状态 */
        .crn-state-group {
            text-align: left;
        }
        .crn-state {
            display: inline-block;
            width: 50px;
            text-align: center;
        }
        /* 站点状态 */
        .site-state-group {
            text-align: left;
        }
        .site-state {
            display: inline-block;
            width: 50px;
            text-align: center;
        }
        /* 分割线 */
        .header-hr {
            border-radius: 5px;
            border: 1px solid #777;
            width: 80%;
            position: absolute;
            bottom: 0;
        }
    </style>
</head>
<body>
<header>
    <h1>自动仓库 WCS 监控图</h1>
    <!-- 状态 -->
    <div class="machine-state">
        <div class="crn-state-group">
            <span>堆垛机状态:</span>
            <span class="crn-state" style="background-color: #21ff3a">自动</span>
            <span class="crn-state" style="background-color: red">异常</span>
        </div>
        <div class="site-state-group">
            <span>站点状态:</span>
            <span class="site-state" style="background-color: #21ff3a;">自动</span>
            <span class="site-state" style="background-color: red;">异常</span>
        </div>
    </div>
    <!-- 系统运行 -->
    <!-- 系统运行状态 -->
    <div class="system-state">
        <div class="system-icon"></div>
        <span>系统运行中...</span>
    </div>
    <!-- 信息展示 -->
    <div class="data-window">
        <!--<h1>自动仓库 WCS 监控图</h1>-->
        <!--&lt;!&ndash;<div class="crn-state-group">&ndash;&gt;-->
            <!--&lt;!&ndash;<label class="crn-label">堆垛机状态颜色:</label>&ndash;&gt;-->
            <!--&lt;!&ndash;<span class="crn-state" style="background-color: #21ff3a">自动</span>&ndash;&gt;-->
            <!--&lt;!&ndash;<span class="crn-state" style="background-color: red">异常</span>&ndash;&gt;-->
        <!--&lt;!&ndash;</div>&ndash;&gt;-->
        <!--&lt;!&ndash;<div class="site-state-group">&ndash;&gt;-->
            <!--&lt;!&ndash;<label class="site-label">输送设备状态颜色:</label>&ndash;&gt;-->
            <!--&lt;!&ndash;<span class="site-state" style="background-color: #21ff3a;">自动</span>&ndash;&gt;-->
            <!--&lt;!&ndash;<span class="site-state" style="background-color: red;">异常</span>&ndash;&gt;-->
        <!--&lt;!&ndash;</div>&ndash;&gt;-->
    </div>
    <!--分割线-->
    <hr class="header-hr">
</header>
<main>
@@ -73,7 +131,7 @@
    <div class="site-row site-row-2">
        <div id="site-32" class="site" style="width: 80px; height: 50px;line-height: 50px">32</div>
        <div id="site-31" class="site" >31</div>
        <div id="site-30" class="site" style="width: 80px; height: 30px;line-height: 30px">30</div>
        <div id="site-30" class="site" style="width: 80px; height: 30px;line-height: 30px; background-color: red;">30</div>
        <div id="site-23" class="site" >23</div>
        <div id="site-22" class="site" style="width: 80px; height: 50px;line-height: 50px">22</div>
        <div id="site-20" class="site" >20</div>