f892371a by 任超

style:个人中心

1 parent 55d879a9
......@@ -54,7 +54,7 @@ document.writeln(" <dd><a href=\'\'>后台模版</a></dd>");
document.writeln(" <dd><a href=\'\'>电商平台</a></dd>");
document.writeln(" </dl>");
document.writeln(" </li>");
document.writeln(" <li class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf.html\'>在线缴费</a></li>");
document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf.html\'>在线缴费</a></li>");
document.writeln(" <li class=\'layui-nav-item\' class=\'item_last_child\'><a href=\'\'>好差评</a></li>");
document.writeln(" </ul>");
document.writeln(" </div> ");
......
$(function () {
addTabs('#zxjf')
//注意:导航 依赖 element 模块,否则无法进行功能性操作
layui.use('element', function () {
var element = layui.element;
......
......@@ -15,8 +15,8 @@
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../../staticIndex.html" title="首页">首页</a>
<a href="../grzx/index.html" title="个人中心">个人中心</a>
<a href="../index.html" title="首页">首页</a>
<a href="./grzx.html" title="个人中心">个人中心</a>
<a title="我的预约"><cite>我的预约</cite></a>
</span>
</div>
......
......@@ -14,7 +14,7 @@
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../../staticIndex.html" title="首页">首页</a>
<a href="../index.html" title="首页">首页</a>
<a title="在线缴费"><cite>在线缴费</cite></a>
</span>
</div>
......