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/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