car_details.css 1.4 KB
.container{
	background-color: #FFFFFF;
	height: 100%;
}

/*banner*/
.banner{
	height:100%;
	height: 3.6rem;
	margin-bottom: ;
}

.banner img{
	width: 100%;
}



/*car_info*/
.car_info{
	width: 7.01rem;
	margin: 0.44rem auto 0;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 0.38rem;
}
.tit_money{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.tit_money p:nth-child(1){
	font-size: 0.3rem;
	line-height: 0.3rem;
	font-weight: bold;
}

.tit_money p:nth-child(2){
	font-size: 0.36rem;
	line-height: 0.36rem;
	color: #287CF8;
}

.tit_money p:nth-child(2) span{
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #000000;
}
.car_text{
	font-size: 0.22rem;
	margin-top: 0.26rem;
	line-height: 0.22rem;
}


/*tit*/
.tit{
	font-size: 0.3rem;
	line-height: 0.3rem;
	margin-top: 0.24rem;
	margin-bottom: 0.24rem;
	font-weight: bold;
}
.details_wrap,.pic_text_wrap{
	width: 7.01rem;
	margin: 0 auto;
}
.pic_text_wrap{
	margin-top: 0.4rem;
}
.car_style{
	display: flex;
	align-items: center;
	margin-bottom: 0.24rem;
}
.style_item{
	width: 5.07rem;
	height: 0.6rem;
	padding-left: 0.82rem;
	background-color: #2D80FC;
	border-radius: 0.1rem;
	color: #FFFFFF;
	font-size: 0.22rem;
	display: flex;
	line-height: 0.6rem;
}
.style_item p{
	margin-right: 0.3rem;
}
.car_money{
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.3rem;
	margin-left: 0.3rem;
}

.border_bottom{
	border-bottom: 1px solid #EAEAEA;
}