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
9ac80662
authored
2021-01-22 09:36:10 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:公示公告
1 parent
eae93dd4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
70 additions
and
31 deletions
staticCss/header.css
staticJs/header.js
staticViews/flfg.html
staticViews/gsgg.html
staticViews/xyzc.html
staticCss/header.css
View file @
9ac8066
...
...
@@ -223,6 +223,9 @@ div.top-logo .top_logo_search i {
.loginSelect
p
{
display
:
inline-block
;
}
.userInfo
{
top
:
30px
;
}
.userInfo
img
{
width
:
18px
;
display
:
inline-block
;
...
...
staticJs/header.js
View file @
9ac8066
...
...
@@ -8,5 +8,5 @@ function newsCenterData() {
})
$
(
document
).
on
(
"mouseout"
,
".sysNewsList .newsDetail"
,
function
(
e
)
{
$
(
'.sysNewsList .newsDetail'
).
addClass
(
'ellipsis'
);
}
}
)
}
\ No newline at end of file
...
...
staticViews/flfg.html
View file @
9ac8066
...
...
@@ -6,15 +6,14 @@
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
法律法规
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/flfg.css"
>
<script
type=
"text/javascript"
src=
"../
../
staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/flfg.css"
>
</head>
<body>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../index.html"
>
首页
</a>
<a
href=
"../
../
index.html"
>
首页
</a>
<a>
政务公开
</a>
<a><cite>
法律法规
</cite></a>
</span>
...
...
@@ -39,7 +38,7 @@
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/flfg.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/flfg.js"
></script>
</html>
\ No newline at end of file
...
...
staticViews/gsgg.html
View file @
9ac8066
...
...
@@ -21,20 +21,6 @@
</div>
</div>
<div
class=
"mainbody"
>
<div
class=
"top"
>
<div
class=
"top-title"
>
<span>
标题内容:
</span><input
type=
"text"
placeholder=
"请输入标题内容"
>
</div>
<div
class=
"top-date"
>
<span>
发布时间:
</span>
<input
type=
"text"
class=
"layui-input"
id=
"date"
placeholder=
"请选择时间"
>
</div>
<div
class=
"top-serach"
>
<button>
<i
class=
"layui-icon"
>

</i>
查询
</button>
</div>
</div>
<div
class=
"layui-tab layui-tab-brief"
lay-filter=
"tabNav"
>
<ul
class=
"layui-tab-title"
>
<li
class=
"layui-this"
lay-id=
"0"
>
全部
</li>
...
...
staticViews/xyzc.html
View file @
9ac8066
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<style>
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
相应政策
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/xyzc.css"
>
<script
type=
"text/javascript"
src=
"../
../
staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/xyzc.css"
>
</head>
<body>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../index.html"
>
首页
</a>
<a
href=
"../
../
index.html"
>
首页
</a>
<a>
政务公开
</a>
<a><cite>
相应政策
</cite></a>
</span>
...
...
@@ -24,8 +22,61 @@
<div
class=
"laws_regulations"
>
<div
class=
"item_list"
>
<ul
id=
"flfgList"
>
#for(news : newsList.records)
#if(news.isTop == 1)
<li
class=
"sticky"
>
#else
<li>
#end
<a
title=
"#(news.headline)"
href=
"../news/#(news.id).html"
target=
"_blank"
>
#(news.headline)
#if(news.isTop == 1)
<img
class=
"istop"
src=
"../../staticImages/ding.png"
>
#end
<p></p>
<span></span>
</a>
</li>
#end
</ul>
<div
id=
"page"
></div>
<div
id=
"page"
>
<div
class=
"layui-box layui-laypage layui-laypage-molv"
id=
"layui-laypage-1"
>
#if(newsList.current == 1)
<a
href=
"./1.html"
class=
"layui-disabled"
title=
"首页"
>
首页
</a>
#else
<a
href=
"./1.html"
class=
"layui-laypage-first"
title=
"首页"
>
首页
</a>
<a
href=
"./#(newsList.current - 1).html"
class=
"layui-laypage-prev"
>
&
lt
</a>
#end
#if(newsList.current == 1)
#else if(newsList.current == 2)
<a
href=
"./1.html"
>
1
</a>
#else
<a
href=
"./#(newsList.current - 2).html"
>
#(newsList.current - 2)
</a>
<a
href=
"./#(newsList.current - 1).html"
>
#(newsList.current - 1)
</a>
#end
<span
class=
"layui-laypage-curr"
>
<em
class=
"layui-laypage-em"
style=
"background-color:#0091FF;"
></em>
<em>
#(newsList.current)
</em>
</span>
#if(newsList.current == newsList.pages)
#else if(newsList.current == newsList.pages - 1)
<a
href=
"./#(newsList.current + 1).html"
>
#(newsList.current + 1)
</a>
#else
<a
href=
"./#(newsList.current + 1).html"
>
#(newsList.current + 1)
</a>
<a
href=
"./#(newsList.current + 2).html"
>
#(newsList.current + 2)
</a>
#end
#if(newsList.current == newsList.pages)
<a
href=
"./#(newsList.pages).html"
class=
"layui-disabled"
title=
"尾页"
>
尾页
</a>
#else
<a
href=
"./#(newsList.current + 1).html"
class=
"layui-laypage-next"
>
&
gt
</a>
<a
href=
"./#(newsList.pages).html"
class=
"layui-laypage-last"
title=
"尾页"
>
尾页
</a>
#end
</div>
</div>
</div>
<div
class=
"recommend_list"
>
<ul
class=
"policy_list"
>
...
...
@@ -40,7 +91,7 @@
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/xyzc.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/xyzc.js"
></script>
</html>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment