From 4e44bc1fd7806a6c1611302120882b91d96640b5 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Mon, 27 Apr 2020 17:50:19 +0800 Subject: [PATCH] bug修复 --- SunshineLnsMinApp/pages/flcx/flcx.wxss | 38 +++++++++++++++++++++++++++++++++++--- 1 files changed, 35 insertions(+), 3 deletions(-) diff --git a/SunshineLnsMinApp/pages/flcx/flcx.wxss b/SunshineLnsMinApp/pages/flcx/flcx.wxss index 8aeb93b..e3bfe8b 100644 --- a/SunshineLnsMinApp/pages/flcx/flcx.wxss +++ b/SunshineLnsMinApp/pages/flcx/flcx.wxss @@ -8,7 +8,39 @@ height: 100%; } -.flex1 { - flex: 1; - overflow-y: scroll; +.zscqdxal-top { + top: 0; + position: fixed; + width: 100%; +} + +.weui-media-box { + padding: 0 15px; +} + +.zhwj-b-main { + display: flex; + /* border-bottom: 1px solid #ebf2fa; */ +} + +.zhwj-b-head-l { + margin: 6px; + padding: 6px; + display: flex; + flex-direction: column; + justify-content: space-between; + width: 100%; +} + +.zhwj-b-head-r { + margin: 6px; +} + +.zhwj-b-head-r image { + width: 108px; + height: 80px; +} + +.zhwj-b { + background-color: #fff; } -- Gitblit v1.8.0