login.scss 2.14 KB
.login-page {
	min-height: 100vh;
	background-color: #fff;
	.login-main {
		flex-direction: column;
		.content {
			height: 250rpx;
			margin-top: 90rpx;
			margin-left: -107rpx;
			.hello {
				font-size: 30px;
				color: #3a4759;
				z-index: 9999;
				position: relative;
			}
			.hello-welcome {
				position: relative;
				font-size: 30px;
				color: #3a4759;
				z-index: 9999;
			}
		}
	}
	.circleStyle {
		position: absolute;
		width: 145rpx;
		height: 300rpx;
		left: -31rpx;
		top: 10rpx;
		border-radius: 0 100rpx 100rpx 0/0 150rpx 150rpx 0;
		background-color: #f0f2f5;
		opacity: 0.5;
	}
}

.f__login {
	padding: 8rpx 32rpx;
	border-radius: 18rpx 18rpx 0 0;
	z-index: 99;
	position: relative;
}

.loginPhone {
	.form-row {
		position: relative;
		justify-content: space-between;
		margin-top: 60rpx;
		.v-input {
			width: 690rpx;
			border-bottom: 2px solid #e5e5e5;
		}
		.v-password {
			position: absolute;
			right: 0rpx;
			z-index: 66666;
		}
		.input {
			font-size: 34rpx;
			line-height: 102rpx;
			height: 114rpx;
			width: 100%;
			box-sizing: border-box;
			font-size: 30rpx;
			padding: 0;
			font-weight: bold;
		}
	}

	.submit {
		margin-top: 60rpx;
		background: linear-gradient(90deg, #5dc2fc 0%, #377dff 100%);
		width: 100%;
		border-radius: 46px;
		.text {
			color: #ffffff;
		}
	}
	.row-item {
		flex-direction: row;
		margin-top: 60rpx;
		justify-content: space-between;
		.row-phone {
			color: #999999;
			font-size: 13px;
		}
		.row-reset {
			color: #999999;
			font-size: 13px;
			position: relative;
		}
	}
	.link-login {
		justify-content: center;
		flex-direction: column;
		margin-top: 370rpx;
		/* #ifdef APP-PLUS */
		margin-top: 250rpx;
		/* #endif */
		.link-text {
			color: #999999;
			font-size: 13px;
		}
		.link-image {
			.image {
				width: 75rpx;
				height: 75rpx;
			}
		}
	}
	.circleStyleBottom {
		position: absolute;
		width: 145rpx;
		height: 300rpx;
		right: -31rpx;
		top: 404rpx;
		//#ifndef MP
		top: 504rpx;
		//#endif
		border-radius: 0 100rpx 100rpx 0/0 150rpx 150rpx 0;
		background: linear-gradient(241deg, #00c9a7 0%, rgba(0, 223, 252, 0.5) 100%);
		opacity: 0.1;
		transform: rotate(180deg);
		z-index: -9999;
	}
}