grzx.html
6.31 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!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 contentBox">
<div class="perinfo_left">
<img src="../staticImages/person.png" alt="">
<ul>
<li>
<span id='hellotime'>上午好:</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>
<div class="cardItem">
<a href="./wdyw.html" title="我的业务">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/myyewu.png" pre="../staticImages/myyewu.png">
<p class="itemName">我的业务</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a class="center-appointment" title="我的预约">
<img class="itemImg" url="../staticImages/semyyuyue.png" src="../staticImages/myyuyue.png" pre="../staticImages/myyuyue.png">
<p class="itemName">我的预约</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="./convenienceService/businessInquiry.html" title="业务查询">
<img class="itemImg" url="../staticImages/semyyewuchaxun.png" src="../staticImages/myyewuchaxun.png" pre="../staticImages/myyewuchaxun.png">
<p class="itemName">业务查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="./convenienceService/recordInquiry.html" title="合同备案查询">
<img class="itemImg" url="../staticImages/sehetongbeianchaxun.png" src="../staticImages/hetongbeianchaxun.png" pre="../staticImages/hetongbeianchaxun.png">
<p class="itemName">合同备案查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="./convenienceService/certificateVerification.html" title="不动产证书查询">
<img class="itemImg" url="../staticImages/sebudongchanzhengshu.png" src="../staticImages/budongchanzhengshu.png" pre="../staticImages/budongchanzhengshu.png">
<p class="itemName">不动产证书查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="./convenienceService/fileQuery.html" title="档案查询">
<img class="itemImg" url="../staticImages/sedanganchaxun.png" src="../staticImages/danganchaxun.png" pre="../staticImages/danganchaxun.png">
<p class="itemName">档案查询</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="./convenienceService/certificateVerification.html" title="证书核验">
<img class="itemImg" url="../staticImages/sezhengshuheyan.png" src="../staticImages/zhengshuheyan.png" pre="../staticImages/zhengshuheyan.png">
<p class="itemName">证书核验</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="" title="我的发票">
<img class="itemImg" url="../staticImages/semyyewu.png" src="../staticImages/wodefapiao.png" pre="../staticImages/wodefapiao.png">
<p class="itemName">我的发票</p>
</a>
</div>
</li>
<li>
<div class="cardItem">
<a href="" title="我的支付">
<img class="itemImg" url="../staticImages/sewodezhifu.png" src="../staticImages/wodezhifu.png" pre="../staticImages/wodezhifu.png">
<p class="itemName">我的支付</p>
</a>
</div>
</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>