From 4cdcd7fbf08474c5c10ec1637a23e0e0ce230e8a Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 07 三月 2023 09:49:27 +0800
Subject: [PATCH] 修改警员样式

---
 miniprogram/pages/user/index.wxss |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/miniprogram/pages/user/index.wxss b/miniprogram/pages/user/index.wxss
index 1ad6dfb..f4cde8d 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 {
@@ -177,13 +179,16 @@
     margin-bottom: 1%;
     color: rgba(0, 0, 0, 0.5);
     margin-right: 0.5rem;
+    width: 50%;
 }
 
 .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