From f693c859cdaf607c2a146ef89a7a2ce0d9476d1a Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 07 四月 2023 15:49:09 +0800
Subject: [PATCH] 修改首页

---
 miniprogram/pages/manager/group/message/index.wxss |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/miniprogram/pages/manager/group/message/index.wxss b/miniprogram/pages/manager/group/message/index.wxss
index e7a78ed..87065b9 100644
--- a/miniprogram/pages/manager/group/message/index.wxss
+++ b/miniprogram/pages/manager/group/message/index.wxss
@@ -14,10 +14,14 @@
 }
 
 .chat-item{
+    padding-bottom: 2rem;
     background-color: 	#F5F5F9;
     margin-bottom: 20%;
 }
-
+.pageWhole{
+    background-color: #F5F5F9;
+    height: calc(100vh - 5rem);
+}
 .chat-message-left{
     margin-left: 15%;
     margin-top: -10%;
@@ -62,7 +66,7 @@
 }
 .low{
     position: fixed;
-    bottom: 0rem;
+    bottom: 2rem;
     width: 100%;
     background-color: white;
     /* height: 7%; */
@@ -149,3 +153,12 @@
 .view-4{
   
 }
+.wrapper {
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    height: 100%;
+  }
+  .block{
+      color: #fff;
+  }
\ No newline at end of file

--
Gitblit v1.8.0