初步修改完成

This commit is contained in:
17792275749
2026-03-10 15:33:16 +08:00
parent e20638030b
commit 05b388020b
8 changed files with 31 additions and 5 deletions
@@ -116,13 +116,15 @@ input {
.userAvatar {
width: 90rpx;
height: 90rpx;
box-sizing: border-box;
overflow: hidden;
border-radius: 50%;
margin-right: 24rpx;
border: 2rpx solid #FF8FB5;
}
.userInfo {
flex: 1;
margin-right: 24rpx;
}
.userInfo_1 {
@@ -163,6 +165,8 @@ input {
.userInfo_1>view:nth-of-type(2)>view:nth-of-type(1) {
width: 20rpx;
height: 20rpx;
display: flex;
align-items: center;
margin-right: 4rpx;
}