Html
    Css
    Js

    
                        
body,html,#allmap {
	width:100%;
	height:100%;
	margin:0;
	font-family:"微软雅黑";
	font-size:14px;
}
#l-map {
	height:500px;
	width:100%;
}
#r-result {
	width:100%;
}
#leftBar {
	width:200px;
	height:400px;
	float:left;
	/* background-color:yellow;
	*/
}
#rightPage {
	position:relative;
	margin-left:200px;
	height:600px;
}
/* .btn_toggleLeft {
	position:absolute;
	top:0;
	bottom:0;
	width:20px;
	height:80px;
	left:0;
	margin:auto;
	background-color:white;
	cursor:pointer;
}
*/
        
        .rightPage select {
	border:1px #993300 solid;
	background:#FFFFFF;
}
.content {
	background-color:lightskyblue;
	height:100%;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.1
 立即下载

百度地图搜索信息分栏

根据关键字搜索批量结果,并进行地图标注,同时把搜索结果显示在左边分栏。点击标注或者分栏某信息可以显示对应标注点自定义的信息框,开发者可根据需要进行修改。分栏信息实现上下拉滚动条,以搜索结果太多时方便显示。

0