grzx.html
3.58 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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>个人中心</title>
<script type="text/javascript" src="../staticJs/head.js"></script>
<link rel="stylesheet" type="text/css" href="../staticCss/grzx.css">
</head>
<body>
<div class="main">
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../index.html" title="首页">首页</a>
<a title="个人中心"><cite>个人中心</cite></a>
</span>
</div>
</div>
<!-- -----------------------------------个人中心模块---------------------------------------------- -->
<div class="central_area">
<div class="perinfo cardItem contentBox">
<div class="perinfo_left">
<img src="../staticImages/person.png" alt="">
<ul>
<li>
<span>上午好:</span>
<p id="username"></p>
</li>
<li>
<span>身份证号:</span>
<p id="zjhm"></p>
</li>
</ul>
</div>
</div>
<!-- ---------------------------业务模块------------------------------- -->
<div class="contentBox">
<ul class="business_module">
<li>
<a class="cardItem" href="./wdyw.html" title="我的业务">
<img src="../staticImages/myyewu.png">
<p>我的业务</p>
</a>
</li>
<li>
<a class="cardItem" href="./wdyy.html" title="我的预约">
<img src="../staticImages/myyuyue.png">
<p>我的预约</p>
</a>
</li>
<li>
<a class="cardItem" href="" title="我的不动产">
<img src="../staticImages/mybdc.png">
<p>我的不动产</p>
</a>
</li>
<li>
<a class="cardItem" href="" title="业务查询">
<img src="../staticImages/zhengshu.png">
<p>我的发票</p>
</a>
</li>
<li>
<a class="cardItem" href="" title="我的支付">
<img src="../staticImages/yewuchaxun.png">
<p>查询业务</p>
</a>
</li>
<li>
<a class="cardItem" href="" title="档案查询">
<img src="../staticImages/dangan.png">
<p>档案查询</p>
</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="../staticJs/common.js"></script>
<script type="text/javascript" src="../staticJs/down.js"></script>
<script type="text/javascript" src="../../staticJs/grzx.js"></script>