From ae28f9db9fa0ebe24b9c21cb37daf23bafee7e92 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 13 三月 2023 18:06:26 +0800
Subject: [PATCH] 修改禁言和取消禁言

---
 miniprogram/pages/user/index.wxss |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/miniprogram/pages/user/index.wxss b/miniprogram/pages/user/index.wxss
index 19bf5b4..8705e1c 100644
--- a/miniprogram/pages/user/index.wxss
+++ b/miniprogram/pages/user/index.wxss
@@ -146,17 +146,19 @@
 }
 
 .list .font-wenzi1 {
-    font-size: 13px;
+    font-size: 14px;
     margin-bottom: 4px;
     margin-left: 0.5rem;
+    font-weight: 900;
 }
 
 .list .more {
     margin-bottom: 4px;
     float: right;
-    font-size: 12px;
+    font-size: 14px;
     color: rgba(0, 0, 0, 0.7);
     margin-right: 0.5rem;
+    font-weight: 900;
 }
 
 .lists {
@@ -164,7 +166,12 @@
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     width: 100%;
 }
-
+.lists:last-child{
+    margin-bottom: 1rem;
+}
+.top-img{
+    width: 100%;
+}
 .lists .lists-top {
     display: flex;
     justify-content: space-between;
@@ -175,13 +182,17 @@
     margin-bottom: 1%;
     color: rgba(0, 0, 0, 0.5);
     margin-right: 0.5rem;
+    width: 50%;
+    text-align: right;
 }
 
 .lists .lists-top .lists-top-title {
     font-size: 14px;
-    margin-right: 40%;
+    /* margin-right: 40%; */
     font-weight: bold;
     margin-left: 0.5rem;
+    word-wrap: normal;
+    width: 50%;
 }
 
 .lists .lists-content {

--
Gitblit v1.8.0