From 3714621173c606c4c58439ed8941100ce9ddea14 Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期三, 05 十一月 2025 15:10:49 +0800
Subject: [PATCH] bug
---
wx/pages/message/message.wxss | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/wx/pages/message/message.wxss b/wx/pages/message/message.wxss
index 620b929..bb839f8 100644
--- a/wx/pages/message/message.wxss
+++ b/wx/pages/message/message.wxss
@@ -75,10 +75,10 @@
}
.icon-wrapper {
- width: 80rpx;
- height: 80rpx;
+ width: 60rpx;
+ height: 60rpx;
border-radius: 50%;
- background-color: #007aff; /* 缁熶竴浣跨敤钃濊壊 */
+ background-color: #e6f3ff; /* 娴呰摑鑹茶儗鏅� */
display: flex;
align-items: center;
justify-content: center;
@@ -86,6 +86,11 @@
flex-shrink: 0;
}
+.icon-wrapper .icon {
+ font-size: 28rpx;
+ color: #007aff; /* 娣辫摑鑹插浘鏍� */
+}
+
.text-wrapper {
display: flex;
flex-direction: column;
--
Gitblit v1.8.0