over01.html
4.13 KB
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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"> <![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>邀请小伙伴</title>
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="640">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="cleartype" content="on">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#222222">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<!-- For iOS web apps. Delete if not needed. https://github.com/h5bp/mobile-boilerplate/issues/94 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="">
<meta name="apple-itunes-app" content="app-id=490655927">
<link href="http://static.yohobuy.com/m/v1/css/add2home.css?v=20141210" rel="stylesheet" type="text/css" media="screen" />
<link href="http://static.yohobuy.com/m/v1/css/normalize.css?v=20141210" rel="stylesheet" type="text/css" media="screen" />
<link href="http://static.yohobuy.com/m/v1/css/global.css?v=20141210" rel="stylesheet" type="text/css" media="screen" />
<script src="http://static.yohobuy.com/m/v1/js/vendor/jquery-2.0.3.min.js?v=20141210" charset="UTF-8" type="text/javascript"></script>
<script src="http://static.yohobuy.com/m/v1/js/plugins.js?v=20141210" charset="UTF-8" type="text/javascript"></script>
<script src="http://static.yohobuy.com/m/v1/js/main.js?v=20141210" charset="UTF-8" type="text/javascript"></script>
<style type="text/css">
@font-face {font-family: "icomoon";src: url("/fonts/icomoon.eot");src: url("/fonts/icomoon.eot?#iefix") format("embedded-opentype"),url("/fonts/icomoon.woff") format("woff"),url("/fonts/icomoon.ttf") format("truetype"),url("/fonts/icomoon.svg#icomoon") format("svg");font-weight: normal;font-style: normal;}
</style>
</head>
<body id="header">
<div class="yohoWidthAuto">
<style>
body{background: url(http://static.yohobuy.com/m/v1/img/invite/over_bg.jpg) repeat-y top center;background-size: cover;}
.invite_main_over{width:100%;height:100%;position: fixed;top:0;left:0;z-index:100;display: table;vertical-align: middle;}
.invite_main_over a{display: table-cell;vertical-align: middle;}
</style>
<div class="invite_box relative">
<img src="http://static.yohobuy.com/m/v1/img/invite/over_home_bg.jpg" />
<div class="invite_main_over">
<a href="http://m.yohobuy.com"><img src="http://static.yohobuy.com/m/v1/img/invite/over.png" /></a>
</div>
</div>
</div>
</body>
</html>