From 387a894ca2da8742f146183dd0649315d72b15b2 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 06 三月 2023 14:35:18 +0800
Subject: [PATCH] 修改进群提示文字颜色

---
 miniprogram/pages/user/report/index.wxss |   44 ++++++++++++++++++++++++++++++--------------
 1 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/miniprogram/pages/user/report/index.wxss b/miniprogram/pages/user/report/index.wxss
index 664455d..1715b70 100644
--- a/miniprogram/pages/user/report/index.wxss
+++ b/miniprogram/pages/user/report/index.wxss
@@ -1,41 +1,57 @@
 /**index.wxss**/
-.font-wenzi{
+.icon {
+    height: 90%;
+}
+
+.font-wenzi {
     float: right;
     font-size: 30px;
     margin-right: 20px;
     margin-top: -15px;
-    color:rgba(0,0,0,0.2);
+    color: rgba(0, 0, 0, 0.2);
 }
-.font-name{
+
+.font-name {
     font-size: 14px;
     margin-bottom: 1%;
     margin-left: 2%;
 }
-.font-qita{
+
+.font-qita {
     font-size: 13px;
     margin-bottom: 2%;
     margin-left: 2%;
 }
 
-.conter{
-    border-bottom:1px solid rgba(0,0,0,0.1);
+.conter {
+    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }
-.buttonView{
-    margin-top: 60%;
+
+.buttonView {
+    position: absolute;
+    width: 100%;
+    bottom: 5%;
 }
-.button{
+
+.button {
+    width: 90%;
     color: #ffffff;
     font-size: 13px;
     background-color: #6699ff;
 }
-.inGroup{
-float: right;
-font-size: 14px;
-margin-right: 50%;
+
+.inGroup {
+    float: right;
+    font-size: 14px;
+    margin-right: 50%;
+    color: #1890FF;
 }
-.noInGroup{
+
+.noInGroup {
     float: right;
     color: red;
     font-size: 14px;
     margin-right: 50%;
+    color: #D9001B;
+
 }
\ No newline at end of file

--
Gitblit v1.8.0