-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-youseevr.html
More file actions
31 lines (31 loc) · 1.15 KB
/
index-youseevr.html
File metadata and controls
31 lines (31 loc) · 1.15 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="" />
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>柚看</title>
</head>
<style>
*{padding:0;margin:0;}
.pic{width:48%;height:auto;margin:auto;margin-top:60px;}
.pic img{display:block;width:100%;}
.txt{width:100%;text-align:center;margin-top:40px;}
.txt p{font-size:16px;color:#333;text-align:center;width:100%;line-height:24px;}
.button{width:100%;height:auto;margin-top:50px;}
.button button{width:57%;height:auto;margin:auto;margin-bottom:10px;display:block;border:0;background:none;}
.button button img{width:100%}
</style>
<body style="background:#fff;">
<div class="pic"><img src="images/pic.jpg"></div>
<div class="txt" style="display:none;">
<p>官网设计中</p>
<p style="font-size:13px;">敬请期待</p>
</div>
<div class="button">
<button><img src="images/iosButton.jpg"></button>
<button><img src="images/androidButton.jpg"></button>
</div>
</body>
</html>