.set-password-container.data-v-cf17a44e { min-height: 100vh; background: #f7f8fa; padding: 40rpx 0; } .header.data-v-cf17a44e { text-align: center; font-size: 36rpx; font-weight: bold; margin-bottom: 40rpx; background: #fff; padding: 32rpx 0; } .form.data-v-cf17a44e { background: #fff; border-radius: 20rpx; margin: 0 32rpx; padding: 40rpx 32rpx; box-shadow: 0 4rpx 16rpx rgba(0,0,0,0.04); display: flex; flex-direction: column; gap: 32rpx; } .input.data-v-cf17a44e { width: 100%; height: 80rpx; border: 1rpx solid #eee; border-radius: 12rpx; padding: 0 24rpx; font-size: 30rpx; background: #f7f8fa; } .submit-btn.data-v-cf17a44e { width: 100%; background: #409EFF; color: #fff; border-radius: 12rpx; font-size: 32rpx; margin-top: 16rpx; height: 80rpx; }