From 10c67c3fd19ff5c966d66f817c75fc7a895e8bfc Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 24 五月 2024 10:00:14 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/crn.css | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/main/webapp/static/css/crn.css b/src/main/webapp/static/css/crn.css
index 4ff0c57..ded525a 100644
--- a/src/main/webapp/static/css/crn.css
+++ b/src/main/webapp/static/css/crn.css
@@ -1,11 +1,13 @@
body {
- padding: 10px;
- background-color: #f1f1f1;
+ background-color: #6CA7A8;
}
.button-window {
float: left;
- width: 5%;
+ width: 100%;
height: 100%;
+ padding: 10px;
+ border-radius: 5px;
+ box-shadow: 0 0 3px rgba(0 0 0 .3);
}
/* -------------------- 绗竴妯″潡 -------------------- */
.log-board {
@@ -19,7 +21,7 @@
.command-log {
float: left;
height: 100%;
- width: 19%;
+ width: 20%;
text-align: center;
}
.command-log h2 {
@@ -51,7 +53,7 @@
.crn-state {
float: left;
height: 100%;
- width: 76%;
+ width: 80%;
overflow: auto;
}
/* 鍫嗗灈鏈虹姸鎬佽〃 */
@@ -128,10 +130,11 @@
.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;
@@ -148,7 +151,7 @@
z-index: 999;
}
.operator-item .select-container {
- padding: 30px 0;
+ padding: 10px 0;
height: 100%;
border: 1px solid #8d8d8d;
border-radius: 5px;
@@ -166,7 +169,8 @@
}
.select-container-item {
display: inline-block;
- padding: 0 10px;
+ margin: 0px auto;
+ padding: 0;
}
.select-container-item input {
height: 20px;
--
Gitblit v1.9.1