login.css 1.8 KB

.container {
	/*background: url(../../images/login_bg.png) center no-repeat;*/
	/*background-size: 100% 100%;*/
	padding-top: 1rem;
}

.bottom_icon {
	display: flex;
	justify-content: center;

	margin-bottom: 0.34rem;
	margin-top: 0.42rem;
}

.bottom_img {
	width: 0.4rem;
	height: 0.3rem;
}

.bottom_text {
	font-size: 0.24rem;
	color: #241A17;
}


.baby_img{
	width:2.32rem;
	height:2.01rem;
}
.baby_img img{
	width:100%;
	height:100%;
}
.login_img{
	display: flex;
	justify-content: center;
	width: 6rem;
	margin: 1.58rem auto 0;
}
.img_detail {
	width: 1.75rem;
	height: 1.68rem;
}
.login_text{
	width: 3rem;
	display: flex;
	flex-direction: column;
	margin-left: 0.6rem;
}
.login_text p{
	font-size: 0.36rem;
	color: #222222;
	margin-top: 0.45rem;
	line-height: 1;
}
.login_text span{
	font-size: 0.24rem;
	color: #222222;
	margin-top: 0.24rem;
	line-height: 1;
}



.input_num{
	width: 6.1rem;
	height: 1rem;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 0.2rem;
	box-shadow: 0rem 0rem 0.4rem rgba(0,0,0,0.1) inset;
	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
	/*position: relative;*/
}
.input_num .iconfont{
	margin-left: 0.44rem;
	color: #999999;
	font-size: 0.3rem;
	margin-right: 0.3rem;
}
.input_text{
	border: none;
	outline: none;
	height: 0.5rem;
	font-size: 0.32rem;
	width: 4rem;
}
.get_num{
	position: absolute;
	font-size: 0.28rem;
	color: #F4AC30;
	line-height: 1rem;
	right: 0.37rem;
}


.btn{
	width: 6.1rem;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #F5AD17;
	margin: 0 auto;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.06) inset;
	border-radius: 0.2rem;
}
.no_num{
	font-size: 0.26rem;
	color: #666666;
	text-align: center;
	margin-top: 0.48rem;
	flex: 1;
}
.no_num span{
	color: #0A5B9D;
}