-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent_detail.html
159 lines (154 loc) · 5.82 KB
/
event_detail.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>That's App H5</title>
<link rel="stylesheet" type="text/css" href="dist/css/app-bundle.css">
</head>
<body>
<div class="app-container directory_detail">
<div class="app-content">
<div class="img-container">
<!-- 轮播 -->
<div id='app-slider' class='swipe'>
<div class='swipe-wrap'>
<div><a href="#"><img class="app-lazyload" src="img/default.png" data-original="img/1.jpg"></a></div>
<div><img class="app-lazyload" src="img/default.png" data-original="img/2.jpg"></div>
<div><img class="app-lazyload" src="img/default.png" data-original="img/3.jpg"></div>
</div>
</div>
</div>
<div class="headline">
<h2>Shanghai Prefect Resturant</h2>
</div>
<div class="info-list">
<!-- 这是event_detail页中的table列表 -->
<table class="info-table">
<tbody>
<tr>
<td><i class="icon-calendar"></i><span>Date</span></td>
<td>Nov.25 - Jau.1</td>
</tr>
<tr>
<td><i class="icon-clock-o"></i><span>Time</span></td>
<td>6pm-10pm</td>
</tr>
<tr>
<td><i class="icon-flag"></i><span>Venue</span></td>
<td>Shanghai Pudong Century Park </td>
</tr>
<tr>
<td><i class="icon-bus"></i><span>Station</span></td>
<td>OCT , Line Luonao</td>
</tr>
<tr>
<td><i class="icon-location"></i><span>Location</span></td>
<td>Shanghai Pudong Century Park</td>
</tr>
<tr>
<td><i class="icon-mobile"></i><span>Phone</span></td>
<td><span class="phone">6113840</span></td>
</tr>
</tbody>
</table>
</div>
<div class="content">
<p>
Command-C Copy the selected item to the Clipboard. This also works for files in the Finder.
Command-V Paste the contents of the Clipboard into the current document or app. This also works for files in the Finder.
Command-Z Undo the previous command. You can then press Command-Shift-Z to Redo, reversing the undo command. In some apps, you can undo and redo multiple commands.
Command-A Select All items. <br><br>
Command-F Find: Open a Find window, or find items in a document.
Command-G Find Again: Find the next occurrence of the item previously found. To find the previous occurrence, press Command-Shift-G.
Command-H Hide the windows of the front app. To view the front app but hide all other apps, press Command-Option-H.<br>
<img class="app-lazyload" src="img/default.png" data-original="img/2.jpg">
<br>
Command-M Minimize the front window to the Dock. To minimize all windows of the front app, press Command-Option-M.
Command-N New: Open an new document or window.
Command-O Open the selected item, or open a dialog to select a file to open.
Command-P Print the current document.
Command-S Save the current document.
Command-W Close the front window. To close all windows of the app, press Command-Option-W.
Command-Q Quit the app.
</p>
<div class="tags">
<a href="#" type="button" class="btn btn-tag">Shanghai</a>
<a href="#" type="button" class="btn btn-tag">Hello</a>
<a href="#" type="button" class="btn btn-tag">Twitter</a>
<a href="#" type="button" class="btn btn-tag">Facebook</a>
<a href="#" type="button" class="btn btn-tag">Tecent</a>
<a href="#" type="button" class="btn btn-tag">Alibaba</a>
</div>
</div>
<div class="map">
<!-- 为了border样式,新加一个div -->
<div class="map-list" >
<h3>Map of Longemont Hotel</h3>
<div id="map-container">
</div>
</div>
</div>
</div>
<div class="app-footer">
<h2>MORE NEWS</h2>
<div class="item">
<img class="app-lazyload" src="img/default.png" data-original="img/3.jpg">
<h3>LuYuan, China Miss World 2015, helloworld javascript</h3>
<p>
Command-P Print the current document.
Command-S Save the current document.
Command-W Close the front window. To close all windows of the app, press Command-Option-W.
Command-Q Quit the app.
</p>
</div>
<div class="item">
<img class="app-lazyload" src="img/default.png" data-original="img/4.jpg">
<h3>LuYuan, China Miss World 2015</h3>
<p>
Command-P Print the current document.
Command-S Save the current document.
Command-W Close the front window. To close all windows of the app, press Command-Option-W.
Command-Q Quit the app.
</p>
</div>
</div>
</div>
<script type="text/javascript" src="dist/js/zepto.min.js"></script>
<script type="text/javascript" src="http://webapi.amap.com/maps?v=1.3&key=14b1ac87ce81e76c481b9ca09bfb8ae1&&plugin=AMap.Scale,AMap.OverView,AMap.ToolBar">
</script>
<script type="text/javascript" src="dist/js/app-all.js"></script>
<script type="text/javascript">
$('.app-lazyload').picLazyLoad();
// pure JS
var elem = document.getElementById('app-slider');
window.mySwipe = Swipe(elem, {
// startSlide: 4,
// auto: 3000,
continuous: false,
// disableScroll: true, //当滚动滚动条时是否停止幻灯片滚动
// stopPropagation: true, //是否停止事件冒泡
callback: function(index, element) {
getCurrentDot(index);
}, //幻灯片运行中的回调函数
// transitionEnd: function(index, element) {} //动画运行结束的回调函数
});
Zepto(function($){
//高德地图api
var map = new AMap.Map('map-container', {
resizeEnable: true,
center: [121.498586, 31.239637],
zoom: 13
});
var toolBar = new AMap.ToolBar({
visible: true
})
map.setLang("en");
map.addControl(toolBar);
// 通过经纬度获取位置点
var marker = new AMap.Marker();
marker.setMap(map);
});
</script>
</body>
</html>