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/manager/group/message/index.wxss |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/miniprogram/pages/manager/group/message/index.wxss b/miniprogram/pages/manager/group/message/index.wxss
index e7a78ed..61b7c75 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,11 +66,12 @@
 }
 .low{
     position: fixed;
-    bottom: 0rem;
+    bottom: 0;
     width: 100%;
     background-color: white;
     /* height: 7%; */
     height: 50px;
+    padding-bottom: 2rem;
 }
 .list{
     height: 60px;
@@ -149,3 +154,22 @@
 .view-4{
   
 }
+.wrapper {
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    height: 100%;
+  }
+  .block{
+      color: #fff;
+  }
+  .text-active{
+    margin-left: 15%;
+    font-size: 15px;
+    padding: 10px ; 
+    width: 65%;
+    font-weight: normal;
+    background-color: #ffffff;
+    margin-bottom: 5%;
+      color: red;
+  }
\ No newline at end of file

--
Gitblit v1.8.0