From 7e8ebf852f6ebc05eddc0c45b427240f34323472 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 26 一月 2026 09:51:45 +0800
Subject: [PATCH] 出站单优化,模具管理证据字段负责人,报工台页面显示优化

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

diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index ba98113..61f5da8 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -228,3 +228,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