-
Notifications
You must be signed in to change notification settings - Fork 0
/
pindao.html
81 lines (69 loc) · 2.99 KB
/
pindao.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="css/ui-tab.css">
<link rel="stylesheet" href="css/ui-base.css">
<link rel="stylesheet" href="css/ui-box.css">
<link rel="stylesheet" href="css/ui-color.css">
<link rel="stylesheet" href="css/ui-res.css">
<link rel="stylesheet" href="css/ui-365.css">
<script src="js/zy_control.js"></script>
<script src="js/zy_tmpl.js"></script>
<script src="js/zy_click.js"></script>
<script src="js/beihai365_comman.js"></script>
<script src="js/beihai365_global.js"></script>
<script src="js/zepto.min.js"></script>
<script src="js/jquery.mobile.custom.min.js">
<!--只有触摸事件-->
</script>
</head>
<body class="um-vp c-wh" ontouchstart>
<div id="page_0" class="up ub ub-ver" tabindex="0">
<!--header开始-->
<div id="header" class="uh c-m15 t-wh ub head_top_home">
<div class="list_back" ontouchstart="zy_touch('click_opacity')" onclick="closeWin()"></div>
<h1 id="form_name" class="ub-f1 ulev5 ut-s tx-c" tabindex="0"></h1>
<div class="list_re" style="background:none;"></div>
</div>
<!--header结束-->
<!--content开始-->
<div id="pindaolist" class="ub-f1 tx-l t-bla ub-img6"></div>
<!--content结束--><!--footer开始-->
<!--footer结束-->
</div>
</body>
<script>
zy_init();
window.uexOnload = function(type) {
if (!type) {
if (uexWidgetOne.iOS7Style) {
$("#header").css({"padding-top":"1.25rem"});
}
//监听android返回按钮
uexWindow.setReportKey(0,1);
uexWindow.onKeyPressed = function(keyCode) {
if (keyCode == 0) {
closeWin();
}
};
zy_con("pindaolist", "pindaolist.html", 0, $$("header").offsetHeight);
//uexWindow.openPopover("pindaolist", 0, "pindaolist.html", "", 0, $$("header").offsetHeight, 0, 0, 0, 0);
//uexWindow.bringPopoverToFront("pindaolist");
//alert("dd")
}
window.onorientationchange = window.onresize = function() {
}
}
//设置标题
function setTitleName(s) {
$$("form_name").innerHTML = s;
}
function closeWin(){
localStorage.pindaoWindowId = parseInt(parseInt(localStorage.pindaoWindowId) - 1);
uexWindow.close('-1');
}
</script>
</html>