code.scss 1 KB
.code-page {
	min-height: 100vh;
	background-color: #fff;
	width: 750rpx;
	background: url(/static/login.png) no-repeat;
	background-size: 750rpx 1400rpx;
}
.f__login {
	padding: 48rpx 32rpx;
	border-radius: 18rpx 18rpx 0 0;
	z-index: 99;
	position: relative;
}

.loginPhone {
	.phone-main {
		.text {
			font-size: 22px;
			color: #3a4759;
			position: relative;
			z-index: 9999;
			font-family: PingFangSC-Semibold, PingFang SC;
			font-weight: 600;
		}
	}
	.form-row {
		margin-top: 30rpx;
		.getvcode {
			font-family: PingFangSC-Regular, PingFang SC;
			font-weight: 400;
			font-size: 14px;
			color: #6299ff;
		}
	}

	.submit {
		margin-top: 60rpx;
		width: 100%;
		position: relative;
		background: linear-gradient(90deg, #5dc2fc 0%, #377dff 100%);
		border-radius: 46px;
		.text {
			color: #ffffff;
		}
	}
	.account-style {
		flex-direction: row;
		margin-top: 48rpx;
		justify-content: space-between;
		.content {
			color: #999999;
			font-size: 13px;
		}
	}
}