login.scss 1.45 KB
.login-page {
	min-height: 100vh;
	width: 750rpx;
	background: url(/static/login.png) no-repeat;
	background-size: 100% 100%;
	.login-main {
		flex-direction: column;
		.content {
			height: 250rpx;
			margin-top: 90rpx;
			margin-left: -107rpx;
			position: relative;
			top: 50rpx;
			left: -15rpx;
			.hello {
				font-size: 30px;
				color: #3a4759;
				z-index: 9999;
				position: relative;
			}
			.hello-welcome {
				position: relative;
				font-size: 30px;
				color: #3a4759;
				z-index: 9999;
			}
		}
	}
}

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

.loginPhone {
	.form-row {
		justify-content: space-between;
		margin-top: 30rpx;
	}

	.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;
			}
		}
	}
}