findPassword.scss 1.18 KB
.find-password-page {
	min-height: 100vh;
	background-color: #fff;
}
.top {
	width: 750rpx;
	height: 100rpx;
	border: 0.1px solid #f7f9ff;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;

	.item {
		width: 375rpx;
		height: 100rpx;
		border: 0.1px solid #f7f9ff;
		text-align: center;
		line-height: 90rpx;
	}
}

.f__login {
	padding: 0 30rpx;

	.loginPhone {
		.form-row {
			position: relative;
			border-bottom: 1px solid #e5e5e5;
			justify-content: space-between;
			.v-input {
				width: 620rpx;
			}
			.v-password {
				position: absolute;
				right: 18rpx;
				z-index: 66666;
			}
			.input {
				font-size: 34rpx;
				line-height: 102rpx;
				height: 94rpx;
				width: 100%;
				box-sizing: border-box;
				font-size: 30rpx;
				font-weight: bold;
			}

			.getvcode {
				font-size: 26rpx;
				height: 80rpx;
				color: #6299ff;
				line-height: 80rpx;
				min-width: 188rpx;
				text-align: center;
				border-radius: 8rpx;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				right: 0;
				z-index: 11;
				&.forhidden {
				}
			}
		}

		.submit {
			margin-top: 60rpx;
			width: 100%;
			background: #377dff;
			border-radius: 48px;
		}
	}
}