Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lrkjguanw
Project
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
nieyangyang
lrkjguanw
Commits
effec7fc
Commit
effec7fc
authored
Jul 08, 2020
by
nieyangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pc端的css
parent
35683af7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
huhu.css
lrkjPc/css/huhu.css
+8
-3
huhu.css.map
lrkjPc/css/huhu.css.map
+0
-0
huhu.scss
lrkjPc/scss/huhu.scss
+11
-4
No files found.
lrkjPc/css/huhu.css
View file @
effec7fc
...
...
@@ -206,10 +206,14 @@ header .header-content .nav {
line-height
:
70px
;
}
header
.header-content
.nav
a
{
display
:
inline-block
;
width
:
66px
;
text-align
:
center
;
color
:
#000
;
position
:
relative
;
}
header
.header-content
.nav
li
{
margin-lef
t
:
55px
;
padding-righ
t
:
55px
;
}
header
.header-content
.nav
li
.active
a
,
header
.header-content
.nav
li
:hover
a
{
color
:
#1994FC
;
...
...
@@ -222,8 +226,9 @@ header .header-content .nav li.active a:after, header .header-content .nav li:ho
background
:
#177BE3
;
border-radius
:
2px
;
position
:
absolute
;
bottom
:
16px
;
margin-left
:
4px
;
left
:
25%
;
bottom
:
15px
;
margin-left
:
-4px
;
z-index
:
1
;
}
...
...
lrkjPc/css/huhu.css.map
View file @
effec7fc
This diff is collapsed.
Click to expand it.
lrkjPc/scss/huhu.scss
View file @
effec7fc
...
...
@@ -48,9 +48,15 @@ header {
display
:
flex
;
font-size
:
16px
;
line-height
:
70px
;
a
{
color
:
#000
;
}
a
{
display
:
inline-block
;
width
:
66px
;
text-align
:
center
;
color
:
#000
;
position
:
relative
;
}
li
{
margin-lef
t
:
55px
;
padding-righ
t
:
55px
;
&
.active
a
,
&
:hover
a
,
{
color
:
$themeColor
;
//新增
...
...
@@ -62,8 +68,9 @@ header {
background
:
#177BE3
;
border-radius
:
2px
;
position
:
absolute
;
bottom
:
16px
;
margin-left
:
4px
;
left
:
25%
;
bottom
:
15px
;
margin-left
:
-4px
;
z-index
:
1
;
}
//结束
...
...
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