-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 2.07 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1, user-scalable=no">
<title>项目列表</title>
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="css/index.css">
<style>
h2{font-size: 16px;font-weight: normal; color: #f00;}
h3{font-size: 14px; font-weight: normal; color: #73c850;}
.list p{line-height: 26px;}
</style>
</head>
<body class="tc list">
<h2>项目列表</h2>
<h3>房源列表</h3>
<p><a href="list.html">列表页</a></p>
<p><a href="article.html">房源详情</a></p>
<p><a href="article_img.html">房源图片</a></p>
<p><a href="list_layout.html">户型列表</a></p>
<p><a href="search.html">搜索</a></p>
<p><a href="map.html">位置及周边</a></p>
<p><a href="article_details.html">小区详情</a></p>
<h3>地图找房</h3>
<p><a href="ditu_find.html">地图找房</a></p>
<p><a href="ditu_list.html">地图找房-列表</a></p>
<h3>卖房</h3>
<p><a href="entrust.html">委托房源</a></p>
<p><a href="entrust_info1.html">委托-基本信息</a></p>
<p><a href="entrust_info2.html">委托-出售价格</a></p>
<p><a href="entrust_info3.html">委托-完成</a></p>
<h3>问答</h3>
<p><a href="ask.html">问答</a></p>
<p><a href="ask_list.html">问答列表</a></p>
<p><a href="ask_article.html">问题详情</a></p>
<p><a href="ask_put.html">我要提问</a></p>
<h3>个人中心</h3>
<p><a href="user.html">我的</a></p>
<p><a href="user_my.html">我的-已登录</a></p>
<p><a href="user_house.html">看房记录</a></p>
<p><a href="user_evaluate.html">我的-看房评价</a></p>
<p><a href="user_ask.html">我的-问题详情</a></p>
<p><a href="user_myask.html">我的-我的问题</a></p>
<p><a href="user_entrust.html">我的-我的委托</a></p>
<p><a href="user_coll.html">我的收藏-小区</a></p>
<p><a href="user_coll2.html">我的收藏-房源</a></p>
</body>
</html>