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
35228ca6
Commit
35228ca6
authored
May 06, 2020
by
liuyingying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前成员样式
parent
3167e0fd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
style.css
Hunter_ht/hunter/static/hunter/style.css
+4
-2
index.html
Hunter_ht/hunter/templates/hunter/index.html
+2
-2
No files found.
Hunter_ht/hunter/static/hunter/style.css
View file @
35228ca6
...
@@ -243,14 +243,16 @@ nav>div{
...
@@ -243,14 +243,16 @@ nav>div{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
top
:
0
;
top
:
0
;
righ
t
:
-100%
;
lef
t
:
-100%
;
background-color
:
rgba
(
252
,
252
,
252
,
0.48
);
background-color
:
rgba
(
252
,
252
,
252
,
0.48
);
z-index
:
999
;
z-index
:
999
;
}
}
.member_wrap
{
.member_wrap
{
width
:
100%
;
width
:
100%
;
height
:
400px
;
position
:
fixed
;
position
:
fixed
;
min-height
:
300px
;
box-shadow
:
0px
0px
1px
grey
;
top
:
50%
;
top
:
50%
;
margin-top
:
-200px
;
margin-top
:
-200px
;
}
}
...
...
Hunter_ht/hunter/templates/hunter/index.html
View file @
35228ca6
...
@@ -315,11 +315,11 @@
...
@@ -315,11 +315,11 @@
function
show_former
(){
function
show_former
(){
$
(
'#show_btn'
).
css
(
'display'
,
'none'
);
$
(
'#show_btn'
).
css
(
'display'
,
'none'
);
$
(
'#former_member'
).
css
(
'
righ
t'
,
'0'
);
$
(
'#former_member'
).
css
(
'
lef
t'
,
'0'
);
}
}
function
close_former
(){
function
close_former
(){
$
(
'#show_btn'
).
css
(
'display'
,
'block'
);
$
(
'#show_btn'
).
css
(
'display'
,
'block'
);
$
(
'#former_member'
).
css
(
'
righ
t'
,
'-100%'
);
$
(
'#former_member'
).
css
(
'
lef
t'
,
'-100%'
);
}
}
function
logout
(){
function
logout
(){
...
...
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