From ed9dbed48b9d7dd0ff662e50db94e4706ce5342e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 11:24:55 +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