From 036a6d241cf1cfc0345ddf28e748a3d6deda08df Mon Sep 17 00:00:00 2001
From: jiazx0107 <jiazx0107@163.com>
Date: 星期一, 15 十二月 2025 20:35:09 +0800
Subject: [PATCH] 新增出入库审批页面

---
 fzzy-igdss-web/src/main/resources/d7/common.css |  114 +++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 83 insertions(+), 31 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/d7/common.css b/fzzy-igdss-web/src/main/resources/d7/common.css
index 2d02b92..9327885 100644
--- a/fzzy-igdss-web/src/main/resources/d7/common.css
+++ b/fzzy-igdss-web/src/main/resources/d7/common.css
@@ -1,9 +1,12 @@
 @CHARSET "UTF-8";
 
+body{
+    background-color: #f3f3f4;
+}
+
 .d-container {
     background-color: #ffffff;
 }
-
 
 .d-text-box-readonly {
     background: #e6e6e6 !important;
@@ -14,19 +17,23 @@
 
 .c-param {
     border-radius: 6px;
-    border: 1px solid transparent;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
-    padding-left: 5px;
-    padding-right: 5px;
-    padding-bottom: 13px;
-    min-height: 50px;
+    padding-top: 5px;
+    min-height: 1px;
 }
 
 .c-data {
     border-radius: 6px;
-    border: 1px solid transparent;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
-    padding-bottom: 13px;
+    padding-top: 5px;
+    margin-top: 10px;
+}
+
+.c-data2 {
+    border-radius: 6px;
+    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
+    padding-top: 5px;
+    /*    margin-top: 10px;*/
 }
 
 .d-toolbar {
@@ -35,11 +42,13 @@
     margin-bottom: 10px;
     border-radius: 4px;
 }
-
-.toolbar-left {
+.d-icon-button{
+    color: rgba(51, 51, 51, 0.7) !important;
+}
+/*.toolbar-left {
     background-color: #eaedf1;
     border-radius: 4px;
-}
+}*/
 
 .d-toolbar .d-toolbar-item {
     margin-left: 5px;
@@ -128,6 +137,10 @@
     -webkit-box-shadow: inset 0 -3px 0 #f5f5f5;
     -moz-box-shadow: inset 0 -3px 0 #f5f5f5;
     box-shadow: inset 0 -3px 0 #037d41;
+    background-color: #e6e6e6;
+}
+.d-tabbar .tab .d-icon {
+    color: #037d41 !important;
 }
 
 .d-caption-bar .caption-bar-icon {
@@ -157,8 +170,8 @@
     border-radius: 50px;
     color: #fff !important;
     padding: 0 15px;
-    background-color: #037d41 !important;
-    border-color: #037d41;
+    background-color: #1c84c6 !important;
+    border-color: #1c84c6;
     white-space: nowrap;
     cursor: pointer;
 }
@@ -174,44 +187,49 @@
 }
 
 .btn1 {
-    background-color: #037d41 !important;
-    border-color: #037d41 !important;
+    background-color: #1c84c6 !important;
+    border-color: #1c84c6 !important;
     color: #fff !important;
-    min-width: 70px;
+    font-weight: 400;
+    height: 30px;
 }
 
 .btn2 {
-    background-color: #00a65a !important;
-    border-color: #00a65a !important;
+    background-color: #1ab394 !important;
+    border-color: #1ab394 !important;
     color: #fff !important;
-    min-width: 70px;
+    font-weight: 400;
+    height: 30px;
 }
 
 .btn3 {
     background-color: #ef6776 !important;
     border-color: #ef6776 !important;
-    /*color: #fff !important;*/
-    min-width: 70px;
+    font-weight: 400;
+    height: 30px;
 }
 
 .btn4 {
     background-color: #f8ac59 !important;
     border-color: #f8ac59 !important;
     /*color: #fff !important;*/
-    min-width: 70px;
+/*    min-width: 70px;*/
+    font-weight: 400;
+    height: 30px;
 }
 
 .btn5 {
     background-color: #ed5565 !important;
     border-color: #ed5565 !important;
     /*color: #fff !important;*/
-    min-width: 70px;
+    font-weight: 400;
+    height: 30px;
 }
 
 /**a鏍囩鎸夐挳**/
 .a-btn1 {
-    background-color: #037d41;
-    border-color: #037d41;
+    background-color: #1c84c6;
+    border-color: #1c84c6;
     color: #fff;
     border-radius: 3px;
     padding: 4px 17px;
@@ -219,11 +237,12 @@
     line-height: 1.5;
     text-decoration: none;
     width: 85px;
+    cursor: pointer;
 }
 
 .a-btn2 {
-    background-color: #ed5565;
-    border-color: #ed5565;
+    background-color: #1ab394;
+    border-color: #1ab394;
     color: #fff;
     border-radius: 3px;
     padding: 4px 17px;
@@ -231,11 +250,12 @@
     line-height: 1.5;
     text-decoration: none;
     width: 85px;
+    cursor: pointer;
 }
 
 .a-btn3 {
-    background-color: #23c6c8;
-    border-color: #23c6c8;
+    background-color: #ef6776;
+    border-color: #ef6776;
     color: #fff;
     border-radius: 3px;
     padding: 4px 17px;
@@ -243,6 +263,7 @@
     line-height: 1.5;
     text-decoration: none;
     width: 85px;
+    cursor: pointer;
 }
 
 .a-btn4 {
@@ -255,18 +276,49 @@
     line-height: 1.5;
     text-decoration: none;
     width: 85px;
+    cursor: pointer;
+}
+
+.s1{
+    background-color: #1ab394;
+    padding: 2px 6px;
+    text-shadow: none;
+    border-radius: 10px;
+    color: #FFF;
+}
+.s2{
+    background-color: #f8ac59;
+    padding: 2px 6px;
+    text-shadow: none;
+    border-radius: 10px;
+    color: #FFF;
+}
+.s3{
+    background-color: #ef6776;
+    padding: 2px 6px;
+    text-shadow: none;
+    border-radius: 10px;
+    color: #FFF;
 }
 
 /**琛ㄥ崟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