show_car.css 2.8 KB
.container{
	background-color: #FFFFFF;
	height: 100%;
}
body{
	background-color: #FFFFFF;
}
.address{
	width: 5.84rem;
	height: 0.45rem;
	border: 1px solid #DFDFDF;
	margin: 0.14rem auto 0.14rem;
	border-radius: 0.22rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.address .iconfont{
	font-size: 0.24rem;
	color: #1A191F;
	line-height: 0.24rem;
}
.address p{
	font-size: 0.24rem;
	color: #1A191F;
}
.banner_swiper{
	width: 100%;
	height: 3.6rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
	height: auto;
}
.swiper-pagination-bullet{
	background-color: #FFFFFF;
	opacity: 0.7;
}
.swiper-pagination-bullet-active{
	background-color: #297FFF;
}
.banner_swiper img{
	width: 100%;
}

/*choose_list*/
.choose_list{
	padding:  0 0.26rem;
	display: flex;
	justify-content: space-around;
	margin-top: 0.24rem;
	margin-bottom: 0.4rem;
}
.choose_item{
	display: flex;
	align-items: center;
}
.choose_tit{
	font-size: 0.24rem;
	color: #1A191F;
}
.choose_input{
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding:  0 0.15rem;
	outline: none;
}
.choose_wrpa{
	overflow: hidden;
	position: relative;
	font-size: 0.24rem;
	width: 1.54rem;
	height: 0.45rem;
	border: 1px solid #DFDFDF;
	margin-left: 0.14rem;
	border-radius: 0.22rem;
}
.choose_icon{
	position: absolute;
    width: 0.18rem;
    height: 0.2rem;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-0.1rem);
}


/*car_item*/
.car_item{
	width: 7.01rem;
	height: 1.57rem;
}
/*附近教练*/
.coach_tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.26rem;
	margin-top: 0.33rem;
	margin-bottom: 0.27rem;
}

.near_text{
	font-size: 0.24rem;
}
.more{
	font-size: 0.24rem;
	width: auto;
}
.near{
	display: flex;
}
.near .iconfont{
	font-size: 0.24rem;
	line-height: 0.24rem;
	display: block;
	margin-right: 0.1rem;
}


.coach_item{
	width: 7.01rem;
	height: 1.57rem;
	margin: 0 auto;
	box-shadow:0px 0px 0.1rem #C9C9C9;
	display: flex;
	position: relative;
	border-radius: 0.05rem;
	overflow: hidden;
	margin-bottom: 0.24rem;
}
.coach_pic{
	width: 2.2rem;
	height: 1.57rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.pic_sub{
	width: 0.25rem;
	height: 1.38rem;
	margin-left: -0.19rem;
	z-index: 0;
	position: absolute;
	z-index: 1;
	left: 2.25rem;
	top: 50%;
	transform: translateY(-0.69rem);
} 

.car_name{
	margin-left: 0.43rem;
}
.car_name p:nth-child(1){
	font-size: 0.3rem;
	font-weight: bold;
	margin-top: 0.42rem;
	line-height: 0.3rem;
}

.car_name p:nth-child(2){
	font-size: 0.22rem;
	font-weight: bold;
	margin-top: 0.24rem;
	line-height: 0.22rem;
}
.car_money{
	font-size: 0.36rem;
	color: #287CF8;
	position: absolute;
	right: 0.21rem;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.car_money span{
	font-size: 0.24rem;
	color: #000000;
}