sale_people.css 1.1 KB
body{
	background-color: #FFFFFF;
}
.position_a{
	position: fixed;
	bottom:0.2rem;
}
.pic_wrap{
	width: 2.3rem;
	height: 1.74rem;
	margin: 1.17rem auto 0.9rem;
}
.text_item {
	box-shadow: 0rem 0rem 0.2rem rgba(0, 0, 0, 0.1) inset;
	display: flex;
	width: 6.1rem;
	height: 1rem;
	background-color: #F8F8F8;
	align-items: center;
	border-radius: 0.2rem;
	background-color: #F8F8F8;
	position: relative;
	margin-bottom: 0.32rem;
	margin: 0 auto 0.34rem;
}

.no_margin {
	margin: 0;
}

.text_tit {
	margin-right: 0.4rem;
	font-size: 0.3rem;
	margin-left: 0.35rem;
}

.baby_input {
	background-color: #F8F8F8;
	border: none;
	outline: none;
	height: 90%;
	width: 3.5rem;
	font-size: .3rem;
}

.text_item:first-child {
	margin-bottom: 0.3rem;
}
.text_tit .iconfont{
	font-size: 0.32rem;
	margin-right: 0.1rem;
	color: #F5AD17;
}

.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-top: 0.5rem;
	border-radius: 0.2rem;
	box-shadow: 0.05rem 0px 0.2rem rgba(0, 0, 0, 0.1) inset;
	margin: 0.82rem auto;
}