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/dxal/dxal.wxss | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/SunshineLnsMinApp/pages/dxal/dxal.wxss b/SunshineLnsMinApp/pages/dxal/dxal.wxss
index 8191ea5..f94ae59 100644
--- a/SunshineLnsMinApp/pages/dxal/dxal.wxss
+++ b/SunshineLnsMinApp/pages/dxal/dxal.wxss
@@ -1,13 +1,10 @@
-/* pages/dxal/dxal.wxss */
+/* pages/zhdt/zhdt.wxss */
@import '../../weui.wxss';
-.weui-media-box{
- padding: 0 15px;
-}
.zhwj-b-main {
display: flex;
- /* border-bottom: 1px solid #ebf2fa; */
+ border-bottom: 1px solid #ebf2fa;
}
.zhwj-b-head-l {
@@ -19,6 +16,14 @@
width: 100%;
}
+.businessSchedule-load {
+ display: flex;
+ justify-content: center;
+ color: #999;
+ font-size: 14px;
+ margin-bottom: 4vh;
+}
+
.zhwj-b-head-r {
margin: 6px;
}
--
Gitblit v1.8.0