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
ce759704
authored
2021-01-27 08:35:57 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:index细节
1 parent
26fb4b94
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
index.html
staticCss/pageHome.css
staticJs/down.js
index.html
View file @
ce75970
...
...
@@ -413,12 +413,12 @@
</a>
</li>
<li>
<a
href=
'/staticViews/
flfg
.html'
title=
'法律法规'
>
<a
href=
'/staticViews/
lawList/1
.html'
title=
'法律法规'
>
<span>
法律法规
</span>
</a>
</li>
<li>
<a
href=
'/staticViews/
xyzc
.html'
title=
'相应政策'
>
<a
href=
'/staticViews/
policyList/1
.html'
title=
'相应政策'
>
<span>
相应政策
</span>
</a>
</li>
...
...
staticCss/pageHome.css
View file @
ce75970
...
...
@@ -704,6 +704,9 @@ div.c_five ul li a img {
padding-left
:
10px
;
line-height
:
45px
;
}
.policies-regulations
.item-policies
li
a
:hover
{
color
:
#0091FF
;
}
.policies-regulations
.item-policies
li
a
::before
{
position
:
absolute
;
width
:
4px
;
...
...
staticJs/down.js
View file @
ce75970
...
...
@@ -20,12 +20,12 @@ document.writeln(" <span>公示公告</span>");
document
.
writeln
(
" </a>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" <li>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/
flfg
.html\' title=\'法律法规\'>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/
lawList/1
.html\' title=\'法律法规\'>"
);
document
.
writeln
(
" <span>法律法规</span>"
);
document
.
writeln
(
" </a>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" <li>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/
xyzc
.html\' title=\'相应政策\'>"
);
document
.
writeln
(
" <a href=\'"
+
localhostPaht
+
"/staticViews/
policyList/1
.html\' title=\'相应政策\'>"
);
document
.
writeln
(
" <span>相应政策</span>"
);
document
.
writeln
(
" </a>"
);
document
.
writeln
(
" </li>"
);
...
...
Please
register
or
sign in
to post a comment