forked from lbj96347/Fans-YYC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collect.html
139 lines (136 loc) · 5.55 KB
/
collect.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="iphon_tetris_icon.png"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-startup-image" href="startup.png" />
<meta name='description' content='' >
<meta name='author' content='' >
<title>友演出-项目-歌迷应用-收藏页面</title>
<script type='text/javascript' src='js/libs/iscroll.js'></script>
<link rel='stylesheet' type='text/css' href='css/style.3.5.css' />
</head>
<body>
<div style='height: 460px;width: 100%;margin: 0px;padding: 0px;'>
<header class='header-bar'>
<a id='back' class='back-button' href='show.html'></a>
<span id='page-name' class='relative page-name'>收藏</span>
</header>
<!-- show a select bar -->
<!-- the main content -->
<div id='wrapper' class='collect-wrapper absolute'>
<div id='scroller' class='absolute scroller'>
<!-- show item -->
<ul class='showList'>
<!-- show item -->
<li class='round8' onclick="window.location.href='detail.html';">
<div class='mini-playbill'>
</div>
<div class='show-message'>
<p class='show-Miscellaneous'>
<span class='show-date'>11-12-31</span>
<span class='show-local'>佛山</span>
<span class='show-type'>电音</span>
<span class='show-kind'>大型演出</span>
<span class='free-note'>FREE</span>
</p>
<p class='show-text'>顶你个肺部顶你个肺部顶你个肺部顶你个肺部顶你个肺部顶你个肺部</p>
</div>
</li>
<!-- show item -->
<!-- show item -->
<li class='round8'>
<div class='mini-playbill'>
</div>
<div class='show-message'>
<p class='show-Miscellaneous'>
<span class='show-date'>时间</span>
<span class='show-local'>地点</span>
<span class='show-type'>曲风</span>
<span class='show-kind'>类型</span>
<span class='free-note'>Free</span>
</p>
<p class='show-text'>This show is for Chinese Chinese</p>
</div>
</li>
<!-- show item -->
<!-- show item -->
<li class='round8'>
<div class='mini-playbill'>
</div>
<div class='show-message'>
<p class='show-Miscellaneous'>
<span class='show-date'>时间</span>
<span class='show-local'>地点</span>
<span class='show-type'>曲风</span>
<span class='show-kind'>类型</span>
<span class='free-note'>Free</span>
</p>
<p class='show-text'>This show is for Chinese Chinese</p>
</div>
</li>
<!-- show item -->
<!-- show item -->
<li class='round8'>
<div class='mini-playbill'>
</div>
<div class='show-message'>
<p class='show-Miscellaneous'>
<span class='show-date'>时间</span>
<span class='show-local'>地点</span>
<span class='show-type'>曲风</span>
<span class='show-kind'>类型</span>
<span class='free-note'>Free</span>
</p>
<p class='show-text'>This show is for Chinese Chinese</p>
</div>
</li>
<!-- show item -->
<!-- show item -->
<li class='round8'>
<div class='mini-playbill'>
</div>
<div class='show-message'>
<p class='show-Miscellaneous'>
<span class='show-date'>时间</span>
<span class='show-local'>地点</span>
<span class='show-type'>曲风</span>
<span class='show-kind'>类型</span>
<span class='free-note'>Free</span>
</p>
<p class='show-text'>This show is for Chinese Chinese</p>
</div>
</li>
<!-- show item -->
<!-- show item -->
<li class='round8'>
<div class='mini-playbill'>
</div>
<div class='show-message'>
<p class='show-Miscellaneous'>
<span class='show-date'>时间</span>
<span class='show-local'>地点</span>
<span class='show-type'>曲风</span>
<span class='show-kind'>类型</span>
<span class='free-note'>Free</span>
</p>
<p class='show-text'>This show is for Chinese Chinese</p>
</div>
</li>
<!-- show item -->
</ul>
</div>
</div>
</div>
</body>
<script>
var myScroll;
function loaded() {
myScroll = new iScroll('wrapper');
}
document.addEventListener('DOMContentLoaded', loaded, false);
</script>
</html>