position.less 565 Bytes
#positionPage{
	.header-search{
		.head{
			padding:7px 58px 7px 42px;
		}
		.search-box{
			background-color: #F5F5F5;
			color: #999;
			a{
				color: #999;
			}
		}
	}

	.tips{
		line-height: 40px;
		font-size: 14px;
		color: #999;
		padding: 0 15px;
	}

	.m-list-view{
		margin: 0 0 15px;
	}

	.section-title{
		font-size: 14px;
		color: #999;
		padding: 0 15px 10px;
		font-weight: normal;
	}
	.btn-group{
		padding: 0 15px 15px;
		margin: -10px 0 0 -10px;
		.m-btn{
			float: left;
			padding: 0 16px;	
			margin: 10px 0 0 10px;
			line-height: 35px;
		}
	}
}