From 6ee2429b63ff94f80a5c3e5db963ef77745b0094 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 10:34:24 +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