forked from xuyanwei2016/cateringcommercewap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 901 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>餐饮文化</title>
<script src="static/simple-share.js"></script>
<script src="static/ckplayer/ckplayer.js"></script>
<script src="static/vconsole.min.js"></script>
<!--<link rel="shortcut icon" href="/src/assets/img/favicon.ico" type="image/x-icon" />-->
<script>
~ function () {
var desW = 375,
winW = document.documentElement.clientWidth, //动态获取设备的屏幕宽度
ratio = winW / desW;
document.documentElement.style.fontSize = ratio * 100 + 'px';
}()
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>