-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
28 lines (27 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Starbuck Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" />
</head>
<body>
<div id="container"></div>
<div class="info">
<h4 id='status'></h4><hr>
<p id='result'></p><hr>
<div class="input-item">
<input id='tipinput' type="text" placeholder="请输入你想要查询的地址" autocomplete="off">
</div>
<div class="input-item">
<input id="rangeInput" type="number" placeholder="请输入新的指数范围(公里)" autocomplete="off"/>
<button id="rangeBtn">确定</button>
</div>
</div>
<script src="https://webapi.amap.com/maps?v=1.4.13&key=e148ef5e83aef269aa2c0ca13f9fb28c&plugin=AMap.ToolBar"></script>
<script src="main.js"></script>
</body>
</html>