From c4b2cfbdc4b31a6e37a9b51c5f69620bd5e7841f Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期六, 23 八月 2025 08:38:58 +0800
Subject: [PATCH] wcs功能完善
---
src/main/webapp/static/css/crn.css | 107 +++++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 87 insertions(+), 20 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index 9552e44..ded525a 100644
--- a/src/main/webapp/static/css/crn.css
+++ b/src/main/webapp/static/css/crn.css
@@ -1,9 +1,15 @@
body {
- padding: 10px;
- background-color: #f1f1f1;
+ background-color: #6CA7A8;
}
-
-/* 绗竴妯″潡 */
+.button-window {
+ float: left;
+ width: 100%;
+ height: 100%;
+ padding: 10px;
+ border-radius: 5px;
+ box-shadow: 0 0 3px rgba(0 0 0 .3);
+}
+/* -------------------- 绗竴妯″潡 -------------------- */
.log-board {
background-color: #fff;
border-radius: 5px;
@@ -22,7 +28,7 @@
padding: 10px;
}
.crn-command-item {
- padding: 20px 0;
+ padding: 4px 0;
}
.crn-command-item label {
font-size: 20px;
@@ -40,7 +46,7 @@
.crn-command-item input {
vertical-align: middle;
outline: none;
- width: 70%;
+ width: 60%;
}
/* 鍙� */
@@ -48,7 +54,7 @@
float: left;
height: 100%;
width: 80%;
- overflow: hidden;
+ overflow: auto;
}
/* 鍫嗗灈鏈虹姸鎬佽〃 */
#crn-state-table {
@@ -73,11 +79,11 @@
background: #F5FAFA;
}
-/* 绗簩妯″潡 */
+/* -------------------- 绗簩妯″潡 -------------------- */
.crn-msg {
- overflow: hidden;
+ /*overflow: auto;*/
margin-top: 10px;
- height: 20%;
+ height: 23%;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,.3);
@@ -105,8 +111,9 @@
background: #fff;
}
-/* 绗笁妯″潡 */
+/* -------------------- 绗笁妯″潡 -------------------- */
.crn-operation {
+ position: relative;
margin-top: 10px;
height: 25%;
background-color: #fff;
@@ -118,16 +125,16 @@
.task-select {
height: 50%;
overflow: hidden;
- border-bottom: 1px solid #d1d1d1;
- padding: 20px 0px 10px 30px;
+ padding: 20px 0 10px 20px;
}
.operator-item {
display: inline-block;
height: 100%;
+ width: 20%;
text-align: center;
position: relative;
vertical-align: middle;
- padding: 0 20px;
+ padding: 10px 0px 10px 50px;
}
.operator-item .select-title {
display: inline-block;
@@ -144,7 +151,7 @@
z-index: 999;
}
.operator-item .select-container {
- padding: 30px;
+ padding: 10px 0;
height: 100%;
border: 1px solid #8d8d8d;
border-radius: 5px;
@@ -162,24 +169,84 @@
}
.select-container-item {
display: inline-block;
- padding: 0 10px;
+ margin: 0px auto;
+ padding: 0;
}
.select-container-item input {
+ height: 20px;
+ border: 1px solid #8D8D8D;
+ border-radius: 3px;
width: 80px;
+ outline: none;
}
-/* 绗洓妯″潡 */
+/* 浠诲姟浣滀笟閫夋嫨妗� */
+.task-operator {
+ height: 50%;
+ overflow: hidden;
+ padding: 0 20px 10px 20px;
+}
+.task-operator fieldset {
+ padding: 15px 20px 5px 50px;
+ border-width: 1px;
+ border-style: solid;
+ height: 100%;
+}
+.task-operator legend {
+ margin-left: 20px;
+ padding: 0 10px;
+ font-size: 16px;
+ font-weight: 300;
+}
+button.item {
+ border: 1px solid #333;
+ font-size: 13px;
+ padding: 1px 1px 1px 1px;
+ width: 100px;
+ height: 40px;
+ outline: none;
+ cursor: pointer;
+ color: #333;
+ background-color: transparent;
+ margin-right: 5px;
+ border-radius: 5px;
+}
+button.item:hover {
+ background-color: #333;
+ color: #fff;
+}
+
+/* 鎵嬪姩鎿嶄綔閬僵 */
+.crn-operation-shade {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ z-index: 1000;
+ text-align: center;
+ padding: 80px 0;
+}
+.crn-operation-shade-span {
+ font-size: xx-large;
+ font-weight: bold;
+ color: red;
+}
+
+/* -------------------- 绗洓妯″潡 -------------------- */
.crn-output-board {
margin-top: 10px;
- height: 23%;
+ height: 20%;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#crn-output {
- border: 1px solid #b9b9b9;
+ border-left: none;
+ border-right: none;
+ border-top: 1px solid #9d9d9d;
+ border-bottom: 1px solid #333;
width: 100%;
height: 100%;
overflow: auto;
resize:none;
-}
\ No newline at end of file
+ color: #666;
+}
--
Gitblit v1.9.1