From 58ae2ba21efcd85df331cf996a94038a77302b51 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 17:07:48 +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