write_form.css 484 字节
.tit{
	font-size: 0.3rem;
}
.form_item{
	width: 7.02rem;
	margin: 0 auto;
	border-bottom: 1px solid #E8E8E8;
	padding: 0.36rem 0 0.3rem 0;
	font-size: 0.24rem;
}
.form_input{
	width: 6rem;
	line-height: 0.3rem;
	margin-top: 0.31rem;
	border: none;
	outline: none;
	
}
.btn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 7.5rem;
	height: 1rem;
	background-color: #2D80FC;
	line-height: 1rem;
	text-align: center;
	font-size: 0.3rem;
	color: #FFFFFF;
}