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
5550c1b1
authored
2021-02-05 10:53:15 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:政务公开
1 parent
f65ca07a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
index.html
staticJs/head.js
staticViews/corresponding-policies.html
index.html
View file @
5550c1b
...
...
@@ -64,7 +64,7 @@
<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/newsList/1.html'
title=
'新闻动态'
>
新闻动态
</a></li>
<li
id=
'zwgk'
class=
'layui-nav-item'
><a
href=
'/staticViews/
corresponding-policies
.html'
>
政务公开
</a></li>
<li
id=
'zwgk'
class=
'layui-nav-item'
><a
href=
'/staticViews/
policyList/1
.html'
>
政务公开
</a></li>
<li
id=
'bszn'
class=
'layui-nav-item'
><a
href=
'/staticViews/bszn.html'
title=
'办事指南'
>
办事指南
</a></li>
<li
id=
'wssq'
class=
'layui-nav-item'
><a
href=
'/staticViews/wssq.html'
title=
'网上申请'
>
网上申请
</a></li>
<li
class=
'layui-nav-item'
>
...
...
staticJs/head.js
View file @
5550c1b
...
...
@@ -64,7 +64,7 @@ document.writeln(" <div class=\'layui-nav navigation layui-bg-blue\'>");
document
.
writeln
(
" <ul class=\'navigation-content\'>"
);
document
.
writeln
(
" <li id=\'index\' class=\'layui-nav-item\'><a href=\'/index.html\' title=\'首页\'>首页</a></li>"
);
document
.
writeln
(
" <li id=\'news\' class=\'layui-nav-item\'><a href=\'/staticViews/newsList/1.html\' title=\'新闻动态\'>新闻动态</a></li>"
);
document
.
writeln
(
" <li id=\'zwgk\' class=\'layui-nav-item\'><a href=\'/staticViews/
corresponding-policies
.html\'>政务公开</a></li>"
);
document
.
writeln
(
" <li id=\'zwgk\' class=\'layui-nav-item\'><a href=\'/staticViews/
policyList/1
.html\'>政务公开</a></li>"
);
document
.
writeln
(
" <li id=\'bszn\' class=\'layui-nav-item\'><a href=\'/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>"
);
document
.
writeln
(
" <li id=\'wssq\' class=\'layui-nav-item\'><a href=\'/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>"
);
document
.
writeln
(
" <li class=\'layui-nav-item\'>"
);
...
...
staticViews/corresponding-policies.html
View file @
5550c1b
...
...
@@ -6,7 +6,7 @@
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
相应政策
</title>
<script
type=
"text/javascript"
src=
"
..
/staticJs/head.js"
></script>
<script
type=
"text/javascript"
src=
"/staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/staticCss/apen-government-affairs.css"
>
</head>
...
...
Please
register
or
sign in
to post a comment