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;