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
32264688
authored
2021-01-08 14:41:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:新闻置顶
1 parent
1102425a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
staticCss/xwdt.css
staticImages/ding.png
staticViews/xwdt.html
staticCss/xwdt.css
View file @
3226468
...
...
@@ -117,6 +117,12 @@ div.subject {
padding-top
:
10px
;
min-height
:
80px
;
cursor
:
pointer
;
position
:
relative
;
}
.xw
.istop
{
position
:
absolute
;
right
:
20px
;
top
:
-20px
;
}
.xw-left
{
...
...
staticImages/ding.png
0 → 100644
View file @
3226468
636 Bytes
staticViews/xwdt.html
View file @
3226468
...
...
@@ -51,6 +51,9 @@
{{
item
.
headline
}}
<
/a
>
<
a
class
=
"xw"
href
=
'./xwxq.html?id={{item.id}}'
target
=
"_blank"
>
{{
#
if
(
item
.
isTop
==
1
){
}}
<
img
class
=
"istop"
src
=
"../staticImages/ding.png"
>
{{
#
}
}}
<
div
class
=
"newsCon"
>
<
div
class
=
"xw-left"
>
{{
#
if
(
item
.
preViewUrl
!=
null
){
}}
...
...
Please
register
or
sign in
to post a comment