From 0ad220d7a97ff885f8f709580eec39ff24c84df9 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 19 三月 2025 10:25:26 +0800 Subject: [PATCH] 1.IQC平板检验初步样式确认 --- Images/Style.css | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) diff --git a/Images/Style.css b/Images/Style.css index 16d3c2d..ef35fd2 100644 --- a/Images/Style.css +++ b/Images/Style.css @@ -359,7 +359,7 @@ } /* 褰撳睆骞曞搴﹀皬浜庢垨绛変簬600px鏃跺簲鐢ㄧ殑鏍峰紡 */ -@media (max-width: 600px) { +@media (max-width: 300px) { .van-cell { font-size: .33rem; /* 鏇村皬鐨勫瓧浣撳ぇ灏� */ line-height: .50rem; @@ -368,10 +368,10 @@ } /* 褰撳睆骞曞搴﹀ぇ浜�600px涓斿皬浜庢垨绛変簬1024px鏃跺簲鐢ㄧ殑鏍峰紡 */ -@media (min-width: 601px) and (max-width: 1600px) { +@media (min-width: 300px) and (max-width: 1600px) { .van-cell { - font-size: .25rem; /* 涓瓑瀛椾綋澶у皬 */ - line-height: .45rem; + font-size: .20rem; /* 涓瓑瀛椾綋澶у皬 */ + line-height: .23rem; padding: .025rem .0900rem; /* 涓瓑鍐呰竟璺� */ } @@ -385,7 +385,7 @@ /* 澧炲姞鍙充晶杈撳叆鍖哄煙鐨勫瓧浣撳ぇ灏忓苟鍔犳繁棰滆壊 */ .van-cell__value { color: #333; /* 娣辫壊 */ - font-size: .30rem; /* 瀛椾綋澶у皬澧炲ぇ */ + font-size: .25rem; /* 瀛椾綋澶у皬澧炲ぇ */ } .van-cell--clickable { @@ -456,7 +456,7 @@ } .van-checkbox__icon--checked .van-icon { - color: blue !important; /* 鍕鹃�夋鐨勯鑹茶缃负钃濊壊 */ + color: #1989fa !important; /* 鍕鹃�夋鐨勯鑹茶缃负钃濊壊 */ } /* 淇濇寔瀛椾綋棰滆壊涓嶅彉 */ @@ -467,9 +467,13 @@ /* 纭繚绂佺敤鐘舵�佷笅鍕鹃�夋浠嶇劧鏄剧ず涓鸿摑鑹� */ .van-checkbox--disabled .van-checkbox__icon .van-icon { background-color: transparent !important; /* 绉婚櫎绂佺敤鐘舵�佷笅鐨勭伆鑹茶儗鏅� */ - border-color: blue !important; /* 璁剧疆绂佺敤鐘舵�佷笅鐨勮竟妗嗛鑹蹭负钃濊壊 */ + border-color: #1989fa !important; /* 璁剧疆绂佺敤鐘舵�佷笅鐨勮竟妗嗛鑹蹭负钃濊壊 */ + } +.van-icon { + font-size: 0.8em; +} .van-tabs--line .van-tabs__wrap { height: 0.8rem; } @@ -528,4 +532,11 @@ border-radius: 8px; padding: 3px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); -} \ No newline at end of file +} + + + +/* 妫�楠屾槑缁嗛〉杈撳叆妗嗙晫闈㈡牱寮� */ + + +/* 妫�楠屾槑缁嗛〉杈撳叆妗嗙晫闈㈡牱寮� */ -- Gitblit v1.9.3