From 77c5a9937bd6a2ffbb2a45c10fa5d65d66015397 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期五, 27 十月 2023 14:33:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zjfnwcs' into zjfnwcs
---
src/main/webapp/views/monitor/css/index.css | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 53 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/monitor/css/index.css b/src/main/webapp/views/monitor/css/index.css
index e55ffe7..e1e1c28 100644
--- a/src/main/webapp/views/monitor/css/index.css
+++ b/src/main/webapp/views/monitor/css/index.css
@@ -26,7 +26,7 @@
}
.head-title {
color: #f1f1f1;
- font-size: 2.5rem;
+ font-size: 2rem;
}
.body {
width: 100%;
@@ -42,7 +42,7 @@
justify-content: space-around;
}
.box {
- width: 90%;
+ width: 98%;
height: 45%;
border: 1px solid rgba(25,186,139,.17);
box-shadow: inset 0 0 15px rgba(25,186,139,.4);
@@ -57,7 +57,8 @@
display: flex;
align-items: center;
justify-content: center;
- font-size: 20px;
+ font-size: 24px;
+ font-weight: 600;
}
.box-body {
width: 95%;
@@ -75,6 +76,34 @@
width: 100%;
height: 90%;
}
+.table-head {
+ height: 40px;
+ background-color: rgba(0, 54, 167, 0.4);
+ color: #f1f1f1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ font-size:16px;
+ font-weight: 700;
+}
+.table-item {
+ color: #FFF;
+ text-align: center;
+}
+.table-td {
+ display: flex;
+ align-items: center;
+ font-size: 16px;
+}
+.table-td2 {
+ display: flex;
+ align-items: center;
+ font-size: 16px;
+}
+.table-td:nth-child(even) {
+ background-color: rgba(90, 163, 172, 0.3);
+}
.percentage {
text-align: center;
line-height: 100px;
@@ -82,8 +111,27 @@
margin-left: 20px;
height: 100px;
width: 100px;
- background-color: #f1f1f1;
+ background-color: rgba(85, 255, 227, 0.56);
border-radius: 50%;
- font-size: 40px;
+ font-size: 32px;
+ color: #ffffff;
font-family: electronicFont;
+}
+.time-tools {
+ position: absolute;
+ margin-left: 80%;
+ margin-top: 0.8%;
+ width: 20%;
+ height: 10%;
+ text-align: center;
+ color: #FFF;
+
+}
+.swiper-none {
+ height: 100%;
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 40px;
}
\ No newline at end of file
--
Gitblit v1.9.1