From bd09ddbe5eae5e780393d37b72b4da6d4e92fdb8 Mon Sep 17 00:00:00 2001 From: LiuWenHaoU <964324856@qq.com> Date: Mon, 18 May 2020 00:15: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