grzx.html 6.31 KB
<!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>