From a65b6782065735cc3f9948da2de565a8ff2a9e1f Mon Sep 17 00:00:00 2001
From: 安瑾然 <m17681517455@outlook.com>
Date: 星期四, 23 三月 2023 10:08:18 +0800
Subject: [PATCH] 图片加载报错
---
miniprogram/pages/user/index.wxss | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/miniprogram/pages/user/index.wxss b/miniprogram/pages/user/index.wxss
index f4cde8d..8705e1c 100644
--- a/miniprogram/pages/user/index.wxss
+++ b/miniprogram/pages/user/index.wxss
@@ -166,6 +166,9 @@
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
width: 100%;
}
+.lists:last-child{
+ margin-bottom: 1rem;
+}
.top-img{
width: 100%;
}
@@ -180,6 +183,7 @@
color: rgba(0, 0, 0, 0.5);
margin-right: 0.5rem;
width: 50%;
+ text-align: right;
}
.lists .lists-top .lists-top-title {
--
Gitblit v1.8.0