.box { background-color: #ffffff; margin-bottom: 20rpx; .item { width: 100vw; padding: 20rpx 30rpx; box-sizing: border-box; border-bottom: 1px solid #DDDDDD; .user { display: flex; .portrait { width: 80rpx; height: 80rpx; text-align: center; line-height: 80rpx; border-radius: 50%; background-color: #3874F6; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #FFFFFF; margin-right: 20rpx; flex-shrink: 0; } .content { .label { font-size: 30rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; text { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; } } .date { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; margin-top: 6rpx; } } } .text { width: 100%; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; word-break: break-all; margin-top: 20rpx; } .type { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; margin-top: 20rpx; text { font-size: 24rpx; color: #333333; } } } .bottom { display: flex; justify-content: flex-end; width: 100%; height: 80rpx; background: #FFFFFF; navigator { padding: 0 20rpx; line-height: 80rpx; .iconfont { font-size: 28rpx; color: #999999; margin-right: 8rpx; } font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; } } }