From 8dc43b27e3d24c1a957240aa40dd43cc2cf16274 Mon Sep 17 00:00:00 2001 From: xianghenggang Date: Sat, 5 Aug 2017 17:31:28 +0800 Subject: [PATCH] no message --- .../system_notifacations/system_notifacations.json | 2 +- .../system_notifacations/system_notifacations.wxml | 64 +++---- .../system_notifacations/system_notifacations.wxss | 199 ++++++++++----------- 3 files changed, 128 insertions(+), 137 deletions(-) diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.json b/littleApp_child/pages/system_notifacations/system_notifacations.json index fd0bcae..70ed2c1 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.json +++ b/littleApp_child/pages/system_notifacations/system_notifacations.json @@ -1,6 +1,6 @@ { "navigationBarBackgroundColor": "#48C17B ", - "navigationBarTitleText": "育儿知识", + "navigationBarTitleText": "系统通知", "navigationBarTextStyle": "white", "backgroundColor": "#d8dbd4" } \ No newline at end of file diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.wxml b/littleApp_child/pages/system_notifacations/system_notifacations.wxml index bda272f..0888b07 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.wxml +++ b/littleApp_child/pages/system_notifacations/system_notifacations.wxml @@ -1,39 +1,41 @@ - - - - - - - - - + + - - - - {{item.title}} - {{item.content}} - - - {{item.zar}} - - + + + 高危紧急通知 + + + + + + + + + + + - - - - + + + + + + + + + 高危紧急通知 + 公司的复苏的还记得公司的复苏的还记得公司的复苏的还记得 + + + + + + + 加载更多... diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.wxss b/littleApp_child/pages/system_notifacations/system_notifacations.wxss index 44486da..5e35348 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.wxss +++ b/littleApp_child/pages/system_notifacations/system_notifacations.wxss @@ -1,136 +1,125 @@ .main { - background: #fff; + background: #eee; width: 100%; - margin-top: 40px; } -.title_top_view { - width: 100%; - display: flex; - background: white; - position: fixed; - height: 40px; - padding-left: 10px; - top: 0px; - z-index: 1; -} +/*高危 */ -.title_scroll { - width: 90%; - margin-left: 10px; - /*可以滚动 */ - white-space: nowrap; - display: inline-block; +.high_risk_main { + margin-left: 10px; + margin-right: 10px; + margin-top: 10px; + background: #fff; } -/*隐藏Scrollview滚动条 */ +.high_risk_title { + height: 38px; + width: 100%; + background: #f67272; + line-height: 38px; + text-align: center; + font-size: 14px; + color: #fff; + letter-spacing: 0; + border-radius: 4px 4px 0 0; +} -::-webkit-scrollbar { - width: 0; - height: 0; - color: transparent; +.high_rish_content1 { + padding-left: 10px; + padding-right: 10px; + margin-top: 5px; + display: flex; } -.scroll_title_label { - height: 40px; - margin-right: 30px; +.high_rish_content_before { + width: 25%; + font-size: 12px; + color: #222; text-align: left; - line-height: 40px; - border: 1px; - font-size: 13px; - color: #494949; - border-bottom: 2px; - border-color: #FF5E5E ; + display: flex; + letter-spacing: 0; } -.title_text { - font-size: 13px; - padding-top: 10px; - padding-bottom: 7px; +.high_rish_content_after { + width: 75%; + font-size: 12px; + color: #888; + letter-spacing: 0; + text-align: left; + display: flex; + word-break: break-all; } -.search_img { - width: 22px; - height: 22px; - margin-top: 9px; +.line { + width: 100%; + border: 0.5px solid #ececec; + margin-top: 5px; } -.home__list-item { - position: relative; - background: white; +.high_rish_date { + width: 25%; + font-size: 12px; + color: #7b7883; + letter-spacing: 0; + margin-top: 5px; + margin-bottom: 5px; } -.swiper { - height: 200px; - width: 100%; +.high_rish_hospital_name { + width: 75%; + font-size: 12px; + color: #7b7883; + letter-spacing: 0; + margin-top: 5px; + text-align: right; + margin-bottom: 5px; } - -.swiper image { - height: 100%; - width: 100%; +.other_three_main { + margin-left: 10px; + margin-right: 10px; + margin-top: 10px; + background: #fff; } - -.content_item { +.green_line { width: 100%; - height: 75px; - right: 75px; + background: #48C17B; + height: 2px; } - -.content_title { - font-family: PingFangSC-Regular; +.other_three_title{ + height: 38px; + width: 100%; + line-height: 38px; + text-align: center; font-size: 14px; - margin-top: 10px; - color: #222; - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 2; - overflow: hidden; + font-weight: bold; + color: #333; + letter-spacing: 0; } - -.content_content { - height: 36px; - font-family: PingFangSC-Regular; +.other_three_content { + font-size: 12px; color: #888; - line-height: 18px; - display: -webkit-box; - overflow: hidden; - text-overflow: ellipsis; - word-break: break-all; - -webkit-box-orient: vertical; - -webkit-line-clamp: 2; -} - - - -.content_image { - width: 50px; - transform: translateY(-65px); - float: right; - margin-right: 15px; - height: 50px; -} -.zar_box{ + letter-spacing: 0; + text-align: left; + margin-left: 10px; + margin-right: 10px; display: flex; + word-break: break-all; } -.zar_img{ - width: 22px; - height: 22px; -} -.content_zar { - font-family: PingFangSC-Regular; - font-size: 10px; - margin-left: 3px; - margin-top: 3px; - color: #c6c6c6; -} -/*item 分割线*/ - -.home__list-item__bottom { - height: 2px; - background: #d8dbd4; - margin-bottom: 5px; +.other_three_date { + width: 25%; + font-size: 12px; + color: #999999; + letter-spacing: 0; margin-top: 5px; - left: 15px; - right: 15px; + margin-bottom: 5px; } +.other_three_hospital_name{ + width: 75%; + font-size: 12px; + color: #999999; + letter-spacing: 0; + margin-top: 5px; + text-align: right; + margin-bottom: 5px; +} \ No newline at end of file -- 1.8.3.1