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
6f75c1ab
authored
2021-01-27 14:03:28 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:底部链接跳转
1 parent
34db2f22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
index.html
staticJs/down.js
index.html
View file @
6f75c1a
...
...
@@ -403,7 +403,7 @@
</div>
<div
class=
"interaction"
>
<div
class=
"interaction-title"
>
<img
src=
"/staticImages/home-
zmhd
.png"
/>
<img
src=
"/staticImages/home-
yqlj
.png"
/>
政民互动
</div>
<ul>
...
...
@@ -426,7 +426,7 @@
<div
class=
"c_five Links"
>
<div
class=
"subject"
>
<h2
class=
"links-title"
>
<img
src=
"/staticImages/home-
yqlj
.png"
/>
<img
src=
"/staticImages/home-
zmhd
.png"
/>
<a
href=
"/index.html"
title=
"友情链接"
>
友情链接
</a>
...
...
@@ -481,7 +481,7 @@
<div
class=
'system_service'
>
<ul
class=
''
>
<li>
<a
href=
'/staticViews/
gsgg
.html'
title=
'公示公告'
>
<a
href=
'/staticViews/
notice/1
.html'
title=
'公示公告'
>
<span>
公示公告
</span>
</a>
</li>
...
...
staticJs/down.js
View file @
6f75c1a
...
...
@@ -15,7 +15,7 @@ document.writeln(" <div class=\'footer\'> ");
document
.
writeln
(
" <div class=\'system_service\'>"
);
document
.
writeln
(
" <ul class=\'\'>"
);
document
.
writeln
(
" <li>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/
gsgg
.html\' title=\'公示公告\'>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/
notice/1
.html\' title=\'公示公告\'>"
);
document
.
writeln
(
" <span>公示公告</span>"
);
document
.
writeln
(
" </a>"
);
document
.
writeln
(
" </li>"
);
...
...
Please
register
or
sign in
to post a comment