From 6a970b8ec74fed89f94e24bef45fbeb7d23c9260 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Sat, 09 May 2020 10:48:17 +0800 Subject: [PATCH] 风险防控 --- 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