-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplication.html
More file actions
63 lines (61 loc) · 2.46 KB
/
Copy pathapplication.html
File metadata and controls
63 lines (61 loc) · 2.46 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="北京末元科技有限公司">
<meta name="author" content="Sally">
<title>北京末元科技有限公司</title>
<link rel="stylesheet" type="text/css" href="css/flexible.css"/>
<link rel="stylesheet" type="text/css" href="css/application.css"/>
</head>
<body>
<div class="application">
<div class="appSection1Top">
<span class="bold">娱类</span>
<img src="images/crowdfunding.png" class="crowdfundingIcon" />
<span style="color: #333333;">金理娱</span>
</div>
<div class="crowdfundingFont">
“金理娱”是北京末元科技有限公司旗下的娱乐众筹平台,精选优质的高回报重酬项目,体验真实的全景预览以及炫酷的VR特效,乐享不一样的众筹体验。
</div>
<table class="crowdfundingImg">
<tr>
<td>
<img src="images/crowdfunding1.png" />
</td>
<td style="width: 11.25rem;">
</td>
<td>
<img src="images/crowdfunding2.png" />
</td>
</tr>
</table>
<div class="crowdfundingAR">
<img src="images/crowdfunding3.png" style="margin: auto;" />
</div>
<div class="appSection1Top">
<span class="bold">地产类</span>
<img src="images/mygoicon.png" class="crowdfundingIcon" />
<span style="color: #333333;">麦冠海外房产</span>
</div>
<div class="crowdfundingFont">
“麦冠房产”是北京末元科技有限公司旗下的海外置业平台,精选优质海外房源,采用全景预览播放,360度还原真实房源详情,为您海外置业搭建桥梁。
</div>
<div class="mygoSection1">
<img src="images/mygo1.png" />
</div>
<div class="mygoSection1" style="margin-top: 8rem;margin-bottom: 8rem;">
<img src="images/mygo2.png" />
</div>
</div>
<div class="sectionBottom">
Copyright © 2008 - 2015 北京末元科技有限公司版权有 @京ICP备14025915号
</div>
<script src="js/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/application.js"></script>
</body>
</html>