From 125227fc6e7c9d27b91aba5b6cec15ac716930c9 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期日, 23 四月 2023 14:07:55 +0800
Subject: [PATCH] 聊天休息颜色修改

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

diff --git a/miniprogram/pages/manager/group/message/index.wxss b/miniprogram/pages/manager/group/message/index.wxss
index 87065b9..61b7c75 100644
--- a/miniprogram/pages/manager/group/message/index.wxss
+++ b/miniprogram/pages/manager/group/message/index.wxss
@@ -66,11 +66,12 @@
 }
 .low{
     position: fixed;
-    bottom: 2rem;
+    bottom: 0;
     width: 100%;
     background-color: white;
     /* height: 7%; */
     height: 50px;
+    padding-bottom: 2rem;
 }
 .list{
     height: 60px;
@@ -161,4 +162,14 @@
   }
   .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