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
2c0d81ad
authored
2020-12-30 11:49:48 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:新闻详情
1 parent
f10c50e4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
6 deletions
staticCss/ggxq.css
staticCss/wdyw.css
staticCss/xwxq.css
staticJs/flfgxq.js
staticViews/flfgxq.html
staticViews/wdyw.html
staticCss/ggxq.css
View file @
2c0d81a
...
...
@@ -134,6 +134,9 @@ div.navigation {
.release
div
{
display
:
inline-block
;
}
.release
div
p
{
display
:
inline-block
;
}
.mainbody
.DividingLine
{
width
:
1200px
;
height
:
1px
;
...
...
staticCss/wdyw.css
View file @
2c0d81a
...
...
@@ -104,7 +104,7 @@
}
.business_titleList
li
a
{
display
:
block
;
height
:
80
px
;
height
:
142
px
;
border
:
1px
solid
#eee
;
border-radius
:
5px
;
text-align
:
center
;
...
...
@@ -112,7 +112,7 @@
}
.business_titleList
li
p
:nth-child
(
1
)
{
font-size
:
18px
;
margin-top
:
15
px
;
margin-top
:
39
px
;
}
.itemTitleActive
{
border-color
:
#0091FF
!important
;
...
...
staticCss/xwxq.css
View file @
2c0d81a
...
...
@@ -690,11 +690,11 @@ div.navigation {
.zcfg-top
{
width
:
200px
;
height
:
14px
;
font-size
:
14px
;
font-weight
:
bold
;
color
:
#4A4A4A
;
line-height
:
20px
;
margin-bottom
:
5px
;
}
.zcfg-body
{
...
...
staticJs/flfgxq.js
View file @
2c0d81a
...
...
@@ -22,7 +22,7 @@ function newsDetail() {
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
$
(
'.newsTitle'
).
html
(
result
.
data
.
headline
)
$
(
'.releaseTime'
).
html
(
result
.
data
.
addtime
)
$
(
'
.
source'
).
html
(
result
.
data
.
source
)
$
(
'
#
source'
).
html
(
result
.
data
.
source
)
newsDetail
.
append
(
result
.
data
.
content
)
}
}
...
...
staticViews/flfgxq.html
View file @
2c0d81a
...
...
@@ -22,7 +22,7 @@
<div
class=
"mainbody"
>
<div
class=
"title newsTitle"
></div>
<div
class=
"release"
>
<div
class=
"source"
></div>
<div
>
发布单位:
<p
id=
"source"
></p
></div>
<div>
发布日期:
<p
class=
"releaseTime"
></p></div>
</div>
<div
class=
"DividingLine"
></div>
...
...
staticViews/wdyw.html
View file @
2c0d81a
...
...
@@ -24,7 +24,7 @@
</div>
<!-- -----------------个人信息------------------------ -->
<div
class=
"central_area"
>
<div
class=
"perinfo contentBox"
>
<div
class=
"perinfo contentBox
cardItem
"
>
<div
class=
"perinfo_left"
>
<img
src=
"../staticImages/person.png"
alt=
""
>
<ul>
...
...
Please
register
or
sign in
to post a comment