-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_entrust.html
55 lines (54 loc) · 1.63 KB
/
user_entrust.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
<!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">
</head>
<body>
<!-- header -->
<header class="per-head">
<a class="per-fh fh2" href=""></a>
<h1>我的委托</h1>
<a class="head-dh" href=""></a>
</header>
<!-- /header -->
<!-- 我的委托 -->
<section class="user-record">
<div class="user-reca recd">
<h3>万科森林公园 1号楼 3单元 1203室</h3>
<p>庐阳区 - 四里河<span>¥ 98.5万</span></p>
</div>
<div class="user-recb recd clearfix">
<span class="as1">无效房源</span>
<span class="user-time">2016-03-25 15:20</span>
</div>
</section>
<section class="user-record">
<div class="user-reca recd">
<h3>万科森林公园 1号楼 3单元 1203室</h3>
<p>庐阳区 - 四里河<span>¥ 98.5万</span></p>
</div>
<div class="user-recb recd clearfix">
<span class="as2">审核中</span>
<span class="user-time">2016-03-25 15:20</span>
</div>
</section>
<section class="user-record">
<div class="user-reca recd">
<h3>万科森林公园 1号楼 3单元 1203室</h3>
<p>庐阳区 - 四里河<span>¥ 98.5万</span></p>
</div>
<div class="user-recb recd clearfix">
<span class="">已上线</span>
<span class="user-time">2016-03-25 15:20</span>
</div>
</section>
<!-- /我的委托 -->
</script>
</body>
</html>