From cc87f359630745b23b177d3f6552a79e91e02e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Tue, 24 Oct 2023 17:17:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/pages/home/home.wxml | 16 ++++++++-------- weapp/pages/home/home.wxss | 26 +++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/weapp/pages/home/home.wxml b/weapp/pages/home/home.wxml index 8012b86..0d61c31 100644 --- a/weapp/pages/home/home.wxml +++ b/weapp/pages/home/home.wxml @@ -18,43 +18,43 @@ - 最近7天统计 + 巡检次数 - {{sevenDaysCount}}次 + {{sevenDaysCount}} 发现问题个数 - {{sevenDaysQuestionCount}}个 + {{sevenDaysQuestionCount}} 问题处理个数 - {{sevenDaysHandleCount}}个 + {{sevenDaysHandleCount}} - 总巡检统计 + 巡检次数 - {{allCount}}次 + {{allCount}} 发现问题个数 - {{allQuestionCount}}个 + {{allQuestionCount}} 问题处理个数 - {{allHandleCount}}个 + {{allHandleCount}} diff --git a/weapp/pages/home/home.wxss b/weapp/pages/home/home.wxss index eb606ca..9276752 100644 --- a/weapp/pages/home/home.wxss +++ b/weapp/pages/home/home.wxss @@ -13,6 +13,20 @@ /* padding: 10px; */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); margin-top: 12px; + margin-bottom: 12px; + +} +.card2 { + background-color: #fff; + /* border: 0px 1px 1px 1px solid #ddd; */ + + border-bottom: 1px solid #ddd; /* 底部的边框 */ + border-top: none; + border-radius: 8px; + /* padding: 10px; */ + /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */ + margin-bottom: 12px; + } .image-container { @@ -46,4 +60,14 @@ /* .slide-image { width: 100%; height: 100%; - } */ \ No newline at end of file + } */ + .fontStyle{ + width: 18px; + height: 17px; + font-family: D-DINExp; + font-weight: DINExp; + font-size: 16px; + color: #1684FF; + letter-spacing: 0; + text-align: center; + } \ No newline at end of file