loginFormLess.les 2.3 KB
@import '../less/variables';


/** 登录页面 **/

.login_tab_content{
	width : 400px;
	margin: 0 auto;
}

.login_foot{
	display  : flex;
	font-size:14px;
	li{
		flex: 1;
	}
	li:nth-child(2){
		text-align: right;
	}
}


/** 注册页面 **/

.register_title{
	font-size :16px;
	color     :@text-title;
	text-align:center;
	span{
		margin :0 30px 14px;
		display:inline-block;
	}
}
.register_title:before{
	content       : ' ';
	display       : inline-block;
	width         : 30px;
	border-top    : 1px solid @border-color;
	vertical-align: middle;
	margin-top    : -8px;
}
.register_title:after{
	content       : ' ';
	display       : inline-block;
	width         : 30px;
	border-top    : 1px solid @border-color;
	vertical-align: middle;
	margin-top    : -8px;
}
.step_action{
	text-align:center;
	.register_prev{
		cursor   : pointer;
		color    : @text-blue-color;
		font-size: 14px;
	}
	.register_tip{
		cursor         : pointer;
		margin-top     : 16px;
		color          : @text-blue-color;
		font-size      : 14px;
		text-decoration: underline;
	}
	.gray_button{

			cursor   : not-allowed;
			color    : #C1C1C1;
			font-size: 14px;

	}
}
.success_con{
	margin-top :32px;
	font-size  :14px;
	line-height:30px;
	color      :@text-title;
}


/** 重置密码 **/
.login_verfication_code_inactive{
		font-size: 12px;
		background: #FFF;
		cursor:not-allowed;
		color:#999;
		height:32px;
		line-height:32px;
		border:1px solid #F2F2F2;
		border-radius: 4px;
		width:80px;
		text-align:center;
		position:absolute;
		top:12px;
		right:116px;
	}


	.login_verfication_code_active{
	  font-size: 12px;
		cursor:pointer;
	  background: #FFF;
		color:#108ee9;
		height:32px;
		line-height:32px;
		border:1px solid #F2F2F2;
		border-radius: 4px;
		width:80px;
		text-align:center;
		position:absolute;
		top:12px;
		right:116px;
	}


.reset_verfication_code_active{
	  font-size: 12px;
		cursor:pointer;
	  background: #FFF;
		color:#108ee9;
		height:32px;
		line-height:32px;
		border:1px solid #F2F2F2;
		border-radius: 4px;
		width:80px;
		text-align:center;
		position:absolute;
		top:12px;
		right:116px;
	}
	.reset_verfication_code_inactive{
		font-size: 12px;
		background: #FFF;
		cursor:not-allowed;
		color:#999;
		height:32px;
		line-height:32px;
		border:1px solid #F2F2F2;
		border-radius: 4px;
		width:80px;
		text-align:center;
		position:absolute;
		top:12px;
		right:116px;
	}