From 6876084ffc4a01c1eca6a609dec8c176efc59aae Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 22 一月 2026 15:16:45 +0800
Subject: [PATCH] 1
---
zy-acs-cv/src/main/webapp/static/css/crn.css | 48 +++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 41 insertions(+), 7 deletions(-)
diff --git a/zy-acs-cv/src/main/webapp/static/css/crn.css b/zy-acs-cv/src/main/webapp/static/css/crn.css
index ded525a..8070199 100644
--- a/zy-acs-cv/src/main/webapp/static/css/crn.css
+++ b/zy-acs-cv/src/main/webapp/static/css/crn.css
@@ -1,6 +1,7 @@
body {
background-color: #6CA7A8;
}
+
.button-window {
float: left;
width: 100%;
@@ -9,11 +10,12 @@
border-radius: 5px;
box-shadow: 0 0 3px rgba(0 0 0 .3);
}
+
/* -------------------- 绗竴妯″潡 -------------------- */
.log-board {
background-color: #fff;
border-radius: 5px;
- box-shadow: 0 0 3px rgba(0,0,0,.3);
+ box-shadow: 0 0 3px rgba(0, 0, 0, .3);
height: 25%;
}
@@ -24,17 +26,21 @@
width: 20%;
text-align: center;
}
+
.command-log h2 {
padding: 10px;
}
+
.crn-command-item {
padding: 4px 0;
}
+
.crn-command-item label {
font-size: 20px;
font-weight: bold;
vertical-align: middle;
}
+
.crn-command-item span {
display: inline-block;
width: 20px;
@@ -43,6 +49,7 @@
border-radius: 5px;
vertical-align: middle;
}
+
.crn-command-item input {
vertical-align: middle;
outline: none;
@@ -56,6 +63,7 @@
width: 80%;
overflow: auto;
}
+
/* 鍫嗗灈鏈虹姸鎬佽〃 */
#crn-state-table {
font-size: 12px;
@@ -63,18 +71,22 @@
margin: 0 auto;
text-align: center;
}
+
#crn-state-table td, #crn-state-table th {
border: 1px solid #cad9ea;
color: #666;
height: 25px;
}
+
#crn-state-table thead th {
background-color: #CCE8EB;
width: 300px;
}
+
#crn-state-table tr:nth-child(odd) {
background: #fff;
}
+
#crn-state-table tr:nth-child(even) {
background: #F5FAFA;
}
@@ -86,8 +98,9 @@
height: 23%;
background-color: #fff;
border-radius: 5px;
- box-shadow: 0 0 3px rgba(0,0,0,.3);
+ box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
+
/* 鍫嗗灈鏈虹姸鎬佷俊鎭〃 */
#crn-msg-table {
font-size: 12px;
@@ -95,18 +108,22 @@
margin: 0 auto;
text-align: center;
}
+
#crn-msg-table td, #crn-msg-table th {
border: 1px solid #f1f1f1;
color: #666;
height: 30px;
}
+
#crn-msg-table thead th {
background-color: #fff;
width: 400px;
}
+
#crn-msg-table tr:nth-child(odd) {
background: #fff;
}
+
#crn-msg-table tr:nth-child(even) {
background: #fff;
}
@@ -118,7 +135,7 @@
height: 25%;
background-color: #fff;
border-radius: 5px;
- box-shadow: 0 0 3px rgba(0,0,0,.3);
+ box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
/* 浠诲姟璁惧閫夋嫨妗� */
@@ -127,6 +144,7 @@
overflow: hidden;
padding: 20px 0 10px 20px;
}
+
.operator-item {
display: inline-block;
height: 100%;
@@ -136,6 +154,7 @@
vertical-align: middle;
padding: 10px 0px 10px 50px;
}
+
.operator-item .select-title {
display: inline-block;
position: absolute;
@@ -150,28 +169,37 @@
padding: 5px;
z-index: 999;
}
+
.operator-item .select-container {
padding: 10px 0;
height: 100%;
border: 1px solid #8d8d8d;
border-radius: 5px;
}
+
#crn-select .select-container label {
display: inline-block;
padding: 0 20px;
- vertical-align: middle; margin-top:-2px; margin-bottom:1px;
+ vertical-align: middle;
+ margin-top: -2px;
+ margin-bottom: 1px;
}
+
.select-container input {
display: inline-block;
font-size: 12px;
- vertical-align: middle; margin-top:-2px; margin-bottom:1px;
+ vertical-align: middle;
+ margin-top: -2px;
+ margin-bottom: 1px;
}
+
.select-container-item {
display: inline-block;
margin: 0px auto;
padding: 0;
}
+
.select-container-item input {
height: 20px;
border: 1px solid #8D8D8D;
@@ -186,18 +214,21 @@
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;
@@ -211,6 +242,7 @@
margin-right: 5px;
border-radius: 5px;
}
+
button.item:hover {
background-color: #333;
color: #fff;
@@ -225,6 +257,7 @@
text-align: center;
padding: 80px 0;
}
+
.crn-operation-shade-span {
font-size: xx-large;
font-weight: bold;
@@ -237,8 +270,9 @@
height: 20%;
background-color: #fff;
border-radius: 5px;
- box-shadow: 0 0 3px rgba(0,0,0,.3);
+ box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
+
#crn-output {
border-left: none;
border-right: none;
@@ -247,6 +281,6 @@
width: 100%;
height: 100%;
overflow: auto;
- resize:none;
+ resize: none;
color: #666;
}
--
Gitblit v1.9.1