page { background-color: #F4F4F4; font-size: 32rpx; box-sizing: border-box; } .pages { width: 100%; height: 100%; box-sizing: border-box; } .top { height: 500rpx; box-sizing: border-box; padding: 108rpx 0 40rpx; text-align: center; } .top .image { box-sizing: border-box; margin: 0 auto 60rpx; } .top image { width: 210rpx; height: 200rpx; } .footer { box-sizing: border-box; height: calc(100vh - 500rpx); background: #FFFFFF; border-radius: 16rpx 56rpx 0px 0px; padding: 76rpx 30rpx 0; } .footer .number { box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30rpx; } .footer .number image { width: 26rpx; height: 34rpx; margin-bottom: -8rpx; } .footer .btn { box-sizing: border-box; color: #1E9F6A; width: 154rpx; height: 60rpx; line-height: 60rpx; background: #FFFFFF; border-radius: 8rpx 24rpx 8rpx 24rpx; border: 1px solid #1E9F6A; text-align: center; }