Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f892371a
authored
2020-11-17 11:01:36 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:个人中心
1 parent
55d879a9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
staticJs/head.js
staticJs/zxjf.js
staticViews/xzqy.html
staticViews/zxjf.html
staticJs/head.js
View file @
f892371
...
...
@@ -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> "
);
...
...
staticJs/zxjf.js
View file @
f892371
$
(
function
()
{
addTabs
(
'#zxjf'
)
//注意:导航 依赖 element 模块,否则无法进行功能性操作
layui
.
use
(
'element'
,
function
()
{
var
element
=
layui
.
element
;
...
...
staticViews/xzqy.html
View file @
f892371
...
...
@@ -15,8 +15,8 @@
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../
../staticI
ndex.html"
title=
"首页"
>
首页
</a>
<a
href=
".
./grzx/inde
x.html"
title=
"个人中心"
>
个人中心
</a>
<a
href=
"../
i
ndex.html"
title=
"首页"
>
首页
</a>
<a
href=
".
/grz
x.html"
title=
"个人中心"
>
个人中心
</a>
<a
title=
"我的预约"
><cite>
我的预约
</cite></a>
</span>
</div>
...
...
staticViews/zxjf.html
View file @
f892371
...
...
@@ -14,7 +14,7 @@
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../
../staticI
ndex.html"
title=
"首页"
>
首页
</a>
<a
href=
"../
i
ndex.html"
title=
"首页"
>
首页
</a>
<a
title=
"在线缴费"
><cite>
在线缴费
</cite></a>
</span>
</div>
...
...
Please
register
or
sign in
to post a comment