From bc0a69ea4a4fb49dadc02bf548d8f3fd3f60d18a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 19 八月 2020 09:22:09 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 95 ++++++++++++++++++++++-------------------------
1 files changed, 45 insertions(+), 50 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 1f24a7f..e2c90aa 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -30,24 +30,36 @@
/* 绯荤粺杩愯鐘舵�� */
.system-state {
float: left;
- margin-left: 30px;
- margin-top: 30px;
+ width: 10%;
+ height: 100%;
+ padding: 20px;
text-align: center;
color: #2d6aff;
}
-.system-icon {
- width: 100px;
- height: 100px;
- background-image: url("../image/stop48.png");
+#system-icon {
+ display: inline-block;
+ width: 70%;
+ height: 70%;
background-repeat: no-repeat;
background-size:100% 100%;
background-position: top center;
cursor: pointer;
}
-.system-state span {
+.system-icon-open {
+ background-image: url("../image/stop48.png");
+}
+.system-icon-close {
+ background-image: url("../image/start48.png");
+}
+
+#system-run-desc {
+ font-size: large;
display: inline-block;
padding-top: 10px;
font-weight: bold;
+ overflow: hidden;
+ text-overflow:ellipsis;
+ white-space: nowrap;
}
/* 鐘舵�佹樉绀� */
@@ -106,34 +118,9 @@
}
/* 杈撻�佺嚎绗竴鍒� */
.site-row-1 {
- left: 100px;
-}
-.site-row-1 .site {
- width: 100px;
-}
-/* 杈撻�佺嚎绗簩鍒� */
-.site-row-2 {
left: 200px;
}
-.site-row-2 .site {
- width: 100px;
-}
-/* 杈撻�佺嚎绗笁鍒� */
-.site-row-3 {
- left: 300px;
- width: 100px;
-}
-.site-row-3 .site {
- float: left;
- width: 100px;
-}
-/* 杈撻�佺嚎绗洓鍒� */
-.site-row-4 {
- left: 400px;
- width: 100px;
-}
-.site-row-4 .site {
- float: right;
+.site-row-1 .site {
width: 100px;
}
@@ -152,6 +139,7 @@
.site-none {
border: none;
background-color: transparent;
+ cursor: default;
}
/* 鑷姩 */
.site-auto {
@@ -178,7 +166,7 @@
/* ------------------ 璐ф灦鎬绘垚 ------------------ */
.main-part {
position: absolute;
- top: 250px;
+ top: 100px;
left: 300px;
}
.main-part .lane {
@@ -198,6 +186,7 @@
border-left: 1px solid #333!important;
border-right: 1px solid #333!important;
border-right: none;
+ cursor: inherit;
}
.stock-group .item:last-child {
/*border-right: 1px solid #333!important;*/
@@ -332,20 +321,26 @@
margin-left: 35px;
}
+/* 寮圭獥 */
+form .form-item {
+ display: inline-block;
+ padding-top: 10px;
+ padding-left: 5px;
+}
+form .form-item-label {
+ float: left;
+ text-align: right;
+ padding: 1px 6px;
+ display: inline-block;
+ vertical-align: middle;
+}
+form .form-item-input {
+ display: inline-block;
+ float: left;
+ vertical-align: middle;
+}
+form .form-item-input input {
+ height: 1.5rem;
+ padding-left: 0.5rem;
+}
-
-/* 鍔ㄧ敾 */
-/*.machine {*/
- /*position: relative;*/
- /*-webkit-animation: machine 2s;*/
- /*animation: machine 2s;*/
- /*animation-fill-mode: forwards;*/
-/*}*/
-/*@-webkit-keyframes machine {*/
- /*from {left: 0;}*/
- /*to {left: 100px}*/
-/*}*/
-/*@keyframes animationCrn {*/
- /*from {left: 0}*/
- /*to {left: 100px}*/
-/*}*/
\ No newline at end of file
--
Gitblit v1.9.1