From cb15c6400b7dfc3855e5fdd76b8b217bf6bc9567 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <xltys1995> Date: 星期三, 30 十二月 2020 10:55:09 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/pipeline.css | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 119 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/css/pipeline.css b/src/main/webapp/static/css/pipeline.css index 6a4f519..6b47392 100644 --- a/src/main/webapp/static/css/pipeline.css +++ b/src/main/webapp/static/css/pipeline.css @@ -19,6 +19,69 @@ border-right: 1px solid #cad9ea; } +/* 琛ㄦ牸 */ +.plc-log-header { + height: 05%; +} +.plc-log-body { + height: 95%; + overflow: auto; +} + + +/* 绔欑偣琛ㄦ牸 */ +#site-table { + font-size: 12px; + border-collapse: collapse; + 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寮傚父琛ㄦ牸 */ +#plc-error-table { + font-size: 12px; + border-collapse: collapse; + margin: 0 auto; +} +#plc-error-table td, #plc-error-table th { + border: 1px solid #cad9ea; + color: #666; + height: 25px; + 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; +} + + /* 灏鹃儴 */ footer { height: 11%; @@ -33,4 +96,60 @@ height: 100%; overflow: auto; resize:none; +} + + +/* 璇︽儏寮瑰嚭灞� */ +#site-detl { + 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 ; + border: 1px solid #ccc; + border-radius: 3px; + padding: 5px 8px; + width: 150px; + font-size: 14px; + font-weight: bolder; +} +.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) +} +.form-button-container { + text-align: center; +} +.form-button { + margin: 10px 10px; + width: 50px; + height: 30px; + color:white; + background-color:cornflowerblue; + border-radius: 3px; + border-width: 0; + outline: none; + font-size: 15px; + text-align: center; + cursor: pointer; +} +.form-button:hover { + opacity: 0.7; } \ No newline at end of file -- Gitblit v1.9.1