.container-view { min-height: 100vh; } .return-info { padding: 32rpx; margin-bottom: 16rpx; width: 710rpx; margin: auto; background-color: #ffffff; border-radius: 32rpx; margin-top: 20rpx; } .return-info .h5{ font-size: 32rpx; color: #333; font-weight: bold; margin-bottom: 20rpx; } .return-info .img { width: 125rpx; height: 125rpx; border-radius: 16rpx; overflow: hidden; } .return-top > view:nth-of-type(1) { color: #333; font-size: 28rpx; margin-bottom: 16rpx; } .return-top > view:nth-of-type(2) { color: #5E6F90; background-color: #F3F8FF; border-radius: 40rpx; padding-top: 12rpx; padding-bottom: 12rpx; text-align: center; } .pictures-info { background-color: #ffffff; padding: 40rpx 32rpx 32rpx; width: 710rpx; margin: auto; margin-top: 20rpx; border-radius: 32rpx; } .pictures-info > view:nth-of-type(1) { color: #333; font-size: 32rpx; margin-bottom: 20rpx; } .pictures-btn { color: #FFFFFF; font-size: 32rpx; background: #060809; border-radius: 44rpx; padding-top: 28rpx; padding-bottom: 28rpx; width: 100%; text-align: center; margin-top: 22rpx; }