From cc91c286ed8384f9f43d0024a3459da989895ca6 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 02 三月 2026 10:47:43 +0800
Subject: [PATCH] 1
---
WebTM/layuiadmin/layui/css/ReportPlatform.css | 98 +++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 94 insertions(+), 4 deletions(-)
diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index ba98113..e7629ea 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -56,6 +56,16 @@
border-radius: 5px;
}
+/* 淇敼 .cns 鍗$墖鏍峰紡 */
+/*.cns {
+ border: 1px solid #5FB878;
+ min-height: 160px;*/ /* 鏈�灏忛珮搴� */
+ /*height: auto;*/ /* 楂樺害鑷�傚簲 */
+ /*border-radius: 5px;
+ overflow: visible;*/ /* 鍏佽鍐呭瓒呭嚭锛屼絾鍗$墖浼氭墿灞� */
+ /*padding-bottom: 10px;*/ /* 娣诲姞鍐呰竟璺� */
+/*}*/
+
.topright dt img {
display: block;
height: 145px;
@@ -89,16 +99,28 @@
text-overflow: ellipsis;
overflow: hidden;
}
-
+/* 鍘熸潵鐨勬牱寮� - 闇�瑕佷慨鏀� */
h1 span {
font-family: "寰蒋闆呴粦";
font-weight: bold;
- white-space: nowrap;
- overflow: hidden;
+ white-space: nowrap; 杩欒瀵艰嚧涓嶆崲琛�
+ overflow: hidden; 杩欒瀵艰嚧瓒呭嚭闅愯棌
text-overflow: ellipsis;
line-height: 0.9;
- font-size:12px;
+ font-size: 12px;
}
+
+/* 淇敼鍚庣殑鏍峰紡 - 鍏佽鎹㈣ */
+/*h1 span {
+ font-family: "寰蒋闆呴粦";
+ font-weight: bold;*/
+ /* 绉婚櫎 white-space: nowrap; */
+ /*white-space: normal;*/ /* 鏀逛负 normal 鍏佽鎹㈣ */
+ /*word-wrap: break-word;*/ /* 鍏佽闀垮崟璇嶆崲琛� */
+ /*word-break: break-all;*/ /* 涓枃鍜岃嫳鏂囬兘鎹㈣ */
+ /*line-height: 1.2;*/ /* 澧炲姞琛岄珮锛屾崲琛屽悗鏇寸編瑙� */
+ /*font-size: 12px;
+}*/
.cnt, .cns dl dd {
margin: 0 auto;
@@ -228,3 +250,71 @@
float: left;
top: 6px;
}
+
+/* 璧勬簮缁戝畾鍖哄煙鐨勫鍣ㄦ牱寮� */
+.cnt1 {
+ border: 1px solid #5FB878;
+ height: 60px;
+ border-radius: 5px;
+ position: relative; /* 娣诲姞鐩稿瀹氫綅 */
+}
+
+/* 娣诲姞鎸夐挳锛�+锛夋牱寮� */
+.imgicon0 {
+ height: 100px;
+ display: block;
+ text-align: center;
+ margin: 0.2em auto;
+ width: 100px;
+ cursor: pointer; /* 榧犳爣鍙樻垚鎵嬫寚鏍峰紡 */
+}
+
+/* 閽堝鍗庤垷缁勭粐鐨勭壒娈婃牱寮� */
+.cnt1 .imgicon0 {
+ /* 璋冩暣浣嶇疆鍜屽ぇ灏忎互閫傚簲60px楂樺害鐨勫鍣� */
+ font-size: 40px; /* 鍑忓皬鍥炬爣澶у皬 */
+ height: 60px; /* 璋冩暣楂樺害 */
+ width: 60px; /* 璋冩暣瀹藉害 */
+ line-height: 60px; /* 鍨傜洿灞呬腑 */
+ margin: 0 auto; /* 姘村钩灞呬腑 */
+}
+
+/* 鍏朵粬缁勭粐鐨勬牱寮� */
+.cnt .imgicon0 {
+ /* 150px楂樺害瀹瑰櫒鐨勬牱寮� */
+ font-size: 60px;
+ height: 150px;
+ width: 150px;
+ line-height: 150px;
+ margin: 0 auto;
+}
+
+.imgicon0:hover {
+ cursor: pointer; /*榧犳爣鍙樻垚鎵嬫寚鏍峰紡*/
+ -webkit-transition: border linear .1s, -webkit-box-shadow linear .5s;
+ border-color: rgba(141, 39, 142, .75);
+ -webkit-box-shadow: 0 0 18px rgba(111, 1, 32, 3);
+ color: #5FB878; /* 鎮仠鏃舵敼鍙橀鑹� */
+ transform: scale(1.1); /* 鎮仠鏃惰交寰斁澶� */
+ transition: all 0.3s ease; /* 骞虫粦杩囨浮鏁堟灉 */
+}
+
+/* 鍙互娣诲姞涓�涓笓闂ㄧ殑鍔犲彿鎸夐挳鏍峰紡绫� */
+.add-icon-container {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 100%;
+ height: 100%;
+}
+
+ .add-icon-container .layui-icon-addition {
+ font-size: 40px;
+ color: #5FB878;
+ }
+
+ .add-icon-container:hover .layui-icon-addition {
+ color: #13ad4c;
+ transform: rotate(90deg); /* 鎮仠鏃舵棆杞晥鏋� */
+ transition: all 0.3s ease;
+ }
--
Gitblit v1.9.1