-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.53 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
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport"
content="width=device-width,initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<title>下拉放大</title>
<link rel="stylesheet" type="text/css" href="css/common.css"/>
<link rel="stylesheet" type="text/css" href="css/index.css"/>
<script type='text/javascript' src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js" charset='utf-8'></script>
<script type='text/javascript' src="js/alloy_touch.js" charset='utf-8'></script>
<script type='text/javascript' src="js/transform.js" charset='utf-8'></script>
<script type='text/javascript' src="js/index.js" charset='utf-8'></script>
</head>
<body ontouchstart>
<section class="main_layout">
<div class="head_layout head_cover">
</div>
<div class="scroll_view">
<div class="head_layout head_img">
<div class="scale_view" style="background-image:url(img/head_bg.jpg)">
<div class="head_view">
<img src="img/head.jpg" alt="">
</div>
</div>
</div>
<div class="content">
<img src="img/1.jpg" alt="" class="content_img">
</div>
</div>
</section>
</body>
</html>