diff --git a/littleApp_child/pages/home/css/login.wxss b/littleApp_child/pages/home/css/login.wxss index 0c7a4c2..4802330 100644 --- a/littleApp_child/pages/home/css/login.wxss +++ b/littleApp_child/pages/home/css/login.wxss @@ -57,15 +57,14 @@ page { font: medium; font-size: 20px; color: white; - width: 200px; + margin-left: 10px; + margin-right: 10px; height: 45px; line-height: 45px; border-radius: 22.5px; background-color: #48c17b; - position: absolute; - bottom: 100px; - left: 50%; - transform: translateX(-50%); + width: calc(100%-20px); + margin-top: 200px; text-align: center; } @@ -77,22 +76,23 @@ page { height: 42px; border: solid 1px; border-radius: 5px; - width: 60%; + width: 70%; } .record-time-text { font: lighter; margin-left: 10px; - width: 80px; + width: 30%; text-align: center; font-size: 15px; color: #666; - height: 30px; - line-height: 30px; - margin-top: 20px; - background: #f5f5f5; - border: 1px solid #d3d3d3; + height: 42px; + line-height: 42px; + margin-top: 15px; border-radius: 4px; + float: right; + background: #f6f6f6; + border: 1px solid #d3d3d3; /*background-color: rgba(1, 1, 1, 1);*/ } diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.wxss b/littleApp_child/pages/system_notifacations/system_notifacations.wxss index c6a988c..9c65d07 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.wxss +++ b/littleApp_child/pages/system_notifacations/system_notifacations.wxss @@ -59,6 +59,8 @@ margin-right: 10px; margin-top: 10px; background: #fff; + min-height: 138px; + border-radius: 4px; } .high_risk_title { @@ -76,8 +78,10 @@ .high_rish_content1 { padding-left: 10px; padding-right: 10px; - margin-top: 5px; display: flex; + height:28px; +min-height:28px; + } .high_rish_content_before { @@ -128,21 +132,23 @@ margin-right: 10px; margin-top: 10px; background: #fff; + + min-height: 128px; } .red_line { width: 100%; background: #f67272; - height: 2px; + height: 1px; } .green_line { width: 100%; background: #48C17B; - height: 2px; + height: 1px; } .other_three_title{ - height: 38px; + height: 40px; width: 100%; - line-height: 38px; + line-height: 40px; text-align: center; font-size: 14px; font-weight: bold; @@ -157,6 +163,7 @@ text-align: left; margin-left: 10px; margin-right: 10px; + min-height: 54px; display: flex; word-break: break-all; }