百度地图模拟打的app路径规划与出租车实时位置距离效果代码
代码语言:html
所属分类:其他
代码描述:百度地图模拟打的app路径规划与出租车实时位置距离效果代码
代码标签: 打的 app 路径 规划 与 出租车 实时 位置 距离 效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"> <meta name="renderer" content="webkit"> <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui, maximum-scale=1, user-scalable=no"> <style> @import url(common.css); body, html { position: relative; font-family: "微软雅黑"; } #map { width: 100%; height: 86%; } #result { width: 100% } .BMap_cpyCtrl,.anchorBL { display: none; } #icon { position: absolute; right: 3%; top: 1em; } #icon span { position: absolute; border-radius: 5em; /* width: 2em; */ font-size: 0.8em; padding: 0.2em 0.5em; left: -7em; background: #fff; border: solid 1px #88898a; } #icon span.get { border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } #icon span.send { left: -4em; border-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } #icon span.select { color: #fff; background: #39c17a; } #footer { position: absolute; bottom: 0; min-height: 14%; width: 100%; background: url(../img/border.png) no-repeat; padding-top: 4%; background-size: contain; } #footer ul { background-color: #fff; } li.list { width: 90%; padding: 0.5em 5%; height: 1em; } .list em { /* background: url(../img/start.png); width: 5.6%; height: 1em; float: left; display: inline-block; background-size: cover; margin-right: 2%; */ background: url(../img/start.png) no-repeat; width: 8%; height: 148%; float: left; display: inline-block; background-size: cover; margin-right: 2%; } .list.send em { background: url(../img/end.png) no-repeat; background-size: 100%; } .list span { /* font-size: 0.8em; */ font-size: 1em; display: inline-block; width: 88%;.........完整代码请登录后点击上方下载按钮下载查看
网友评论0