From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改
---
miniprogram/pages/user/group/message/index.wxss | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/miniprogram/pages/user/group/message/index.wxss b/miniprogram/pages/user/group/message/index.wxss
index d28d054..a458615 100644
--- a/miniprogram/pages/user/group/message/index.wxss
+++ b/miniprogram/pages/user/group/message/index.wxss
@@ -19,7 +19,10 @@
background-color: #F5F5F9;
margin-bottom: 20%;
}
-
+.pageWhole{
+ background-color: #F5F5F9;
+ height: calc(100vh - 5rem);
+}
.chat-message-left{
margin-left: 15%;
margin-top: -10%;
@@ -53,7 +56,7 @@
color: rgba(0,0,0,0.4);
}
.chat-context-right{
- margin-left: 30%;
+ margin-left: 25%;
font-size: 15px;
padding: 10px ;
width: 130%;
@@ -83,18 +86,18 @@
}
.input{
width: 78%;
- height: 30px;
+ height: 35px;
background-color: #F5F5F9;
margin-left: 5%;
border-radius:10px;
margin-top: 2%;
}
.more{
- height: 25px;
- width: 25px;
+ height: 45px;
+ width: 45px;
float: right;
margin-right: 2%;
- margin-top: 3%;
+ margin-top: 1%;
}
.moreList{
/* height: 30px; */
--
Gitblit v1.8.0