From 91294e385f43628543ebcd9ef4b9931beaabf4a1 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 17:44:41 +0800 Subject: [PATCH] 修改样式 --- SunshineLnsMinApp/pages/zscqdxal/zscqdxal.wxss | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/SunshineLnsMinApp/pages/zscqdxal/zscqdxal.wxss b/SunshineLnsMinApp/pages/zscqdxal/zscqdxal.wxss index 2092ffd..e4fadf1 100644 --- a/SunshineLnsMinApp/pages/zscqdxal/zscqdxal.wxss +++ b/SunshineLnsMinApp/pages/zscqdxal/zscqdxal.wxss @@ -1,9 +1,16 @@ /* pages/dxal/dxal.wxss */ @import '../../weui.wxss'; -page{ +page { margin-top: 130rpx; background: #f1f1f1; +} + +.zscqdxal-top { + top: 0; + position: fixed; + width: 100%; + } .weui-media-box { @@ -35,4 +42,4 @@ .zhwj-b { background-color: #fff; -} +} \ No newline at end of file -- Gitblit v1.8.0