From 11c65873b56097b8413c86efde6b6d13bca4d8bd Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期一, 19 七月 2021 15:36:50 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI
---
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