From f68f67f34857085d627cc2acdcfe714eb8bbdcb5 Mon Sep 17 00:00:00 2001
From: 安瑾然 <m17681517455@outlook.com>
Date: 星期四, 23 三月 2023 13:58:11 +0800
Subject: [PATCH] 图片预览

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

diff --git a/miniprogram/pages/user/index.wxss b/miniprogram/pages/user/index.wxss
index 1ad6dfb..8705e1c 100644
--- a/miniprogram/pages/user/index.wxss
+++ b/miniprogram/pages/user/index.wxss
@@ -146,23 +146,28 @@
 }
 
 .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 {
     margin-top: 0.5rem;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     width: 100%;
+}
+.lists:last-child{
+    margin-bottom: 1rem;
 }
 .top-img{
     width: 100%;
@@ -177,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