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
1d4b6cef
authored
2020-11-27 11:04:04 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:法律法规
1 parent
50ed4637
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
3 deletions
staticCss/common.css
staticJs/head.js
staticJs/zcfg.js
staticViews/zcfg.html → staticViews/xyzc.html
staticCss/common.css
View file @
1d4b6ce
...
...
@@ -17,6 +17,16 @@
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
}
.layui-anim-upbit
a
{
background-color
:
#fff
!important
;
font-weight
:
100
!important
;
color
:
#000000
!important
;
}
.layui-anim-upbit
a
:hover
{
background-color
:
#0091FF
!important
;
color
:
#ffffff
!important
;
font-weight
:
600
!important
;
}
/* ----------------------公共样式-------------------------- */
.contentBox
{
width
:
1200px
;
...
...
staticJs/head.js
View file @
1d4b6ce
...
...
@@ -44,8 +44,16 @@ 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='zcfg' class=\'layui-nav-item\'><a href=\'"
+
localhostPaht
+
"/staticViews/zcfg.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='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=\'\'>法律法规</a></dd>"
);
document
.
writeln
(
" <dd><a href=\'\'>公示公告</a></dd>"
);
document
.
writeln
(
" </dl>"
);
document
.
writeln
(
" </li>"
);
document
.
writeln
(
" <li id='bszn' class=\'layui-nav-item\'><a href=\'"
+
localhostPaht
+
"/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>"
);
document
.
writeln
(
" <li id='wssq' class=\'layui-nav-item\'><a href=\'"
+
localhostPaht
+
"/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>"
);
document
.
writeln
(
" <li class=\'layui-nav-item\'>"
);
...
...
staticJs/zcfg.js
View file @
1d4b6ce
...
...
@@ -18,5 +18,5 @@ $(function () {
,
theme
:
'#0091FF'
});
})
addTabs
(
'#z
cfg
'
)
addTabs
(
'#z
wgk
'
)
})
\ No newline at end of file
...
...
staticViews/
zcfg
.html
→
staticViews/
xyzc
.html
View file @
1d4b6ce
File moved
Please
register
or
sign in
to post a comment