From 13b5d9eef0131ebe7bd8692cd5e3873673a2b92c Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 17:20:59 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 1f24a7f..ee10065 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -30,24 +30,36 @@
/* 绯荤粺杩愯鐘舵�� */
.system-state {
float: left;
- margin-left: 30px;
- margin-top: 30px;
+ width: 10%;
+ height: 100%;
+ padding: 20px;
text-align: center;
color: #2d6aff;
}
-.system-icon {
- width: 100px;
- height: 100px;
- background-image: url("../image/stop48.png");
+#system-icon {
+ display: inline-block;
+ width: 70%;
+ height: 70%;
background-repeat: no-repeat;
background-size:100% 100%;
background-position: top center;
cursor: pointer;
}
-.system-state span {
+.system-icon-open {
+ background-image: url("../image/stop48.png");
+}
+.system-icon-close {
+ background-image: url("../image/start48.png");
+}
+
+#system-run-desc {
+ font-size: large;
display: inline-block;
padding-top: 10px;
font-weight: bold;
+ overflow: hidden;
+ text-overflow:ellipsis;
+ white-space: nowrap;
}
/* 鐘舵�佹樉绀� */
--
Gitblit v1.9.1