From 7d2c445d4d27bf6a16eed7634e3b5eb1212620eb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 03 三月 2022 11:00:45 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/crn.css | 40 ++++++++++++++++++++++++++++++----------
1 files changed, 30 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index f16c57f..4ff0c57 100644
--- a/src/main/webapp/static/css/crn.css
+++ b/src/main/webapp/static/css/crn.css
@@ -2,7 +2,11 @@
padding: 10px;
background-color: #f1f1f1;
}
-
+.button-window {
+ float: left;
+ width: 5%;
+ height: 100%;
+}
/* -------------------- 绗竴妯″潡 -------------------- */
.log-board {
background-color: #fff;
@@ -15,14 +19,14 @@
.command-log {
float: left;
height: 100%;
- width: 20%;
+ width: 19%;
text-align: center;
}
.command-log h2 {
padding: 10px;
}
.crn-command-item {
- padding: 20px 0;
+ padding: 4px 0;
}
.crn-command-item label {
font-size: 20px;
@@ -40,15 +44,15 @@
.crn-command-item input {
vertical-align: middle;
outline: none;
- width: 70%;
+ width: 60%;
}
/* 鍙� */
.crn-state {
float: left;
height: 100%;
- width: 80%;
- overflow: hidden;
+ width: 76%;
+ overflow: auto;
}
/* 鍫嗗灈鏈虹姸鎬佽〃 */
#crn-state-table {
@@ -75,9 +79,9 @@
/* -------------------- 绗簩妯″潡 -------------------- */
.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);
@@ -107,6 +111,7 @@
/* -------------------- 绗笁妯″潡 -------------------- */
.crn-operation {
+ position: relative;
margin-top: 10px;
height: 25%;
background-color: #fff;
@@ -207,10 +212,25 @@
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);
@@ -225,4 +245,4 @@
overflow: auto;
resize:none;
color: #666;
-}
\ No newline at end of file
+}
--
Gitblit v1.9.1