From 4e44bc1fd7806a6c1611302120882b91d96640b5 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Mon, 27 Apr 2020 17:50:19 +0800 Subject: [PATCH] bug修复 --- SunshineLnsMinApp/pages/pfyy/pfyy.wxss | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-) diff --git a/SunshineLnsMinApp/pages/pfyy/pfyy.wxss b/SunshineLnsMinApp/pages/pfyy/pfyy.wxss index 2e1d734..c380df1 100644 --- a/SunshineLnsMinApp/pages/pfyy/pfyy.wxss +++ b/SunshineLnsMinApp/pages/pfyy/pfyy.wxss @@ -1,8 +1,10 @@ /* pages/pfyy/pfyy.wxss */ + input { font-size: 14px; color: #999; text-align: right; + flex: 1; } .border-bottom { @@ -62,7 +64,7 @@ } textarea { - box-sizing: border-box; + box-sizing: border-box; width: 100%; height: 100px; display: block; @@ -90,7 +92,6 @@ .publicSnapshot-main span:nth-child(2) { font-size: 14px; color: #333; - margin-right: auto; width: 20%; } @@ -104,12 +105,17 @@ height: 22px; } -.publicSnapshot-main .person_w{ +.publicSnapshot-main .person_w { display: inline-block; font-size: 14px; color: #333; margin-right: auto; width: auto; +} + +.picker-margin { + text-align: right; + flex: 1; } .publicSnapshot-main-picker { @@ -172,20 +178,24 @@ .publicSnapshot-status-time-right { font-size: 14px; } -.contantType-picker{ + +.contantType-picker { font-size: 14px; } -.contantType-picker-div{ - display:flex; - width: 31% + +.contantType-picker-div { + display: flex; + width: 31%; } + .publicSnapshot-main-img { width: 16px; height: 22px; } + .msg-reply-view-content { overflow: auto; - padding:5px 0px 5px 20px; + padding: 5px 0px 5px 20px; } .msg-reply-view-content::-webkit-scrollbar { -- Gitblit v1.8.0