From b25ccfc37c72528aca09ccd87cabded453b58620 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 18 三月 2025 08:39:57 +0800
Subject: [PATCH] 1.标题加粗 2.

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

diff --git a/Images/Style.css b/Images/Style.css
index 8372892..16d3c2d 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 鐨勬牱寮� */
@@ -474,6 +497,7 @@
     color: #323233;
     font-weight: 500;
     font-size: .33rem;
+    font-weight: bold; /* 瀛椾綋鍔犵矖 */
 }
 
 /*琛ㄥご楂樺害 2025-03-13 姹犲崡楠忔柊澧�*/

--
Gitblit v1.9.3