ci 自定义html 访问地址,自定义信息窗口infoBox.html

.infoBoxContent{font-size:12px;}

.infoBoxContent .title{background:url(title.jpg) no-repeat;height:42px;width:272px;}

.infoBoxContent .title strong{font-size:14px;line-height:42px;padding:0 10px 0 5px;}

.infoBoxContent .title .price{color:#FFFF00;}

.infoBoxContent .list{width:268px;border:solid 1px #4FA5FC;border-top:none;background:#fff;height:260px;}

.infoBoxContent .list ul{margin:0;padding:5px;list-style:none;}

.infoBoxContent .list ul li {float:left;width:255px;border-bottom:solid 1px #4FA5FC;padding:2px 0;}

.infoBoxContent .list ul .last{border:none;}

.infoBoxContent .list ul img{width:53px;height:42px;margin-right:5px;}

.infoBoxContent .list ul p{padding:0;margin:0;}

.infoBoxContent .left{float:left;}

.infoBoxContent .rmb{float:right;color:#EB6100;font-size:14px;font-weight:bold;}

.infoBoxContent a{color:#0041D9;text-decoration:none;}

-->

Creating and Using an InfoBox
close.png
中海雅园 均价43000
cdc8d2a88f8b2ee7146072fb910a8468.png
cdc8d2a88f8b2ee7146072fb910a8468.png
2ee9556bd263a9f46009bef2dae4dc2c.png 9a844865a3a26714cd5f69c23b3f9728.png 8a844f3f03ddb4fcb7c13d4316ecd741.png ecbd1935aeb6967d62f51aec2c3b9409.png 205724fe14ec82b991124abf881fbddb.png 350e64cf064fc9e7c06b49a5e478a047.png bf8d7d3989c25a05c4ba0ef0bddce39d.png 90ab81a8bf964c951caae9c1c5d09d45.png ce23dbd2920162f67b37a1cf7e3ce682.png bd1e919b2f72e5babadf09fd06efa3d4.png 50ceeed75f6dff150fe058da91ca97cf.png 44b70ec98d7bad79e445dd60bad8f3ae.png
97440d4125f2d9d3c03855090b8f48e9.png
© 2015 Baidu

close

open

show

hide

enableAutoPan

disableAutoPan

var map = new BMap.Map('map_canvas');

var poi = new BMap.Point(116.307852,40.057031);

map.centerAndZoom(poi, 16);

var html =

'

';

var infoBox = new BMapLib.InfoBox(map,html,{

boxStyle:{

background:"url('tipbox.gif') no-repeat center top"

,width: "270px"

,height: "300px"

}

,closeIconMargin: "1px 1px 0 0"

,enableAutoPan: true

,align: INFOBOX_AT_TOP

});

var marker = new BMap.Marker(poi);

map.addOverlay(marker);

//infoBox.open(marker);

marker.enableDragging();

$("close").onclick = function(){

infoBox.close();

}

$("open").onclick = function(){

infoBox.open(marker);

}

$("show").onclick = function(){

infoBox.show();

}

$("hide").onclick = function(){

infoBox.hide();

}

$("enableAutoPan").onclick = function(){

infoBox.enableAutoPan();

}

$("disableAutoPan").onclick = function(){

infoBox.disableAutoPan();

}

function $(id){

return document.getElementById(id);

}

一键复制

编辑

Web IDE

原始数据

按行查看

历史

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值