From 1b82456830ca592bad03365ca7c28c23eb3cbf36 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 31 十二月 2025 16:41:52 +0800
Subject: [PATCH] 1
---
WebTM/layuiadmin/layui/css/ReportPlatform.css | 53 +++++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 43 insertions(+), 10 deletions(-)
diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index c0dffdb..ba98113 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -43,10 +43,16 @@
border-color: rgba(95,184, 120,.75);
-webkit-box-shadow: 0 0 18px rgba(95,184,120);
}
+.check1 {
+ cursor: pointer; /*榧犳爣鍙樻垚鎵嬫寚鏍峰紡*/
+ -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
+ border-color: rgba(0,148, 255,.75);
+ -webkit-box-shadow: 0 0 18px rgba(0,148,255);
+}
.cns {
border: 1px solid #5FB878;
- height: 140px;
+ height: 160px;
border-radius: 5px;
}
@@ -69,7 +75,7 @@
.topright > dd {
padding: 0px 10px;
- width: 50%;
+ width: 75%;
}
dt, dd {
@@ -77,13 +83,21 @@
}
.cnt h1, .cns h1 {
- line-height: 30px;
- margin: 0 10px;
+ line-height: 25px;
+ margin: 0 5px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
h1 span {
font-family: "寰蒋闆呴粦";
font-weight: bold;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ line-height: 0.9;
+ font-size:12px;
}
.cnt, .cns dl dd {
@@ -94,22 +108,41 @@
.layui-show {
padding: 5px 10px;
}
-
+/*榛勮壊*/
.color_border1 {
border: 0.4em solid #ffd800;
background-color: #ffd800;
}
-
+/*钃濊壊*/
.color_border2 {
border: 0.4em solid #09d1ea;
background-color: #09d1ea;
}
-
-.color_border3 {
+/*鐏拌壊*/
+.color_border3 {
border: 0.4em solid #808080;
background-color: #808080;
}
-
+/*缁胯壊*/
+.color_border4 {
+ border: 0.4em solid #13ad4c;
+ background-color: #13ad4c;
+}
+/*绾㈣壊*/
+.color_border5 {
+ border: 0.4em solid #E74C3C;
+ background-color: #E74C3C;
+}
+/*娴呯豢鑹�*/
+.color_border6 {
+ border: 0.4em solid #B0C4DE;
+ background-color: #B0C4DE;
+}
+/*闈掕壊*/
+.color_border7 {
+ border: 0.4em solid #B0C4DE;
+ background-color: #00FFFF;
+}
.gj_icon {
border-radius: 0.4em;
width: 1px;
@@ -128,7 +161,7 @@
.imgtitle {
text-align: center;
display: block;
- font-size: 30px;
+ font-size: 20px;
}
.layui-icon {
--
Gitblit v1.9.1