Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
xinhot
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be929de0
authored
Mar 11, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
3593cd56
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
css/style.min.css
css/style.min.css.map
css/style.scss
css/style.min.css
View file @
be929de0
...
...
@@ -75,8 +75,9 @@ body { overflow-x: hidden; }
.pc-index-nav
.pc-nav-wrap
.parent
li
dl
dd
{
height
:
35px
;
line-height
:
35px
;
text-align
:
center
;
transition
:
all
0.4s
ease
;
border
:
solid
1px
transparent
;
}
.pc-index-nav
.pc-nav-wrap
.parent
li
dl
dd
a
{
color
:
#ffffff
;
font-size
:
18px
;
display
:
block
;
}
.pc-index-nav
.pc-nav-wrap
.parent
li
dl
dd
:hover
{
border
:
solid
1px
#18ffcb
;
}
.pc-index-nav
.pc-nav-wrap
.parent
li
:hover
,
.pc-index-nav
.pc-nav-wrap
.parent
li
.curr
{
background-color
:
#c81e1d
;
}
.pc-index-nav
.pc-nav-wrap
.parent
li
:hover
dl
,
.pc-index-nav
.pc-nav-wrap
.parent
li
.curr
dl
{
display
:
block
;
}
.pc-index-nav
.pc-nav-wrap
.parent
li
.curr
{
background-color
:
#c81e1d
;
}
.pc-index-nav
.pc-nav-wrap
.parent
li
:hover
{
background-color
:
#c81e1d
;
}
.pc-index-nav
.pc-nav-wrap
.parent
li
:hover
dl
{
display
:
block
;
}
.index-banner
{
position
:
relative
;
width
:
100%
;
height
:
660px
;
overflow
:
hidden
;
}
.index-banner
.banner-wrap
{
position
:
relative
;
width
:
100%
;
height
:
100%
;
}
...
...
css/style.min.css.map
View file @
be929de0
This diff is collapsed.
Click to expand it.
css/style.scss
View file @
be929de0
...
...
@@ -95,7 +95,10 @@
}
}
}
&
:hover
,
&
.curr
{
&
.curr
{
background-color
:
#c81e1d
;
}
&
:hover
{
background-color
:
#c81e1d
;
dl
{
display
:
block
;
...
...
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