From a7a28c10e6a6d756c00e2bd4a590e785b87f1331 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 08 三月 2023 15:37:54 +0800
Subject: [PATCH] 样式反馈调整

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

diff --git a/miniprogram/pages/manager/group/message/index.wxss b/miniprogram/pages/manager/group/message/index.wxss
index 625077b..8aa7b3a 100644
--- a/miniprogram/pages/manager/group/message/index.wxss
+++ b/miniprogram/pages/manager/group/message/index.wxss
@@ -12,9 +12,7 @@
 .chat-left{
     margin-top: 4%;
 }
-.chat-right{
-    margin-right: 50%;
-}
+
 .chat-item{
     background-color: 	#F5F5F9;
     margin-bottom: 20%;
@@ -38,11 +36,13 @@
 }
 .chat-right{
     margin-top: 8%;
+    display: flex;
+    padding:  0 0.5rem;
 }
 .face-right{
     width: 40px;
     height: 40px;
-    margin-left: 170%;
+   
 }
 .chat-message-right{
     margin-left: 15%;
@@ -52,19 +52,17 @@
     color: rgba(0,0,0,0.4);
 }
 .chat-context-right{
-    margin-left: 30%;
     font-size: 15px;
     padding: 10px ; 
-    width: 130%;
     font-weight: normal;
     text-align: right;
-    margin-top: -20%;
     background-color: #ffffff;
-    margin-bottom: 8%;
+    margin-left: auto;
+    margin-right: 0.5rem;
 }
 .low{
     position: fixed;
-    bottom: 0px;
+    bottom: 1.5rem;
     width: 100%;
     background-color: white;
     /* height: 7%; */
@@ -99,9 +97,11 @@
     /* height: 30px; */
     /* position: fixed;
     bottom: 0px; */
+    display: flex;
+    justify-content: space-around;
     width: 100%;
     height: 70px;
-    margin-top: 2%;
+    margin-top: 1rem;
     background-color: #F5F5F9;
     /* height: 50%; */
 }
@@ -122,6 +122,7 @@
 .wenzi-wenzi{
     font-size: 13px;
     margin-left: 1%;
+    white-space: nowrap;
 }
 .bottom-icon1{
    float: right;
@@ -134,21 +135,17 @@
     font-size: 13px;
 }
 .view-0{
-    margin-left: 4%;
+   margin-top: 0.5rem;
 }
 .view-1{
-    margin-left: 24%;
-    margin-top: -14%;
+  
 }
 .view-2{
-    margin-left: 44%;
-    margin-top: -14%;
+  
 }
 .view-3{
-    margin-left: 64%;
-    margin-top: -13%;
+   
 }
 .view-4{
-    margin-left: 84%;
-    margin-top: -13%;
+  
 }

--
Gitblit v1.8.0