From 376eeb6037b697fcd5796e97562e60f9ea19db3f Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 22 三月 2023 12:50:43 +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