-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (83 loc) · 3.15 KB
/
index.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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="canonical" href="http://xiaomate.cn" />
<title>盛京小玛特</title>
<meta name="description" content="盛京小玛特 xiaomate.cn "/>
<meta name="keywords" content="盛京小玛特 xiaomate.cn "/>
<link rel="shortcut icon" href="favicon.ico">
<style>
html, body, div {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.buttons {
text-align:center;
vertical-align: middle;
position:relative;
top:600px;
}
button {
background-color: #AE0000;
/* Green */
border: none;
color: white;
border-radius:5px;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 100px;
height: 50px;
}
</style>
<div style="margin:0 auto;overflow:hidden; width:0; height: 0; display: block;">
<img src="/APP/shop/xiaomate/info/logo.png" />
</div>
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body style="background-color:#AE0000; overflow:auto;">
<!--<div id="formbackground" style="position:absolute; z-index:-1;"><img id="formbackground-img" src="/APP/shop/xiaomate/static/img/background2.jpg" height="100%" /></div>-->
<noscript type="text/javascript">
// if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
// $("#formbackground-img").attr("src", "/APP/shop/xiaomate/static/img/background2.jpg");
// } else {
// $("#formbackground-img").attr("src", "/APP/shop/xiaomate/static/img/background1.jpg");
// }
$(function(){
$('#formbackground').height($(window).height());
$('#formbackground').width($(window).width());
$('#formbackground-img').height($(window).height());
$('#formbackground-img').width($(window).width());
$('body').css('overflow','hidden');//禁止滚动
});
</noscript>
<div class="logo" style="color:white;font-size:10vw;text-align:center;vertical-align:middle; position: absolute;
top: 20%;
left: 20%;
">
盛京小玛特®
</div>
<div class="logo" style="color:white;font-size:6vw;text-align:center;vertical-align:middle; position: absolute;
top: 49%;
left: 30%;
font-family:Monospace
">
xiaomate.cn
</div>
<div class="buttons">
<button style="" class="button" onclick="javascript:; ">门店列表</button>
<button style="" class="button" onclick="javascript:window.open('tel:18802496381');">联系我们</button>
<!--<button style="" class="button" onclick="javascript:window.location.href='/blog'; ">官方博客</button>-->
<button style="" class="button" onclick="javascript:window.open('https://gitee.com/thinkyoung'); ">技术支持</button>
<div>
</body>
</html>