#
vincent
2020-05-29 5988f8fc27f462c0252198ffbcb8a4980ff4d09e
src/main/webapp/views/console.html
@@ -10,23 +10,28 @@
    <link rel="stylesheet" type="text/css" href="../static/css/common.css">
    <link rel="stylesheet" type="text/css" href="../static/css/console.css">
    <style>
        html {
            height: 100%;
        }
        body {
            height: 100%;
            /*background-color: #007DDB;*/
        .main-part {
            position: absolute;
            top: 100px;
            left: 400px;
            /*transform: translate(-50%, 0);*/
        }
        /* 头部 */
        header {
            height: 20%;
            border: 1px solid red;
        /* 站点 */
        .site {
            cursor: pointer;
            width: 50px;
            text-align: center;
            background-color: #21ff3a;
            font-size: 13px;
            float: left;
        }
        /* 主体 */
        main {
            height: 80%;
        .site:hover {
            opacity: 0.7;
        }
        /* 无效站点 */
        .site-none {
            background-color: transparent;
        }
@@ -37,14 +42,54 @@
    <span>描述信息</span>
</header>
<main>
    <!-- 左输送线 -->
    <div class="site">
    <!-- 左输送线 -->
    <div class="line-left">
        <!-- 第一列 -->
        <div class="row-1">
        </div>
        <!-- 第二列 -->
        <div class="row-2">
        </div>
    </div>
    <!-- 货架 + 堆垛机 -->
    <!-- 货架 + 堆垛机 + 入库站点 + 出库站点 -->
    <div class="main-part">
        <!--第一排-->
        <span class="row-no">1#</span>
        <!-- 货架 -->
        <div class="stock-group">
            <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
            <button class="item">4</button>
            <button class="item">5</button>
            <button class="item">6</button>
            <button class="item">7</button>
            <button class="item">8</button>
            <button class="item">9</button>
            <button class="item">10</button>
            <button class="item">11</button>
            <button class="item">12</button>
            <button class="item">13</button>
            <button class="item">14</button>
            <button class="item">15</button>
            <button class="item">16</button>
            <button class="item">17</button>
            <button class="item">18</button>
            <button class="item">19</button>
            <button class="item">20</button>
            <button class="item">21</button>
            <button class="item">22</button>
            <button class="item">23</button>
            <button class="item">24</button>
        </div>
        <div class="stock-group">
            <div id="site-21" class="site">21</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
@@ -73,13 +118,185 @@
        <!-- 堆垛机 -->
        <div class="crn">
            <hr class="pathway">
            <button class="machine">堆垛机</button>
            <div class="machine" style="margin-left: 30px"></div>
        </div>
        <!-- 货架 -->
        <div class="stock-group">
            <div id="site-18" class="site">18</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
            <button class="item">4</button>
            <button class="item">5</button>
            <button class="item">6</button>
            <button class="item">7</button>
            <button class="item">8</button>
            <button class="item">9</button>
            <button class="item">10</button>
            <button class="item">11</button>
            <button class="item">12</button>
            <button class="item">13</button>
            <button class="item">14</button>
            <button class="item">15</button>
            <button class="item">16</button>
            <button class="item">17</button>
            <button class="item">18</button>
            <button class="item">19</button>
            <button class="item">20</button>
            <button class="item">21</button>
            <button class="item">22</button>
            <button class="item">23</button>
            <button class="item">24</button>
        </div>
        <div class="stock-group">
            <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
            <button class="item">4</button>
            <button class="item">5</button>
            <button class="item">6</button>
            <button class="item">7</button>
            <button class="item">8</button>
            <button class="item">9</button>
            <button class="item">10</button>
            <button class="item">11</button>
            <button class="item">12</button>
            <button class="item">13</button>
            <button class="item">14</button>
            <button class="item">15</button>
            <button class="item">16</button>
            <button class="item">17</button>
            <button class="item">18</button>
            <button class="item">19</button>
            <button class="item">20</button>
            <button class="item">21</button>
            <button class="item">22</button>
            <button class="item">23</button>
            <button class="item">24</button>
        </div>
        <br>
        <!--第二排-->
        <span class="row-no">2#</span>
        <!-- 货架 -->
        <div class="stock-group">
            <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
            <button class="item">4</button>
            <button class="item">5</button>
            <button class="item">6</button>
            <button class="item">7</button>
            <button class="item">8</button>
            <button class="item">9</button>
            <button class="item">10</button>
            <button class="item">11</button>
            <button class="item">12</button>
            <button class="item">13</button>
            <button class="item">14</button>
            <button class="item">15</button>
            <button class="item">16</button>
            <button class="item">17</button>
            <button class="item">18</button>
            <button class="item">19</button>
            <button class="item">20</button>
            <button class="item">21</button>
            <button class="item">22</button>
            <button class="item">23</button>
            <button class="item">24</button>
        </div>
        <div class="stock-group">
            <div id="site-14" class="site">14</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
            <button class="item">4</button>
            <button class="item">5</button>
            <button class="item">6</button>
            <button class="item">7</button>
            <button class="item">8</button>
            <button class="item">9</button>
            <button class="item">10</button>
            <button class="item">11</button>
            <button class="item">12</button>
            <button class="item">13</button>
            <button class="item">14</button>
            <button class="item">15</button>
            <button class="item">16</button>
            <button class="item">17</button>
            <button class="item">18</button>
            <button class="item">19</button>
            <button class="item">20</button>
            <button class="item">21</button>
            <button class="item">22</button>
            <button class="item">23</button>
            <button class="item">24</button>
        </div>
        <!-- 堆垛机 -->
        <div class="crn">
            <hr class="pathway">
            <div class="machine"></div>
        </div>
        <!-- 货架 -->
        <div class="stock-group">
            <div id="site-11" class="site">11</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
            <button class="item">4</button>
            <button class="item">5</button>
            <button class="item">6</button>
            <button class="item">7</button>
            <button class="item">8</button>
            <button class="item">9</button>
            <button class="item">10</button>
            <button class="item">11</button>
            <button class="item">12</button>
            <button class="item">13</button>
            <button class="item">14</button>
            <button class="item">15</button>
            <button class="item">16</button>
            <button class="item">17</button>
            <button class="item">18</button>
            <button class="item">19</button>
            <button class="item">20</button>
            <button class="item">21</button>
            <button class="item">22</button>
            <button class="item">23</button>
            <button class="item">24</button>
        </div>
        <div class="stock-group">
            <div class="site site-none">&nbsp;&nbsp;&nbsp;&nbsp;</div>
            <button class="item">1</button>
            <button class="item">2</button>
            <button class="item">3</button>
            <button class="item">4</button>
            <button class="item">5</button>
            <button class="item">6</button>
            <button class="item">7</button>
            <button class="item">8</button>
            <button class="item">9</button>
            <button class="item">10</button>
            <button class="item">11</button>
            <button class="item">12</button>
            <button class="item">13</button>
            <button class="item">14</button>
            <button class="item">15</button>
            <button class="item">16</button>
            <button class="item">17</button>
            <button class="item">18</button>
            <button class="item">19</button>
            <button class="item">20</button>
            <button class="item">21</button>
            <button class="item">22</button>
            <button class="item">23</button>
            <button class="item">24</button>
        </div>
    </div>
    <!-- 右输送线 -->
    <div class="site">
    </div>
    <!-- 右输送线 -->
</main>
</body>
</html>