.list-box{ width: 700rpx; margin: 20rpx auto; padding-bottom: 20rpx; border-bottom: 1rpx solid #eee; display: flex; } .list-img{ width: 120rpx; height: 120rpx; margin-right: 30rpx; } .list-img image{ width: 100%; height: 100%; } .list-name{ font-size: 32rpx; font-weight: bold; margin: 20rpx 0 10rpx; display: flex; } .gender-img{ width: 40rpx; height: 40rpx; margin-left: 20rpx; padding-top: 2rpx; } .gender-img image{ width: 100%; height: 100%; } .list-time{ color: #999; } .boyImg{ transform: rotate(135deg); } .queueBtn{ width: 400rpx; height: 80rpx; line-height: 80rpx; background: #cc6031; color: #FFF; border-radius: 80rpx; text-align: center; margin: 20rpx 175rpx; position: absolute; bottom: 20rpx; } .cancelBtn{ background: #999; } .list-view{ padding-bottom: 100rpx; } .none-view{ width: 396rpx; height: 258rpx; position: absolute; top: 30%; left: 50%; margin-left: -198rpx; } .none-view image{ width: 100%; height: 100%; } .none-tip{ text-align: center; height: 100rpx; line-height: 100rpx; color: #999; }