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
40241747
Commit
40241747
authored
Apr 27, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式小调整
parent
b31db08b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
style.css
Hunter_ht/hunter/static/hunter/style.css
+1
-1
index.html
Hunter_ht/hunter/templates/hunter/index.html
+1
-2
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
40241747
...
...
@@ -254,7 +254,7 @@ nav>div{
padding-left
:
20px
;
}
.list_wrap
{
padding
:
20px
70px
;
padding
:
20px
0
;
}
.list_wrap
>
p
{
font-size
:
14px
;
...
...
Hunter_ht/hunter/templates/hunter/index.html
View file @
40241747
...
...
@@ -55,7 +55,6 @@
</div>
<div
class=
"new_wrap"
>
<div
class=
"list_wrap"
>
{% for key, item in newest_post_list.items %}
{% if item %}
<p>
{{ key }}
</p>
...
...
@@ -63,7 +62,7 @@
<div
class=
"new_list"
>
<span>
{{ it.date }}
</span>
{% if key == 'publication' %}
<span>
{{ it.author }}在{{ it.journame }}上发表了{{ it.publishType }}
</span>
<span>
{{ it.author }}在{{ it.journa
lna
me }}上发表了{{ it.publishType }}
</span>
{% else %}
<span>
{{ it.author }}发布了
</span>
{% endif %}
...
...
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