From 74034e7a6f6e6ba2137152464dc26140c339af2a Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 16:40:07 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/console.css | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 1f24a7f..ab903a9 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -30,14 +30,16 @@
/* 绯荤粺杩愯鐘舵�� */
.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;
+ display: inline-block;
+ width: 70%;
+ height: 70%;
background-image: url("../image/stop48.png");
background-repeat: no-repeat;
background-size:100% 100%;
@@ -45,9 +47,13 @@
cursor: pointer;
}
.system-state span {
+ font-size: large;
display: inline-block;
padding-top: 10px;
font-weight: bold;
+ overflow: hidden;
+ text-overflow:ellipsis;
+ white-space: nowrap;
}
/* 鐘舵�佹樉绀� */
--
Gitblit v1.9.1