/* pages/MeetingIndexDetail/MeetingIndexDetail.wxss */ .all .content { background: #fff; } .all .content .detail { padding: 20rpx 0; } .all .content .detail .li { display: flex; justify-content: space-between; height: 60rpx; line-height: 60rpx; align-items: center; padding: 0 28rpx; font-size: 28rpx; } .all .content .detail .li .user { width: 56rpx; height: 56rpx; border-radius: 32rpx; overflow: hidden; } .all .content .detail .li .user image { width: 100%; } .nomessage { color: #555; line-height: 600rpx; text-align: center; margin: 0 auto; font-size: 32rpx; }