From b9612b9334502232fa400f6253569e9f8127785e Mon Sep 17 00:00:00 2001 From: xianghenggang Date: Mon, 14 Aug 2017 18:08:07 +0800 Subject: [PATCH] no message --- littleApp_child/pages/childcare_knowledge/childcare_knowledge.wxss | 2 ++ littleApp_child/pages/system_notifacations/system_notifacations.wxml | 2 +- littleApp_child/pages/system_notifacations/system_notifacations.wxss | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/littleApp_child/pages/childcare_knowledge/childcare_knowledge.wxss b/littleApp_child/pages/childcare_knowledge/childcare_knowledge.wxss index 25c837e..b67fd6b 100644 --- a/littleApp_child/pages/childcare_knowledge/childcare_knowledge.wxss +++ b/littleApp_child/pages/childcare_knowledge/childcare_knowledge.wxss @@ -111,6 +111,8 @@ .zar_box { display: flex; + margin-left:-5px; + } .zar_img { diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.wxml b/littleApp_child/pages/system_notifacations/system_notifacations.wxml index f760cb4..c9079ff 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.wxml +++ b/littleApp_child/pages/system_notifacations/system_notifacations.wxml @@ -1,4 +1,4 @@ - + diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.wxss b/littleApp_child/pages/system_notifacations/system_notifacations.wxss index a94c8d5..c6a988c 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.wxss +++ b/littleApp_child/pages/system_notifacations/system_notifacations.wxss @@ -49,6 +49,7 @@ } .list_scroll { height: 100vh; + background: rgb(244, 244, 244); /* background: rebeccapurple */ } /*高危 */ -- 1.8.3.1