| | |
| | | <link rel="stylesheet" type="text/css" href="../static/css/common.css"> |
| | | <link rel="stylesheet" type="text/css" href="../static/css/console.css"> |
| | | <style> |
| | | /* 头部 */ |
| | | header { |
| | | height: 20%; |
| | | border: 1px solid red; |
| | | } |
| | | /* 主体 */ |
| | | main { |
| | | height: 80%; |
| | | position: relative; |
| | | } |
| | | |
| | | .main-part { |
| | | position: absolute; |
| | | top: 100px; |
| | | left: 400px; |
| | | /*transform: translate(-50%, 0);*/ |
| | | } |
| | | /* 堆垛机轨道 */ |
| | | .pathway { |
| | | border: 1px solid #000; |
| | | position: absolute; |
| | | background-color:#eee!important; |
| | | color: #000000 !important; |
| | | width: 100%; |
| | | margin-top: 10px; |
| | | z-index: -1; |
| | | |
| | | /* 站点 */ |
| | | .site { |
| | | cursor: pointer; |
| | | width: 50px; |
| | | text-align: center; |
| | | background-color: #21ff3a; |
| | | font-size: 13px; |
| | | float: left; |
| | | } |
| | | .site:hover { |
| | | opacity: 0.7; |
| | | } |
| | | /* 无效站点 */ |
| | | .site-none { |
| | | background-color: transparent; |
| | | } |
| | | |
| | | |
| | |
| | | <span>描述信息</span> |
| | | </header> |
| | | <main> |
| | | <!-- 货架 + 堆垛机 + 入库点 + 出库点 --> |
| | | |
| | | <!-- 左输送线 --> |
| | | <div class="line-left"> |
| | | <!-- 第一列 --> |
| | | <div class="row-1"> |
| | | |
| | | </div> |
| | | <!-- 第二列 --> |
| | | <div class="row-2"> |
| | | |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | <!-- 货架 + 堆垛机 + 入库站点 + 出库站点 --> |
| | | <div class="main-part"> |
| | | |
| | | <!--输送线--> |
| | | |
| | | <!--第一排--> |
| | | <span>1#</span> |
| | | <span class="row-no">1#</span> |
| | | <!-- 货架 --> |
| | | <div class="stock-group"> |
| | | <div class="site site-none"> </div> |
| | | <button class="item">1</button> |
| | | <button class="item">2</button> |
| | | <button class="item">3</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> |
| | |
| | | <!-- 堆垛机 --> |
| | | <div class="crn"> |
| | | <hr class="pathway"> |
| | | <div class="machine"></div> |
| | | <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">24</button> |
| | | </div> |
| | | <div class="stock-group"> |
| | | <div class="site site-none"> </div> |
| | | <button class="item">1</button> |
| | | <button class="item">2</button> |
| | | <button class="item">3</button> |
| | |
| | | <br> |
| | | |
| | | <!--第二排--> |
| | | <span>2#</span> |
| | | <span class="row-no">2#</span> |
| | | <!-- 货架 --> |
| | | <div class="stock-group"> |
| | | <div class="site site-none"> </div> |
| | | <button class="item">1</button> |
| | | <button class="item">2</button> |
| | | <button class="item">3</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> |
| | |
| | | </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">24</button> |
| | | </div> |
| | | <div class="stock-group"> |
| | | <div class="site site-none"> </div> |
| | | <button class="item">1</button> |
| | | <button class="item">2</button> |
| | | <button class="item">3</button> |
| | |
| | | <button class="item">24</button> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- 右输送线 --> |
| | | </main> |
| | | </body> |
| | | </html> |