From 5de76af00f69a66f60263046aacde1bcbc8c86b9 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期六, 30 五月 2020 10:40:44 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 138 +++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 129 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index d5d7f2b..2a05660 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
+<!--5灞� 28鍒� 1120搴撲綅-->
<head>
<meta charset="UTF-8">
<title>WCS鎺у埗涓績</title>
@@ -12,12 +13,105 @@
<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>
+ 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;
+ background-image: url("../static/image/stop48.png");
+ background-repeat: no-repeat;
+ background-size:100% 100%;
+ background-position: top center;
+ cursor: pointer;
+ }
+
+ /* 鐘舵�佹樉绀� */
+ .data-window {
+ width: 70%;
+ text-align: center;
+ }
+ .data-window h1 {
+ font-size: 3em;
+ margin: 0;
+ letter-spacing: 1px;
+ font-weight: inherit;
+ }
+ .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>
- <span>鎻忚堪淇℃伅</span>
+ <!-- 绯荤粺杩愯鐘舵�� -->
+ <div class="system-state">
+ <div class="system-icon"></div>
+ <span>绯荤粺杩愯涓�...</span>
+ </div>
+
+ <!-- 淇℃伅灞曠ず -->
+ <div class="data-window">
+ <h1>鑷姩浠撳簱 WCS 鐩戞帶鍥�</h1>
+ <!--<!–<div class="crn-state-group">–>-->
+ <!--<!–<label class="crn-label">鍫嗗灈鏈虹姸鎬侀鑹�:</label>–>-->
+ <!--<!–<span class="crn-state" style="background-color: #21ff3a">鑷姩</span>–>-->
+ <!--<!–<span class="crn-state" style="background-color: red">寮傚父</span>–>-->
+ <!--<!–</div>–>-->
+ <!--<!–<div class="site-state-group">–>-->
+ <!--<!–<label class="site-label">杈撻�佽澶囩姸鎬侀鑹�:</label>–>-->
+ <!--<!–<span class="site-state" style="background-color: #21ff3a;">鑷姩</span>–>-->
+ <!--<!–<span class="site-state" style="background-color: red;">寮傚父</span>–>-->
+ <!--<!–</div>–>-->
+ </div>
+
+ <!--鍒嗗壊绾�-->
+ <hr class="header-hr">
</header>
<main>
@@ -38,7 +132,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>
@@ -97,6 +191,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
<div class="stock-group">
@@ -125,6 +223,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
<!-- 鍫嗗灈鏈� -->
@@ -159,6 +261,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
<div class="stock-group">
@@ -187,6 +293,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
<br>
@@ -220,6 +330,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
<div class="stock-group">
@@ -248,6 +362,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
<!-- 鍫嗗灈鏈� -->
@@ -282,6 +400,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
<div class="stock-group">
@@ -310,6 +432,10 @@
<button class="item">22</button>
<button class="item">23</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>
<div class="site site-none"> </div>
</div>
</div>
@@ -320,12 +446,6 @@
</main>
-<!-- 寮瑰嚭灞� -->
-<form id="msg" style="display: none">
- <input name="name" type="text">
- <input name="password" type="password">
- <button>纭畾</button>
-</form>
</body>
<script>
var crn1Position = 0;
@@ -354,7 +474,7 @@
layer.open({
type: 1,
shadeClose: true, //鐐瑰嚮閬僵鍏抽棴灞�
- content: $("#msg")
+ content: 'text'
});
})
--
Gitblit v1.9.1