From 544a87d197c1522be08170e86b3cfdd8b1431646 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期五, 29 五月 2020 10:21:37 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 96 +++++++++++++++++++++++++++---------------------
1 files changed, 54 insertions(+), 42 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 71ce0ae..2362a34 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -8,6 +8,7 @@
<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%;
@@ -16,58 +17,69 @@
height: 100%;
/*background-color: #007DDB;*/
}
- #container {
- position: relative;
- }
- #box {
- position: absolute;
- top: 15px;
- left: 30px;
+
+ /* 澶撮儴 */
+ header {
+ height: 20%;
+ border: 1px solid red;
}
- /* 鎸夐挳缁� */
- .group .item {
- float: left;
- border-top: 2px solid #333;
- border-bottom: 2px solid #333;
- border-left: 1px solid #333;
- border-right: 1px solid #333;
+ /* 涓讳綋 */
+ main {
+ height: 80%;
}
- .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;
- cursor: pointer;
- color: #333;
- 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">
+<header>
+ <span>鎻忚堪淇℃伅</span>
+</header>
+<main>
+ <!-- 宸﹁緭閫佺嚎 -->
+ <div class="site">
+
+ </div>
+ <!-- 璐ф灦 + 鍫嗗灈鏈� -->
+ <div class="main-part">
+ <!-- 璐ф灦 -->
+ <div class="stock-group">
<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>
- <button class="item">25</button>
- <button class="item">26</button>
- <button class="item">27</button>
- <button class="item">28</button>
+ </div>
+ <!-- 鍫嗗灈鏈� -->
+ <div class="crn">
+ <hr class="pathway">
+ <button class="machine">鍫嗗灈鏈�</button>
</div>
</div>
-</div>
+ <!-- 鍙宠緭閫佺嚎 -->
+ <div class="site">
+
+ </div>
+</main>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.9.1