-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathask_list.html
66 lines (64 loc) · 1.97 KB
/
ask_list.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
56
57
58
59
60
61
62
63
64
65
66
<!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>
</header>
<!-- /header -->
<!-- 问答列表 -->
<section class="ask ask-list bgf mt10">
<div class="ask-info">
<a href="">
<span>问</span>
<h3>问:请问华南城紫荆名都2#公寓通燃气吗?</h3>
<p>您好,这里是百瑞地产家居网新房中心,华南城紫荆名都2#公寓通燃气。感谢您的咨询!</p>
<em>交易过户</em>
</a>
</div>
<div class="ask-info">
<a href="">
<span>问</span>
<h3>问:请问华南城紫荆名都2#公寓通燃气吗?</h3>
<p>您好,这里是百瑞地产家居网新房中心,华南城紫荆名都2#公寓通燃气。感谢您的咨询!</p>
<em>交易过户</em>
</a>
</div>
<div class="ask-info">
<a href="">
<span>问</span>
<h3>问:请问华南城紫荆名都2#公寓通燃气吗?</h3>
<p>您好,这里是百瑞地产家居网新房中心,华南城紫荆名都2#公寓通燃气。感谢您的咨询!</p>
<em>交易过户</em>
</a>
</div>
<div class="ask-info">
<a href="">
<span>问</span>
<h3>问:请问华南城紫荆名都2#公寓通燃气吗?</h3>
<p>您好,这里是百瑞地产家居网新房中心,华南城紫荆名都2#公寓通燃气。感谢您的咨询!</p>
<em>交易过户</em>
</a>
</div>
</section>
<!-- /问答列表 -->
<a class="ask-tw" href="">提问</a>
<script src="js/zepto/zepto.min.js"></script>
<script>
$(function() {
//展开
//
});
</script>
</body>
</html>