From 766361af217d0ee7a1aa2fb54d6b04280300a3d3 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 22 八月 2025 08:15:04 +0800 Subject: [PATCH] 1.页面样式调整。 2.菜单样式调整 --- Images/Style.css | 36 +++++++++++++++++++++++++++++++----- 1 files changed, 31 insertions(+), 5 deletions(-) diff --git a/Images/Style.css b/Images/Style.css index d0cfbba..2d944a7 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,16 +361,31 @@ /* 褰撳睆骞曞搴﹀皬浜庢垨绛変簬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); } } @@ -397,6 +412,9 @@ margin-right: 0rem; font-size: .20rem; /* 瀛椾綋澶у皬鍑忓皬 */ } + .van-field--disabled .van-field__label { + color: #9c9898 !important; + } /* 澧炲姞鍙充晶杈撳叆鍖哄煙鐨勫瓧浣撳ぇ灏忓苟鍔犳繁棰滆壊 */ .van-cell__value { @@ -412,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); } } @@ -516,7 +541,7 @@ margin: 0 auto; color: #323233; font-weight: 500; - font-size: .32rem; + font-size: .5rem; font-weight: bold; /* 瀛椾綋鍔犵矖 */ } @@ -561,7 +586,8 @@ /*鍏ㄥ眬鎸夐挳缂╁皬*/ .van-nav-bar__left, .van-nav-bar__right { - font-size: .25rem; + font-size: .40rem; + padding: 0px .1rem; } /*璋冩暣鎼滅储妗嗗瓧浣撶殑楂樺害鍜屽ぇ灏�*/ -- Gitblit v1.9.3