From 5f592a0fdbafd5d1febcc39e087324907b7e1b13 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 17 三月 2025 13:14:24 +0800
Subject: [PATCH] 1.IQC列表界面优化

---
 Images/Style.css |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/Images/Style.css b/Images/Style.css
index 8372892..e3cad4f 100644
--- a/Images/Style.css
+++ b/Images/Style.css
@@ -370,9 +370,32 @@
 /* 褰撳睆骞曞搴﹀ぇ浜�600px涓斿皬浜庢垨绛変簬1024px鏃跺簲鐢ㄧ殑鏍峰紡 */
 @media (min-width: 601px) and (max-width: 1600px) {
     .van-cell {
-        font-size: .28rem; /* 涓瓑瀛椾綋澶у皬 */
+        font-size: .25rem; /* 涓瓑瀛椾綋澶у皬 */
         line-height: .45rem;
         padding: .025rem .0900rem; /* 涓瓑鍐呰竟璺� */
+    }
+
+    /* 鍑忓皯宸︿晶鏍囬鐨勫瓧浣撳ぇ灏忓苟浣块鑹叉洿娣� */
+    .van-field__label {
+        color: #9c9898; /* 鏇存贰鐨勯鑹� */
+        margin-right: 0rem;
+        font-size: .20rem; /* 瀛椾綋澶у皬鍑忓皬 */
+    }
+
+    /* 澧炲姞鍙充晶杈撳叆鍖哄煙鐨勫瓧浣撳ぇ灏忓苟鍔犳繁棰滆壊 */
+    .van-cell__value {
+        color: #333; /* 娣辫壊 */
+        font-size: .30rem; /* 瀛椾綋澶у皬澧炲ぇ */
+    }
+
+    .van-cell--clickable {
+        cursor: pointer;
+        font-size: .30rem; /* 瀛椾綋澶у皬澧炲ぇ */
+        font-weight: bold; /* 瀛椾綋鍔犵矖 */
+    }
+
+    .van-checkbox__icon {
+        font-size: 0.28rem;
     }
 }
 
@@ -423,7 +446,7 @@
     display: flex; /* 浣跨敤 Flexbox 甯冨眬 */
     justify-content: space-between; /* 宸﹀彸骞冲潎鍒嗗竷 */
     align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */
-    padding: 0 16px; /* 鍐呰竟璺濅笌 van-field 淇濇寔涓�鑷� */
+    padding: 0 0px; /* 鍐呰竟璺濅笌 van-field 淇濇寔涓�鑷� */
 }
 
     /* 璋冩暣 checkbox 鐨勬牱寮� */

--
Gitblit v1.9.3