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
5b1394f8
Commit
5b1394f8
authored
May 06, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示成员按钮样式
parent
450280a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
13 deletions
+25
-13
style.css
Hunter_ht/hunter/static/hunter/style.css
+21
-9
index.html
Hunter_ht/hunter/templates/hunter/index.html
+4
-4
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
5b1394f8
...
...
@@ -203,28 +203,40 @@ nav>div{
width
:
200px
;
}
.former
>
#show_btn
,
#close_btn
{
width
:
8
0px
;
height
:
3
0
px
;
width
:
12
0px
;
height
:
3
5
px
;
border-radius
:
0
;
margin
:
0
5px
;
float
:
left
;
font-size
:
14px
;
cursor
:
pointer
;
margin
:
0
20px
;
border
:
solid
1px
#000000
;
font-weight
:
200
;
background-color
:
white
;
color
:
#000000
;
box-shadow
:
2px
2px
3px
black
;
}
.former
>
#show_btn
{
border
:
none
;
background-color
:
rgb
(
97
,
152
,
232
);
.former
>
#sh
s
ow_btn
{
border
:
none
;
background-color
:
rgb
(
10
,
10
,
10
);
color
:
white
;
font-weight
:
200
;
/* border-top-left-radius: 8px; */
box-shadow
:
3px
2px
1px
#FF5722
;
}
.former
>
#close_btn
{
border
:
solid
1px
#f1f1f1
;
.former
>
#clcose_btn
{
border
:
solid
1px
#000000
;
font-weight
:
200
;
background-color
:
white
;
color
:
dimgrey
;
color
:
#000000
;
box-shadow
:
2px
2px
3px
black
;
}
#former_member
{
margin-top
:
30px
;
padding-top
:
20px
;
background-color
:
#f
1f1f1
;
background-color
:
#f
fffff
;
}
.left-bar
{
...
...
Hunter_ht/hunter/templates/hunter/index.html
View file @
5b1394f8
...
...
@@ -85,11 +85,11 @@
<span>
小组成员
</span>
</div>
<span
class=
"former"
>
<button
id=
"show_btn"
onclick=
"show_former()"
>
显示前成员
</button>
<span
class=
"former"
>
<button
id=
"show_btn"
onclick=
"show_former()"
>
查看前小组成员
</button>
<button
style=
"display: none"
id=
"close_btn"
onclick=
"close_former()"
>
隐藏
</button>
</span>
</span>
</div>
<div
class=
"wrap"
id=
"former_member"
style=
"display: none;"
>
{% for tp,users in user_type_list_former.items %}
<div
class=
"member_type"
>
...
...
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