This commit is contained in:
pengxiaolong
2025-07-25 16:39:52 +08:00
parent 7116e57fc3
commit 8580cd18fa
128 changed files with 2991 additions and 411 deletions

View File

@@ -0,0 +1,20 @@
.voice-message.data-v-2ecc0080 {
padding: 0 20rpx 0 20rpx;
}
.voice-message-avatar.data-v-2ecc0080 {
width: 100rpx;
height: 80rpx;
margin-left: 10rpx;
}
.voice-message-content.data-v-2ecc0080 {
display: flex;
align-items: center;
}
.voice-message-name.data-v-2ecc0080 {
height: 80rpx;
margin-left: 10rpx;
font-size: 28rpx;
color: #999;
line-height: 80rpx;
}