From 5545fc19893ca0e23818f20eed930850c84edb72 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 10:04:02 +0800
Subject: [PATCH] no message
---
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