-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (92 loc) · 3.07 KB
/
index.html
File metadata and controls
93 lines (92 loc) · 3.07 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
92
93
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="css/mycss.css"/>
<link rel="stylesheet" href="css/bass.css"/>
</head>
<body>
<!--登录-->
<section class="ind_1">
<div class="ind_navbar">
<div class="container">
<h1 class="ind_logo"><a href=""></a></h1>
<div class="ind_user" id="header_user">
<!--登录前-->
<a href="" id="loginModal">登录</a>|<a href="#">注册</a>
<!--登录后-->
<!--<a href="#"><span class="ion_user"></span>李晓敏</a>/ <a href="#" class="user_quit">退出</a>-->
</div>
<ul class="ind_nav">
<li class="current"><a href="#">首页</a></li>
<li><a href="#">新房</a></li>
<li><a href="#">二手房</a></li>
<li><a href="#">租房</a></li>
<li><a href="#">楼讯</a></li>
<li><a href="#">经纪人</a></li>
</ul>
</div>
</div>
<h2 class="ind_1_title"></h2>
<div class="ind_search">
<ul class="ind_search_tab clearfloat">
<li class="current"><span>找出租</span></li>
<li><span>找二手房</span></li>
<li><span>找新房</span></li>
</ul>
<div class="ind_search_form">
<input type="text"/><button type="button">开始找房</button>
</div>
</div>
<p class="ind_1_text">今日新增出租信息234条 二手房真实房源889套 在售新楼盘112个</p>
</section>
<section class="ind_2">
<div class="container">
<ul class="clearfloat">
<li>
<span></span>
<h2>找出租</h2>
<p>真实出租房源,优生活承诺真实房源所见即真</p>
</li>
<li>
<span></span>
<h2>地图找房</h2>
<p>为您精准定位,位置周边配套设施一览无余</p>
</li>
<li>
<span></span>
<h2>地铁找房</h2>
<p>房源紧邻地铁站,交通出行更方便说走就走</p>
</li>
</ul>
</div>
</section>
<section class="ind_3">
<div class="container">
<h2 class="ind_3_title"></h2>
<p>
集二手、新房、租房功能于一体,每天发布海量新房源,
让您随时随地任性找房!在线咨询让您放心,消息动态
推送让您省心,服务承诺让您安心,数据百科锦囊让您感
受贴心漫漫找房路,我们努力为您想更多!
</p>
<dl>
<dt></dt>
<dd>
<button type="button">iPhone</button>
<button type="button">Android</button>
</dd>
</dl>
</div>
</section>
<footer class="footer">
</footer>
<script src="js/jquery-1.11.3.js"></script>
<script src="js/main.js"></script>
<script>
isLogin();
$(".footer").load('footer.html');
</script>
</body>
</html>