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
f0340a22
Commit
f0340a22
authored
Apr 27, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
fcf50492
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
style.css
Hunter_ht/hunter/static/hunter/style.css
+6
-6
index.html
Hunter_ht/hunter/templates/hunter/index.html
+7
-6
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
f0340a22
...
@@ -207,7 +207,7 @@ nav>div{
...
@@ -207,7 +207,7 @@ nav>div{
width
:
80px
;
width
:
80px
;
height
:
30px
;
height
:
30px
;
border-radius
:
0
;
border-radius
:
0
;
margin
:
5px
;
margin
:
0
5px
;
float
:
left
;
float
:
left
;
font-size
:
14px
;
font-size
:
14px
;
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -230,14 +230,14 @@ nav>div{
...
@@ -230,14 +230,14 @@ nav>div{
.left-bar
{
.left-bar
{
width
:
100%
;
width
:
100%
;
height
:
6
0px
;
height
:
4
0px
;
padding
:
10px
15
px
;
padding
:
5px
10
px
;
border-left
:
solid
5px
dimgrey
;
border-left
:
solid
5px
dimgrey
;
}
}
.left-bar
>
span
{
.left-bar
>
span
{
height
:
4
0px
;
height
:
3
0px
;
line-height
:
4
0px
;
line-height
:
3
0px
;
font-size
:
22
px
;
font-size
:
20
px
;
color
:
black
;
color
:
black
;
float
:
left
;
float
:
left
;
font-weight
:
400
;
font-weight
:
400
;
...
...
Hunter_ht/hunter/templates/hunter/index.html
View file @
f0340a22
...
@@ -91,11 +91,11 @@
...
@@ -91,11 +91,11 @@
<button
style=
"display: none"
id=
"close_btn"
onclick=
"close_former()"
>
隐藏
</button>
<button
style=
"display: none"
id=
"close_btn"
onclick=
"close_former()"
>
隐藏
</button>
</span>
</span>
</div>
</div>
<div
class=
"wrap"
>
<div
class=
"wrap"
id=
"former_member"
style=
"display: none;"
>
{% for tp,users in user_type_list.items %}
{% for tp,users in user_type_list
_former
.items %}
<div
class=
"member_type"
>
<div
class=
"member_type"
>
<p>
{{ tp }}
</p>
{% if users %}
{% if users %}
<p>
{{ tp }}
</p>
{% for user in users %}
{% for user in users %}
<ul>
<ul>
<li>
<li>
...
@@ -108,11 +108,11 @@
...
@@ -108,11 +108,11 @@
</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
class=
"wrap"
id=
"former_member"
style=
"display: none;"
>
<div
class=
"wrap"
>
{% for tp,users in user_type_list
_former
.items %}
{% for tp,users in user_type_list.items %}
<div
class=
"member_type"
>
<div
class=
"member_type"
>
<p>
{{ tp }}
</p>
{% if users %}
{% if users %}
<p>
{{ tp }}
</p>
{% for user in users %}
{% for user in users %}
<ul>
<ul>
<li>
<li>
...
@@ -126,6 +126,7 @@
...
@@ -126,6 +126,7 @@
{% endfor %}
{% endfor %}
</div>
</div>
</section>
</section>
<section
id=
"project"
>
<section
id=
"project"
>
...
...
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