/* pages/contractTime/index.wxss */ .tui-msg-box { display: flex; align-items: center; } .tui-msg-pic { width: 100rpx; height: 100rpx; border-radius: 50%; display: block; margin-right: 24rpx; } .tui-msg-item { max-width: 300rpx; min-height: 80rpx; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; } .tui-msg-name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 34rpx; line-height: 1; color: #262b3a; } .tui-msg-content { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 26rpx; line-height: 1; color: #9397a4; } .tui-msg-right { max-width: 300rpx; height: 88rpx; margin-left: auto; text-align: right; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; } .tui-msg-right.tui-right-dot{ height: 76rpx; padding-bottom: 10rpx; } .tui-msg-time { width: 100%; font-size: 24rpx; line-height: 24rpx; color: #9397a4; } .tui-badge{ width:auto } .tui-msg::after{ left: 154rpx !important }