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
38f9670d
Commit
38f9670d
authored
Apr 22, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一冲动又想去学画画
parent
485eef6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
style.css
Hunter_ht/hunter/static/hunter/style.css
+6
-1
index.html
Hunter_ht/hunter/templates/hunter/index.html
+5
-5
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
38f9670d
...
@@ -207,7 +207,6 @@ ul:after{
...
@@ -207,7 +207,6 @@ ul:after{
visibility
:
hidden
;
visibility
:
hidden
;
}
}
.big_text
{
.big_text
{
width
:
100%
;
font-size
:
16px
;
font-size
:
16px
;
font-style
:
italic
;
font-style
:
italic
;
}
}
...
@@ -225,6 +224,12 @@ ul:after{
...
@@ -225,6 +224,12 @@ ul:after{
margin
:
-10px
0
20px
;
margin
:
-10px
0
20px
;
z-index
:
-999
;
z-index
:
-999
;
}
}
.li_long
{
width
:
100%
;
}
.li_right
{
float
:
right
!important
;
}
.middle_text
{
.middle_text
{
font-size
:
14px
;
font-size
:
14px
;
}
}
...
...
Hunter_ht/hunter/templates/hunter/index.html
View file @
38f9670d
...
@@ -125,8 +125,7 @@
...
@@ -125,8 +125,7 @@
{% if publications %}
{% if publications %}
{% 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 li_long"
><a
href=
"{% static 'hunter/publications/' %}{{ publication.link }}"
target=
"_blank"
>
{{ publication.title }}
</a></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.journalname }}
</li>
<li
class=
"right"
>
{{ publication.publishType }}
</li>
<li
class=
"right"
>
{{ publication.publishType }}
</li>
...
@@ -154,10 +153,11 @@
...
@@ -154,10 +153,11 @@
{% for cve in cves %}
{% for cve in cves %}
<ul>
<ul>
<li
class=
"big_text"
><a
href=
"{{ cve.url }}"
>
{{ cve.identifier }}
</a></li>
<li
class=
"
cve_
big_text"
><a
href=
"{{ cve.url }}"
>
{{ cve.identifier }}
</a></li>
<li>
{{ cve.bugType }}
</li>
<li>
{{ cve.bugType }}
</li>
<li
class=
"small_text"
>
{{ cve.description }}
</li>
<li
class=
"li_right"
>
{{ cve.datetime }}
</li>
<li
class=
"middle_text right"
>
{{ cve.datetime }}
</li>
<li
class=
"li_long"
>
{{ cve.description }}
</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