-
Notifications
You must be signed in to change notification settings - Fork 0
/
first_page.html
41 lines (34 loc) · 1.32 KB
/
first_page.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
<!DOCTYPE HTML>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, user-scalable=no" />
<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/zepto.min.js"></script>
<script src="js/md5.js"></script>
<script src="js/laytpl.js"></script>
</head>
<body>
<div class="pouple js-firstshow">
<img src="css/img/seach/sr.png" />
</div>
<script>
window.uexOnload = function(type) {
;(function() {
if (uexWidgetOne.iOS7Style) {
$(".js-firstshow").css({"padding-top":"1.25rem"});
}
$('.js-firstshow').click(function() {
uexWindow.closePopover('first-page');
})
})()
}
</script>
</body>
</html>