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
772380da
authored
2021-01-21 15:00:56 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:新闻动态
1 parent
3a7b0d06
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
index.html
staticJs/head.js
index.html
View file @
772380d
...
...
@@ -36,7 +36,7 @@
<div
class=
'layui-nav navigation layui-bg-blue'
>
<ul
class=
"navigation-content"
>
<li
id=
'index'
class=
'layui-nav-item'
><a
href=
'/index.html'
title=
'首页'
>
首页
</a></li>
<li
id=
'news'
class=
'layui-nav-item'
><a
href=
'/staticViews/
xwdt
.html'
title=
'新闻动态'
>
新闻动态
</a></li>
<li
id=
'news'
class=
'layui-nav-item'
><a
href=
'/staticViews/
newsList/1
.html'
title=
'新闻动态'
>
新闻动态
</a></li>
<li
id=
'zwgk'
class=
'layui-nav-item'
>
<a
href=
'javascript:;'
>
政务公开
</a>
<dl
class=
'layui-nav-child'
>
...
...
staticJs/head.js
View file @
772380d
...
...
@@ -42,11 +42,10 @@ document.writeln(" </div>");
document
.
writeln
(
" <div class=\'navigation\'>"
);
document
.
writeln
(
" <ul class=\'layui-nav layui-bg-blue\' lay-filter=\'\'>"
);
document
.
writeln
(
" <li id='index' class=\'layui-nav-item\'><a href=\'"
+
localhostPaht
+
"/index.html\' title=\'首页\'>首页</a></li>"
);
document
.
writeln
(
" <li id='news' class=\'layui-nav-item\'><a href=\'"
+
localhostPaht
+
"/staticViews/
xwdt
.html\' title=\'新闻动态\'>新闻动态</a></li>"
);
document
.
writeln
(
" <li id='news' class=\'layui-nav-item\'><a href=\'"
+
localhostPaht
+
"/staticViews/
newsList/1
.html\' title=\'新闻动态\'>新闻动态</a></li>"
);
document
.
writeln
(
" <li id='zwgk' class=\'layui-nav-item\'>"
);
document
.
writeln
(
" <a href=\'javascript:;\'>政务公开</a>"
);
document
.
writeln
(
" <dl class=\'layui-nav-child\'>"
);
document
.
writeln
(
" <!-- 二级菜单 -->"
);
document
.
writeln
(
" <dd><a href=\'"
+
localhostPaht
+
"/staticViews/xyzc.html\'>相应政策</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'"
+
localhostPaht
+
"/staticViews/flfg.html\'>法律法规</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'"
+
localhostPaht
+
"/staticViews/gsgg.html\'>公示公告</a></dd>"
);
...
...
Please
register
or
sign in
to post a comment