From 99cda620b8e070ea621b1b6dfa8b555790186d89 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 01 八月 2025 08:38:17 +0800
Subject: [PATCH] 1.巡检新增工位扫描 2.生产报工优化 3.生产领料条码打印优化 4.产品绑定送检新增AGV 5.产品绑定提交优化

---
 Images/Style.css |   50 +++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 43 insertions(+), 7 deletions(-)

diff --git a/Images/Style.css b/Images/Style.css
index 387d9ef..dc02823 100644
--- a/Images/Style.css
+++ b/Images/Style.css
@@ -4,7 +4,7 @@
     font-family: Microsoft YaHei,Helvitica,Verdana,Arial,san-serif;
     padding: 0px;
     margin: 0px;
-    /*font-family: '寰蒋闆呴粦', 'Microsoft YaHei', sans-serif;*/
+/*    font-family: '瀹嬩綋', 'Microsoft YaHei', sans-serif;*/
 }
 
 a, a:hover {
@@ -365,10 +365,41 @@
         line-height: .50rem;
         padding: .020rem .0800rem; /* 鏇村皬鐨勫唴杈硅窛 */
     }
+
+    /* 鍑忓皯宸︿晶鏍囬鐨勫瓧浣撳ぇ灏忓苟浣块鑹叉洿娣� */
+    .van-field__label {
+        color: #000000!important; /* 鏇存贰鐨勯鑹� */
+    }
+    .van-field--disabled .van-field__label {
+        color: #000000 !important;
+    }
+
+    /*IQC妫�楠屾暣浣撴牱寮� 20250322 姹犲崡楠�*/
+    .van-popup__close-icon--top-right {
+        top: .35rem;
+        right: -.00rem;
+    }
+
+
+    .van-popup--right {
+        top: 53.5%;
+        right: 0;
+        -webkit-transform: translate3d(0, -50%, 0);
+        transform: translate3d(0, -50%, 0);
+    }
+
 }
 
 /* 褰撳睆骞曞搴﹀ぇ浜�600px涓斿皬浜庢垨绛変簬1024px鏃跺簲鐢ㄧ殑鏍峰紡 */
 @media (min-width: 500px) and (max-width: 1600px) {
+
+
+    /*IQC妫�楠屾暣浣撴牱寮� 20250322 姹犲崡楠�*/
+    .van-popup__close-icon--top-right {
+        top: .25rem;
+        right: -.00rem;
+    }
+
     .van-cell {
         font-size: .20rem; /* 涓瓑瀛椾綋澶у皬 */
         line-height: .23rem;
@@ -380,6 +411,9 @@
         color: #9c9898; /* 鏇存贰鐨勯鑹� */
         margin-right: 0rem;
         font-size: .20rem; /* 瀛椾綋澶у皬鍑忓皬 */
+    }
+    .van-field--disabled .van-field__label {
+        color: #9c9898 !important;
     }
 
     /* 澧炲姞鍙充晶杈撳叆鍖哄煙鐨勫瓧浣撳ぇ灏忓苟鍔犳繁棰滆壊 */
@@ -396,6 +430,13 @@
 
     .van-checkbox__icon {
         font-size: 0.28rem;
+    }
+
+    .van-popup--right {
+        top: 50%;
+        right: 0;
+        -webkit-transform: translate3d(0, -50%, 0);
+        transform: translate3d(0, -50%, 0);
     }
 }
 
@@ -500,7 +541,7 @@
     margin: 0 auto;
     color: #323233;
     font-weight: 500;
-    font-size: .25rem;
+    font-size: .32rem;
     font-weight: bold; /* 瀛椾綋鍔犵矖 */
 }
 
@@ -556,11 +597,6 @@
     line-height: .25rem;
 }
 
-/*IQC妫�楠屾暣浣撴牱寮� 20250322 姹犲崡楠�*/
-.van-popup__close-icon--top-right {
-    top: .25rem;
-    right: -.00rem;
-}
 
 .content-wrapper-jymx {
     margin: 27px;

--
Gitblit v1.9.3