Files
Wechat/pages/group-chat/group-chat.wxss

19 lines
349 B
Plaintext

/* 使用全局 chat-* 样式 */
/* 发送者昵称样式(群聊特有) */
.sender-info {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 10rpx;
}
.sender-name {
font-size: 20rpx;
color: #888;
margin-top: 4rpx;
max-width: 100rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}