f892371a by 任超

style:个人中心

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