From 53fab3f56e8335fbf39fc07c4e10f6abdb0505bb Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 03 十二月 2025 18:48:11 +0800
Subject: [PATCH] 登记、化验、称重页面调整,及登记化验数据提交

---
 fzzy-igdss-web/src/main/resources/d7/common.css |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/d7/common.css b/fzzy-igdss-web/src/main/resources/d7/common.css
index 10453bb..0908072 100644
--- a/fzzy-igdss-web/src/main/resources/d7/common.css
+++ b/fzzy-igdss-web/src/main/resources/d7/common.css
@@ -19,7 +19,6 @@
     border-radius: 6px;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
     padding-top: 5px;
-    padding-bottom: 13px;
     min-height: 1px;
 }
 
@@ -29,6 +28,14 @@
     padding-top: 5px;
     margin-top: 10px;
    /* padding-bottom: 13px;*/
+}
+
+.c-bottom {
+    border-radius: 6px;
+    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
+    padding-top: 5px;
+    padding-bottom: 5px;
+    margin-top: 10px;
 }
 
 .d-toolbar {
@@ -268,14 +275,22 @@
 
 /**琛ㄥ崟TITLE**/
 .f-title{
-    font-weight: bold;
+    font: bold 30px Arial, sans-serif;
     text-align: center;
-    font-size:22px;
 }
 .bar-title {
     font-weight: bold;
     font-family: "寰蒋闆呴粦", Arial, sans-serif;
 }
+/**琛ㄥ崟鎻愮ず淇℃伅**/
+.h-tip {
+    display: block;
+    color: #8a6d3b;
+    background-color: #fcf8e3;
+    border-color: #faebcc;
+    padding: 15px;
+    border-radius: 4px;
+}
 
 /**瀹氬埗鏍峰紡**/
 #d_cddWarehouse.d-modern-scroller {

--
Gitblit v1.9.3