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
1555a7cc
authored
2021-01-19 11:56:41 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:附件下载
1 parent
69db53a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
19 deletions
staticCss/ggxq.css
staticViews/businessGuideDeatil.html
staticCss/ggxq.css
View file @
1555a7c
...
...
@@ -89,15 +89,6 @@
float
:
right
;
margin-top
:
15px
;
}
/* ---------------------------------------------------- */
.top-logo
ul
li
{
display
:
inline-block
;
padding
:
0
8px
;
}
.top-logo
ul
li
:first-child
{
border-right
:
1px
solid
grey
;
}
div
.navigation
{
text-align
:
center
;
...
...
@@ -156,11 +147,21 @@ div.navigation {
}
.notice_content
{
margin-bottom
:
100px
;
min-height
:
350px
;
}
.releaseTime
{
display
:
inline-block
;
}
.source
p
{
display
:
inline-block
;
}
/* 附件下载 */
.download-attachment
{
margin
:
15px
0
;
}
.download-attachment
a
{
color
:
#006cff
;
font-size
:
16px
;
}
.download-attachment
a
:hover
{
color
:
#006cff
;
}
\ No newline at end of file
...
...
staticViews/businessGuideDeatil.html
View file @
1555a7c
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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>
...
...
@@ -9,28 +10,35 @@
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/ggxq.css"
>
</head>
<body>
<div
class=
"navigation_crumbs"
>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../index.html"
>
首页
</a>
<a
href=
"./bszn.html"
>
办事指南
</a>
<a><cite>
办事指南详情
</cite></a>
</span>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../index.html"
>
首页
</a>
<a
href=
"./bszn.html"
>
办事指南
</a>
<a><cite>
办事指南详情
</cite></a>
</span>
</div>
</div>
<div
class=
"mainbody"
>
<div
class=
"title newsTitle"
></div>
<div
class=
"release"
>
<div
class=
"source"
>
发布单位:
<p></p></div>
<div>
发布日期:
<p
class=
"releaseTime"
></p></div>
<div
class=
"source"
>
发布单位:
<p></p>
</div>
<div>
发布日期:
<p
class=
"releaseTime"
></p>
</div>
</div>
<div
class=
"DividingLine"
></div>
<div
class=
"notice_content"
id=
"newsDetail"
>
</div>
<div
class=
"download-attachment"
>
<a
href=
""
>
下载
</a>
</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/businessGuideDeatil.js"
></script>
</html>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment