.page { padding: 0 60rpx; width: 100%; height: 100vh; box-sizing: border-box; .logo { margin: 182rpx auto 0; display: block; width: 290rpx; height: 362rpx; } .submit { margin-top: 36rpx; height: 96rpx; display: flex; align-items: center; justify-content: center; font-size: 36rpx; color: #1679cb; border-radius: 12rpx 12rpx 12rpx 12rpx; border: 2rpx solid #1679cb; box-sizing: border-box; } .back { margin-top: 112rpx; height: 96rpx; display: flex; align-items: center; justify-content: center; font-size: 36rpx; color: #ffffff; background: linear-gradient(90deg, #293b9f 0%, #1679cb 100%); border-radius: 12rpx; } .tip { margin-top: 82rpx; font-size: 32rpx; color: rgba(33, 33, 32, 0.7); line-height: 64rpx; text-align: center; } }