#
vincent
2020-05-29 5988f8fc27f462c0252198ffbcb8a4980ff4d09e
src/main/webapp/views/console.html
@@ -8,66 +8,295 @@
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <link rel="stylesheet" type="text/css" href="../static/css/normalize.css">
    <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;*/
        }
        #container {
            position: relative;
        }
        #box {
        .main-part {
            position: absolute;
            top: 15px;
            left: 30px;
            top: 100px;
            left: 400px;
            /*transform: translate(-50%, 0);*/
        }
        /* 按钮组 */
        .group .item {
            float: left;
            border-top: 2px solid #333;
            border-bottom: 2px solid #333;
            border-left: 1px solid #333;
            border-right: 1px solid #333;
        }
        .group .item:first-child {
            border-left: 2px solid #333;
        }
        .group .item:last-child {
            border-right: 2px solid #333;
        }
        button.item {
            padding: 1px 1px 1px 1px;
            width: 22px;
            height: 22px;
            outline: none;
        /* 站点 */
        .site {
            cursor: pointer;
            color: #333;
            width: 50px;
            text-align: center;
            background-color: #21ff3a;
            font-size: 13px;
            float: left;
        }
        .site:hover {
            opacity: 0.7;
        }
        /* 无效站点 */
        .site-none {
            background-color: transparent;
            transition: 0.4s;
        }
        button.item:hover {
            background-color: #333;
            color: #fff;
        }
    </style>
</head>
<body>
<div id="container">
    <div id="box">
        <div class="group">
            <button class="item">1</button>
            <button class="item">24</button>
            <button class="item">25</button>
            <button class="item">26</button>
            <button class="item">27</button>
            <button class="item">28</button>
<header>
    <span>描述信息</span>
</header>
<main>
    <!-- 左输送线 -->
    <div class="line-left">
        <!-- 第一列 -->
        <div class="row-1">
        </div>
        <!-- 第二列 -->
        <div class="row-2">
        </div>
    </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>
            <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" 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>
    <!-- 右输送线 -->
</main>
</body>
</html>