-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_myask.html
32 lines (31 loc) · 1.26 KB
/
user_myask.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
<!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="user-ask bgf mt10">
<p><span>问</span>这里是问题内容这里是问题内容这里是问题内容这里是问题内容这里是问题内容这里是问题内容?</p>
<div class="user-askt"><span>交易过户</span><em>2016-03-25 15:20</em><i class="yhd">已回答</i></div>
</section>
<section class="user-ask bgf mt10">
<p><span>问</span>这里是问题内容这里是问题内容这里是问题内容这里是问题内容这里是问题内容这里是问题内容?</p>
<div class="user-askt"><span>交易过户</span><em>2016-03-25 15:20</em><i class="yhd">已回答</i></div>
</section>
<!-- /问题详情 -->
</script>
</body>
</html>