Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fudan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022 Competition
Fudan
Commits
7414ae43
Commit
7414ae43
authored
2 years ago
by
Zihan Zhang
Browse files
Options
Downloads
Patches
Plain Diff
Update static/landingpage.css, static/index.css
parent
2a104273
No related branches found
No related tags found
1 merge request
!10
Update static/landingpage.css, static/index.css
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/index.css
+21
-5
21 additions, 5 deletions
static/index.css
static/landingpage.css
+1
-22
1 addition, 22 deletions
static/landingpage.css
with
22 additions
and
27 deletions
static/index.css
+
21
−
5
View file @
7414ae43
...
...
@@ -130,7 +130,7 @@ tr:hover {
font-size
:
1.2rem
;
}
#landingpage
{
background
:
#
598364
background
:
#
ee994d
;
top
:
10%
;
position
:
fixed
;
position
:
-webkit-sticky
;
...
...
@@ -141,11 +141,27 @@ tr:hover {
text-decoration
:
none
;
color
:
white
;
font-size
:
1rem
;
line-height
:
1.5
line-height
:
1.5
;
display
:
block
;
}
#landingpage
li
.anchor
::before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
transition
:
.2s
ease-out
;
border-right
:
3px
#0c4128
solid
;
border-left
:
3px
#0c4128
solid
;
transform
:
scaleX
(
1.2
);
opacity
:
0
;
}
@media
(
any-hover
:
hover
)
{
#landingpage
li
.anchor
:hover::before
{
transform
:
scale
(
1
);
opacity
:
1
;
}
#landingpage
li
a
.anchor.active
::before
{
border-right
:
10px
;
border
:
#2b7961
;
}
.maincontent
{
...
...
This diff is collapsed.
Click to expand it.
static/landingpage.css
+
1
−
22
View file @
7414ae43
...
...
@@ -109,25 +109,4 @@ html{
#navbar
ul
li
.dot.active
::after
{
transform
:
translateY
(
-50%
)
scale
(
1
);
}
#landingpage
li
.anchor
{
display
:
block
;
}
#landingpage
li
.anchor
::before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
transition
:
.2s
ease-out
;
border-right
:
3px
#0c4128
solid
;
border-left
:
3px
#0c4128
solid
;
transform
:
scaleX
(
1.2
);
opacity
:
0
;
}
@media
(
any-hover
:
hover
)
{
#landingpage
li
.anchor
:hover::before
{
transform
:
scale
(
1
);
opacity
:
1
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment