.person-list { box-sizing: border-box; padding: 0 25rpx; } .person-list .person-item { margin-top: 20rpx; box-sizing: border-box; padding: 20rpx; background-color: #fff; border-radius: 30rpx; } .person-item .left-img { width: 120rpx; height: 120rpx; } .person-item .right-box { flex: 1; padding-left: 10rpx; overflow: hidden; } .right-box .gift-title { width: 100%; font-size: 32rpx; font-weight: bold; color: #515151; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .user-info { display: flex; margin-top: 10rpx; align-content: center; color: #ce2e06; font-size: 26rpx; } .user-info .avatar { width: 36rpx; height: 36rpx; margin-right: 10rpx; border-radius: 50%; background-color: royalblue; } .user-info .nickname { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; } .end-time { margin-top: 10rpx; font-size: 26rpx; color: #ce2e06; } .btn-box { margin-top: 20rpx; } .btn-box .receiv-record { margin: 0 auto; width: 260rpx; height: 60rpx; border-radius: 35rpx; text-align: center; line-height: 60rpx; color: #f69a00; border: solid 1rpx #f69a00; }