-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
27 lines (27 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<script type="text/javascript" src="http://webapi.amap.com/maps?v=1.3&key=f01650aa86f4858fa6d5e0b0a850cfa0&plugin=AMap.Geocoder,AMap.ToolBar"></script>
<script type="text/javascript">
(function(doc, win) {
var docEl = doc.documentElement,
resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
recalc = function() {
var clientWidth = docEl.clientWidth;
if (!clientWidth) return;
docEl.style.fontSize = 40 * (clientWidth / 750) + 'px';
};
if (!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);
</script>
<title>安徽阡陌科技-测土配肥</title>
</head>
<body>
<div id="app"></div>
</body>
<script src="http://cdn.bootcss.com/moment.js/2.17.0/moment.min.js"></script>
</html>