code.scss 1.92 KB
.code-page {
	min-height: 100vh;
	background-color: #fff;
}
.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;
		}
		.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;
		}
	}

	.form-row {
		position: relative;
		border-bottom: 1rpx solid #e8e8e8;
		margin-top: 30rpx;
		.input {
			font-size: 34rpx;
			line-height: 102rpx;
			height: 94rpx;
			width: 100%;
			box-sizing: border-box;
			font-size: 30rpx;
			padding: 0;
			font-weight: bold;
		}

		.getvcode {
			font-family: PingFangSC-Regular, PingFang SC;
			font-weight: 400;
			font-size: 15px;
			height: 80rpx;
			color: #6299ff;
			line-height: 80rpx;
			// background: #eee;
			min-width: 188rpx;
			text-align: center;
			border-radius: 8rpx;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 0;
			z-index: 11;

			&.forhidden {
				// background: #eee;
				// color: #cccccc;
			}
		}
	}

	.submit {
		margin-top: 60rpx;
		width: 100%;
		position: relative;
		background: linear-gradient(90deg, #5dc2fc 0%, #377dff 100%);
		border-radius: 46px;
		.text {
			color: #ffffff;
		}
	}
	.circleStyleBottom {
		position: absolute;
		width: 145rpx;
		height: 300rpx;
		right: -31rpx;
		top: 804rpx;
		//#ifndef MP
		top: 804rpx;
		//#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);
	}
	.account-style {
		flex-direction: row;
		margin-top: 48rpx;
		justify-content: space-between;
		.content {
			color: #999999;
			font-size: 13px;
		}
	}
}