Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hunter-ht.cn
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘莹莹
hunter-ht.cn
Commits
7f3fc3ae
Commit
7f3fc3ae
authored
Apr 22, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
publish排版
parent
d9e01d15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
style.css
Hunter_ht/hunter/static/hunter/style.css
+5
-1
index.html
Hunter_ht/hunter/templates/hunter/index.html
+6
-4
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
7f3fc3ae
...
@@ -218,8 +218,12 @@ ul:after{
...
@@ -218,8 +218,12 @@ ul:after{
font-size
:
18px
;
font-size
:
18px
;
}
}
.small_text
{
.small_text
{
width
:
100%
;
font-size
:
14px
;
font-size
:
14px
;
color
:
grey
;
color
:
grey
;
height
:
20px
!important
;
margin
:
-20px
0
20px
;
z-index
:
-999
;
}
}
.middle_text
{
.middle_text
{
font-size
:
16px
;
font-size
:
16px
;
...
...
Hunter_ht/hunter/templates/hunter/index.html
View file @
7f3fc3ae
...
@@ -126,10 +126,12 @@
...
@@ -126,10 +126,12 @@
{% for publication in publications %}
{% for publication in publications %}
<ul>
<ul>
<li
class=
"big_text"
><a
href=
"{% static 'hunter/publications/' %}{{ publication.link }}"
target=
"_blank"
>
{{ publication.title }}
</a></li>
<li
class=
"big_text"
><a
href=
"{% static 'hunter/publications/' %}{{ publication.link }}"
target=
"_blank"
>
{{ publication.title }}
</a></li>
<li
class=
"small_text"
>
{{ publication.authors }}
</li>
<li>
{{ publication.publishType }}
</li>
<li>
{{ publication.journalname }}
</li>
<li
class=
"middle_text right"
>
{{ publication.date }}
</li>
<li
class=
"middle_text right"
>
{{ publication.date }}
</li>
<li
class=
"right"
>
{{ publication.journalname }}
</li>
<li
class=
"right"
>
{{ publication.publishType }}
</li>
<li
class=
"small_text"
>
{{ publication.authors }}
</li>
</ul>
</ul>
{% endfor %}
{% endfor %}
...
@@ -182,8 +184,8 @@
...
@@ -182,8 +184,8 @@
<a
href=
"{% url 'hunter:article' art.articleID %}"
target=
"_blank"
>
{{ art.title }}
</a>
<a
href=
"{% url 'hunter:article' art.articleID %}"
target=
"_blank"
>
{{ art.title }}
</a>
</li>
</li>
<li>
{{ art.author }}
</li>
<li>
{{ art.author }}
</li>
<li
class=
"small_text right"
>
{{ art.authorID }}
</li>
<li
class=
"middle_text right"
>
{{ art.editDateTime }}
</li>
<li
class=
"middle_text right"
>
{{ art.editDateTime }}
</li>
<li
class=
"small_text right"
>
{{ art.authorID }}
</li>
</ul>
</ul>
{% endfor %}
{% endfor %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment