-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (80 loc) · 2.71 KB
/
index.html
File metadata and controls
89 lines (80 loc) · 2.71 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no,width=device-width,minimal-ui">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="724">
<meta name="format-detection" content="telephone=no, email=no">
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="320">
<meta name="screen-orientation" content="portrait">
<meta name="x5-orientation" content="portrait">
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta name="browsermode" content="application">
<meta name="x5-page-mode" content="app">
<meta name="msapplication-tap-highlight" content="no">
<title>移动客户端</title>
<style type="text/css">
html, body {
height: 100%;
}
* {
-webkit-overflow-scrolling: touch;
}
body {
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-font-smoothing: antialiased;
background-color: #f2f2f2;
overflow-x: hidden;
color: #333;
overflow-y: auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
margin: 0;
padding: 0;
}
body, button, input, select, textarea {
font: normal 14px/1.5 "PingFang SC", "Heiti SC", "Arial", "Lucida Grande", Verdana, STXhei, "Microsoft YaHei", "hei";
}
img {
max-width: 100%;
border: 0;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
-webkit-user-drag: none;
}
li{
display:block;
}
[v-cloak] {
display: none;
}
.app {
height: 100%;
position: relative;
max-width: 540px;
margin: 0 auto;
background-color: #f2f2f2;
}
.view {
margin: 0 auto;
width: 100%;
min-width: 320px;
max-width: 540px;
display: -webkit-flex;
display: flex;
}
</style>
<link rel="shortcut icon" href="/site.ico"><link href="/style.commons.css" rel="stylesheet"></head>
<body>
<div id="app"></div>
<script type="text/javascript" src="/common.js"></script><script type="text/javascript" src="/build.js"></script></body>
</html>