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/pipeline.css |   45 +++++++++++++++++++++++++++++++++++----------
 1 files changed, 35 insertions(+), 10 deletions(-)

diff --git a/zy-acs-cv/src/main/webapp/static/css/pipeline.css b/zy-acs-cv/src/main/webapp/static/css/pipeline.css
index 80aa317..382ab21 100644
--- a/zy-acs-cv/src/main/webapp/static/css/pipeline.css
+++ b/zy-acs-cv/src/main/webapp/static/css/pipeline.css
@@ -2,13 +2,15 @@
     /*padding: 10px;*/
     background-color: #6CA7A8;
 }
+
 main {
     background-color: #fff;
     height: 85%;
     border-radius: 5px;
-    box-shadow: 0 0 3px rgba(0,0,0,.3);
+    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
     margin-bottom: 8px;
 }
+
 .button-window {
     float: left;
     width: 100%;
@@ -17,6 +19,7 @@
     border-radius: 5px;
     box-shadow: 0 0 3px rgba(0 0 0 .3);
 }
+
 .main-board {
     padding-left: 1%;
     float: left;
@@ -24,6 +27,7 @@
     height: 100%;
     overflow: auto;
 }
+
 .main-board:first-child {
     border-right: 1px solid #cad9ea;
 }
@@ -32,6 +36,7 @@
 .plc-log-header {
     height: 15%;
 }
+
 .plc-log-body {
     height: 100%;
     overflow: auto;
@@ -43,12 +48,14 @@
     /*overflow: hidden;*/
     padding: 10px 20px;
 }
+
 .io-mode-oper fieldset {
     padding: 15px 0 10px 0;
     border-width: 1px;
     border-style: solid;
     height: 100%;
 }
+
 .io-mode-oper legend {
     text-align: center;
     padding: 0 10px;
@@ -63,22 +70,25 @@
     margin: 0 auto;
     text-align: center;
 }
+
 #site-table td, #site-table th {
     border: 1px solid #cad9ea;
     color: #666;
     height: 25px;
 }
+
 #site-table thead th {
     background-color: #CCE8EB;
     width: 100px;
 }
+
 #site-table tr:nth-child(odd) {
     background: #fff;
 }
+
 #site-table tr:nth-child(even) {
     background: #F5FAFA;
 }
-
 
 
 /* plc寮傚父琛ㄦ牸 */
@@ -87,6 +97,7 @@
     border-collapse: collapse;
     margin: 0 auto;
 }
+
 #plc-error-table td, #plc-error-table th {
     border: 1px solid #cad9ea;
     color: #666;
@@ -94,16 +105,20 @@
     text-align: left;
     padding-left: 5px;
 }
+
 #plc-error-table thead th {
     background-color: #CCE8EB;
     width: 100px;
 }
+
 #plc-error-table td {
     color: red;
 }
+
 #plc-error-table tr:nth-child(odd) {
     background: #fff;
 }
+
 #plc-error-table tr:nth-child(even) {
     background: #F5FAFA;
 }
@@ -114,15 +129,16 @@
     height: 11%;
     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);
 }
+
 #output {
     color: #666;
     border: 1px solid #b9b9b9;
     width: 100%;
     height: 100%;
     overflow: auto;
-    resize:none;
+    resize: none;
 }
 
 
@@ -131,23 +147,28 @@
     padding: 30px 10px 0 25px;
     overflow: hidden;
 }
+
 #site-detl form {
     overflow: hidden;
 }
+
 .form-item {
     margin-bottom: 10px;
 }
+
 .form-label {
     display: inline-block;
     width: 70px;
     text-align: right;
 }
+
 .form-input {
     display: inline-block;
     padding-left: 15px;
 }
+
 .form-input input {
-    outline-style: none ;
+    outline-style: none;
     border: 1px solid #ccc;
     border-radius: 3px;
     padding: 5px 8px;
@@ -155,21 +176,24 @@
     font-size: 14px;
     font-weight: bolder;
 }
-.form-input input:focus{
+
+.form-input input:focus {
     border-color: #66afe9;
     outline: 0;
-    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
-    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
+    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
+    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
 }
+
 .form-button-container {
     text-align: center;
 }
+
 .form-button {
     margin: 10px 10px;
     width: 50px;
     height: 30px;
-    color:white;
-    background-color:cornflowerblue;
+    color: white;
+    background-color: cornflowerblue;
     border-radius: 3px;
     border-width: 0;
     outline: none;
@@ -177,6 +201,7 @@
     text-align: center;
     cursor: pointer;
 }
+
 .form-button:hover {
     opacity: 0.7;
 }
\ No newline at end of file

--
Gitblit v1.9.1