.top-img image{ width: 100%; } .person-info{ margin-top: -126rpx; padding: 0 20rpx; position: relative; } .person-info-box{ background-color: #fff; border-radius: 10rpx; padding: 20rpx; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); display: flex; justify-content: space-between; } .person-info-box image{ width: 120rpx; height: 120rpx; border-radius: 50%; } .user-info{ display: inline-block; vertical-align: top; margin-left: 20rpx; } .user-name{ font-size: 36rpx; font-weight: bold; line-height: 70rpx; } .check-status{ margin-top: 0; font-size: 30rpx; height: 40rpx; line-height: 40rpx; } .not-check{ background-color: #EEE; color: #ccc; } .affair{ width: 710rpx; margin: 20rpx auto 0; background-color: #fff; padding: 20rpx; box-sizing: border-box; } .affair text{ color: red; } .affair-title{ font-size: 32rpx; border-left: 5px solid #FF4949; padding-left: 20rpx; color: #101010; } .checkin-btn{ width: 160rpx; height: 60rpx; line-height: 60rpx; border-radius: 30rpx; background-color: rgba(255, 73, 73, 100); color: rgba(255, 255, 255, 100); font-size: 28rpx; text-align: center; margin-top: 30rpx; }