up_info.css 1.9 KB
.container{
	position: relative;
	height: auto;
	padding-bottom: 1.16rem;
}
.info_item{
	font-size: 0.3rem;
	display: flex;
	height: 1rem;
	align-items: center;
	border-bottom: 1px solid #E8E8E8;
	width: 7.02rem;
	margin: 0 auto;
	position: relative;
}
.info_tit{
	font-size: 0.3rem;
	
}
.info_input{
	width:4.5rem;
	border: none;
	outline: none;
	padding-left: 0.05rem;
}
.info_icon{
	width: 0.18rem;
	height: 0.2rem;
	position: absolute;
	right: 0.24rem;
	top: 50%;
	transform: translateY(-0.1rem);
}

.year{
	position: absolute;
	right: 0.24rem;
	line-height: 1rem;
}


.up_pic{
	font-size: 0.3rem;
	line-height: 0.3rem;
	margin:  0.3rem 0;
}
.up_wrap{
	padding: 0 0.24rem;
}
.pic_list{
	display: flex;
}
.pic_item{
	width: 3.38rem;
	height: 1.6rem;
	border: 1px solid #D4D4D4;
	border-radius: 0.05rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jia{
	width: 0.6rem;
	height: 0.6rem;
}
.margin_left{
	margin-right: 0.24rem;
}


/*btn*/
.btn{
	width: 6rem;
	height: 0.8rem;
	margin: 0.36rem auto;
	background-color: #2D80FC;
	line-height: 0.8rem;
	color: #FFFFFF;
	font-size: 0.3rem;
	border-radius: 0.4rem;
	text-align: center;
}


/*popup*/
.popup{
	position: relative;
	border-radius: 0.1rem;
	width: 5.88rem;
	height: 3.32rem;
	background-color: #FFFFFF;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-1.66rem);
	padding-top: 0.32rem;
}
.dianhua{
	width: 0.62rem;
	height: 0.62rem;
	margin: 0 auto;
}
.tit_contact{
	font-size: 0.32rem;
	line-height: 0.32rem;
	margin-top: 0.39rem;
	display: block;
	text-align: center;
}
.phone_num{
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.39rem;
}

.popup_btn{
	width: 3.63rem;
	height: 0.8rem;
	background-color: #2D80FC;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 0.3rem;
	font-weight: 700;
	text-align: center;
	border-radius: 0.4rem;
	bottom: -0.38rem;
	line-height: 0.8rem;
}