/* packageC/redPacket/personListDetail/personListDetail.wxss */ .person-list-detail { box-sizing: border-box; padding: 20rpx 26rpx; } .detail-box { display: flex; box-sizing: border-box; padding: 20rpx 26rpx; background-color: #fff; border-radius: 15rpx; } .detail-box .left-img { width: 120rpx; height: 120rpx; } .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; } .end-time { margin-top: 10rpx; font-size: 26rpx; color: #ce2e06; } .gift-type, .gift-num, .gift-count { margin-top: 10rpx; font-size: 28rpx; color: #636363; } .red-text { color: #f14e4e; } /* 计数 */ .counter { display: flex; justify-content: space-around; margin-top: 25rpx; padding: 35rpx 35rpx; border-radius: 15rpx; background-color: #fff; } /* 领取记录 */ .receive-record { margin-top: 25rpx; border-radius: 15rpx; padding: 26rpx; background-color: #fff; } .receive-record .record-title { text-align: center; font-size: 30rpx; font-weight: bold; color: #545454; } .receive-item { display: flex; align-content: center; margin-top: 30rpx; } .receive-item .avatar { width: 70rpx; height: 70rpx; border-radius: 50%; overflow: hidden; } .receive-item .avatar image { width: 100%; height: 100%; } .receive-item .userinfo { flex: 1; margin-left: 15rpx; } .receive-item .userinfo .username { font-size: 28rpx; color: #2e2e2e; } .receive-item .userinfo .timer { margin-top: 10rpx; font-size: 22rpx; color: #818181; } .receive-item .money { display: inline-flex; align-items: center; font-size: 28rpx; color: #f14e4e; }