From 77a2d94762f81da09be82aeab75cdabbf95d2926 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 25 八月 2025 10:28:10 +0800
Subject: [PATCH] 1.核对送检优化 2.样式优化

---
 Images/Style.css |   82 ++++++++++++++++++++++++++++++++--------
 1 files changed, 65 insertions(+), 17 deletions(-)

diff --git a/Images/Style.css b/Images/Style.css
index 387d9ef..93c8344 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 {
@@ -361,14 +361,54 @@
 /* 褰撳睆骞曞搴﹀皬浜庢垨绛変簬600px鏃跺簲鐢ㄧ殑鏍峰紡 */
 @media (max-width: 500px) {
     .van-cell {
-        font-size: .33rem; /* 鏇村皬鐨勫瓧浣撳ぇ灏� */
-        line-height: .50rem;
+        font-size: .40rem; /* 鏇村皬鐨勫瓧浣撳ぇ灏� */
+        line-height: .55rem;
         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);
+    }
+
+   .van-nav-bar__title {
+        max-width: 60%;
+        margin: 0 auto;
+        color: #323233;
+        font-weight: 500;
+        font-size: .5rem;
+        font-weight: bold; /* 瀛椾綋鍔犵矖 */
+    }
+
 }
 
 /* 褰撳睆骞曞搴﹀ぇ浜�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 +420,9 @@
         color: #9c9898; /* 鏇存贰鐨勯鑹� */
         margin-right: 0rem;
         font-size: .20rem; /* 瀛椾綋澶у皬鍑忓皬 */
+    }
+    .van-field--disabled .van-field__label {
+        color: #9c9898 !important;
     }
 
     /* 澧炲姞鍙充晶杈撳叆鍖哄煙鐨勫瓧浣撳ぇ灏忓苟鍔犳繁棰滆壊 */
@@ -396,6 +439,22 @@
 
     .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);
+    }
+
+    .van-nav-bar__title {
+        max-width: 60%;
+        margin: 0 auto;
+        color: #323233;
+        font-weight: 500;
+        font-size: .35rem;
+        font-weight: bold; /* 瀛椾綋鍔犵矖 */
     }
 }
 
@@ -495,14 +554,7 @@
 }
 
 
-.van-nav-bar__title {
-    max-width: 60%;
-    margin: 0 auto;
-    color: #323233;
-    font-weight: 500;
-    font-size: .25rem;
-    font-weight: bold; /* 瀛椾綋鍔犵矖 */
-}
+
 
 /*琛ㄥご楂樺害 2025-03-13 姹犲崡楠忔柊澧�*/
 .van-nav-bar__content {
@@ -545,7 +597,8 @@
 
 /*鍏ㄥ眬鎸夐挳缂╁皬*/
 .van-nav-bar__left, .van-nav-bar__right {
-    font-size: .25rem;
+    font-size: .40rem;
+    padding: 0px .1rem;
 }
 
 /*璋冩暣鎼滅储妗嗗瓧浣撶殑楂樺害鍜屽ぇ灏�*/
@@ -556,11 +609,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