From ae26d862b1d028d9712dce560836734e9d8dd989 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期六, 17 七月 2021 23:58:52 +0800
Subject: [PATCH] nothing

---
 WebTM/layuiadmin/layui/css/ReportPlatform.css |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index c0dffdb..e439a44 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -43,6 +43,12 @@
     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;
@@ -78,12 +84,16 @@
 
 .cnt h1, .cns h1 {
     line-height: 30px;
-    margin: 0 10px;
+    margin: 0 5px;
 }
 
 h1 span {
     font-family: "寰蒋闆呴粦";
     font-weight: bold;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    line-height: 0.9;
 }
 
 .cnt, .cns dl dd {
@@ -109,6 +119,10 @@
     border: 0.4em solid #808080;
     background-color: #808080;
 }
+.color_border4 {
+    border: 0.4em solid #13ad4c;
+    background-color: #13ad4c;
+}
 
 .gj_icon {
     border-radius: 0.4em;

--
Gitblit v1.9.1