hopeaddress.css 3.2 KB
/*第一问*/
.question_item{
	margin-top: 0.7rem;
}
.question_item_wrap{
	width: 5.5rem;
	margin: 0 auto;
}
.question_tit{
	display: flex;
}
.question_num {
	display: block;
	width: 0.32rem ;
	height: 0.32rem;
	color: #FFFFFF;
	background-color: #FFCC00;
	font-size: 0.26rem;
	text-align: center;
	font-family: Impact;
	border-radius: 50%;
	line-height: 0.32rem;
}
.question_tit_text{
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #FAB701;
	margin-left: 0.15rem;
}
.question_text{
	font-size: 0.32rem;
	color: #1A1A1A;
	margin-top: 0.35rem;
	display: flex;
	justify-content: center;
}
.question_answer{
	display: flex;
	font-size: 0.28rem;
	justify-content: space-around;
	margin-top: 0.5rem;
}
.question_answer span{
	display: block;
	width: 1.46rem;
	height: 0.59rem;
	color: #333333;
	text-align: center;
	background-color: #F7F7F7;
	line-height: 0.59rem;
}
.question_answer .active{
	background-color: #FFCC00;
}
.question_answer_choose{
	display: flex;
	justify-content: center;
}
.question_answer_choose_num{
	width: 2.71rem;
	height: 0.64rem;
	font-size: 0.3rem;
	line-height: 0.64rem;
	background-color: #F7F7F7;
	margin: 0.45rem auto 0;
	display: flex;
	padding: 0 0.25rem;
	display: inline-block;
	text-align: justify;
	flex-wrap: nowrap;
}
.question_answer_choose_num span{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.question_answer_arr{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}
.question_answer_item {
	font-size: 0.3rem;
	background-color: #F7F7F7;
	display: flex;
	display: inline-block;
	text-align: justify;
	flex-wrap: nowrap;
	height: 0.64rem;
	line-height: 0.64rem;	
	padding: 0 0.16rem 0 0.25rem;
	margin-right: 0.14rem;
	color: #999999;
	margin-bottom: 0.2rem;
	flex-wrap: nowrap;
}
.question_answer_item{
	width: 1.25rem;
}
.question_answer_item_details{
	border: none;
	font-size: 0.3rem;
	background-color: #F7F7F7;
	flex-wrap: nowrap;
	height: 0.64rem;
	line-height: 0.64rem;	
	padding: 0 0.16rem 0 0.25rem;
	margin-right: 0.14rem;
	color: #999999;
	margin-bottom: 0.2rem;
	flex-wrap: nowrap;
	outline: none;
}
/*街道*/
.question_answer_street{
	font-size: 0.3rem;
	background-color: #F7F7F7;
	display: flex;
	text-align: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 0.64rem;
	line-height: 0.64rem;	
	padding: 0 0.16rem 0 0.25rem;
	margin-right: 0.14rem;
	color: #999999;
	margin-bottom: 0.2rem;
	width: 1.25rem;
	white-space: nowrap;
}
.question_answer_item_details{
	width: 3.04rem;
	margin: 0;
}
.question_answer_item:nth-child(3n){
	margin-right: 0;
}
.question_answer_item span{
	display: inline-block;
	width: 100%;
}
/*第四问*/
.question_item_home{
	display: flex;
	line-height: 0.64rem;
}
.question_item_home_text{
	font-size: 0.29rem;
	color: #1A1A1A;
	margin-right: 0.2rem;
	white-space: nowrap;
}
.favorite_food{
	display: flex;
}
.favorite_food span{
	font-size: 0.3rem;
	color: #1A1A1A;
	line-height: 0.64rem;
}
.favorite_food input{
	height: 0.64rem;
	width: 2.6rem;
	background-color: #F7F7F7;
	border: none;
	outline: none;
	color: #515151;
	padding-left: 0.1rem;
}
.btn{
	font-size: 0.34rem;
	color: #333333;
	width: 2.23rem;
	height: 0.72rem;
	background-color: #FFCC00;
	text-align: center;
	line-height: 0.72rem;
	border-radius: 0.36rem;
	margin: 0.71rem auto 0;
	font-family: Regular;
}