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
91df3ce8
Commit
91df3ce8
authored
May 06, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css
parent
718d6214
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
style.css
Hunter_ht/hunter/static/hunter/style.css
+12
-8
index.html
Hunter_ht/hunter/templates/hunter/index.html
+1
-2
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
91df3ce8
...
...
@@ -321,11 +321,16 @@ nav>div{
/*float: right !important;*/
}
.wrap
ul
>
li
:hover
{
#cve
.wrap
ul
>
li
:hover
{
background
:
#ddd
;
border-radius
:
5px
;
}
#article
.wrap
ul
:hover
{
background
:
#ddd
;
}
#publish
ul
:hover
{
background
:
#ddd
;
}
.member_type
{
display
:
block
;
float
:
left
;
...
...
@@ -385,8 +390,7 @@ blockquote{
/*font-size:16px;*/
/*font-weight: bold;*/
/*display: block;*/
padding
:
10px
0
;
margin
:
20px
0
5px
;
padding
:
5px
0
;
border-bottom
:
3px
solid
#eee
;
}
blockquote
>
p
{
...
...
@@ -402,9 +406,10 @@ blockquote>p{
display
:
block
;
width
:
100%
;
cursor
:
pointer
;
padding
-right
:
2
0px
;
padding
:
0
1
0px
;
}
.wrap
ul
>
li
{
display
:
block
;
line-height
:
30px
;
...
...
@@ -414,7 +419,6 @@ blockquote>p{
.float-tips
{
width
:
150px
;
height
:
auto
;
background-color
:
white
;
}
#mytitle
{
position
:
absolute
;
...
...
@@ -442,7 +446,7 @@ ul:after{
color
:
#306cc5
;
}
.cve_big_text
{
font-size
:
1
6
px
;
font-size
:
1
5
px
;
font-style
:
italic
;
}
.cve_big_text
>
a
{
...
...
@@ -491,7 +495,7 @@ ul:after{
.right
{
float
:
right
!important
;
height
:
20px
!important
;
margin
:
0
0
2
0px
;
margin
:
0
0
1
0px
;
z-index
:
-999
;
font-size
:
14px
;
}
...
...
Hunter_ht/hunter/templates/hunter/index.html
View file @
91df3ce8
...
...
@@ -221,12 +221,11 @@
</div>
<div
class=
"wrap"
>
{% for year, cves in cve_year_list.items %}
<blockquote
><p>
{{ year }}
</p></blockquote>
<blockquote
style=
"display: none"
><p>
{{ year }}
</p></blockquote>
<ul>
{% if cves %}
{% for cve in cves %}
<li
class=
"cve_big_text float-tips"
title=
"软件:{{ cve.software }}<br>漏洞类型:{{ cve.bugType }}"
><a
href=
"{{ cve.url }}"
target=
"_blank"
>
{{ cve.identifier }}
</a></li>
{% endfor %}
{% endif %}
</ul>
...
...
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