diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.wxml b/littleApp_child/pages/system_notifacations/system_notifacations.wxml index 5f3191d..ab52fe6 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.wxml +++ b/littleApp_child/pages/system_notifacations/system_notifacations.wxml @@ -1,9 +1,9 @@ - - + diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.wxss b/littleApp_child/pages/system_notifacations/system_notifacations.wxss index ff56b4f..402a35d 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.wxss +++ b/littleApp_child/pages/system_notifacations/system_notifacations.wxss @@ -16,8 +16,9 @@ } .title_scroll { - width: 90%; - margin-left: 10px; + + width: 100%; + /* margin-left: 10px; */ /*可以滚动 */ white-space: nowrap; display: inline-block; @@ -33,19 +34,23 @@ .scroll_title_label { height: 40px; - margin-right: 30px; - text-align: left; + /* margin-right: 30px; */ + /* text-align: left; */ + width: 30%; + text-align: center; line-height: 40px; border: 1px; font-size: 13px; color: #494949; border-bottom: 2px; border-color: #ff5e5e; + + } .title_text { - line-height: 40px; - height: 40px; + /* line-height: 40px; + height: 40px; */ font-size: 13px; padding-top: 10px; padding-bottom: 7px;