Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
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
baiguangyao
mr-julyedu
Commits
587d04a0
Commit
587d04a0
authored
Apr 18, 2019
by
baiguangyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改底部背景色
parent
2e84c9c5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
98 additions
and
1 deletions
+98
-1
.history/src/common/Nav/index_20190418120730.scss
+24
-0
.history/src/common/Nav/index_20190418120736.scss
+24
-0
.history/src/common/Nav/index_20190418120823.scss
+24
-0
.history/src/common/Nav/index_20190418120838.scss
+24
-0
src/common/Nav/index.scss
+2
-1
No files found.
.history/src/common/Nav/index_20190418120730.scss
0 → 100644
View file @
587d04a0
.root
{
height
:
50px
;
position
:
fixed
;
z-index
:
50
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
display
:
flex
;
background
:
#fff
;
border-top
:
1px
solid
#ccc
;
}
.navOne
,
.navTwo
,
.navThree
,
.navFour
,
.navFive
{
color
:
#09f
;
&
:hover
,
&
:active
{
color
:
#09f
;
}
}
.iconfont
{
font-size
:
24px
!
important
;
margin-bottom
:
4px
;
}
\ No newline at end of file
.history/src/common/Nav/index_20190418120736.scss
0 → 100644
View file @
587d04a0
.root
{
height
:
50px
;
position
:
fixed
;
z-index
:
50
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
display
:
flex
;
background
:
red
;
border-top
:
1px
solid
#ccc
;
}
.navOne
,
.navTwo
,
.navThree
,
.navFour
,
.navFive
{
color
:
#09f
;
&
:hover
,
&
:active
{
color
:
#09f
;
}
}
.iconfont
{
font-size
:
24px
!
important
;
margin-bottom
:
4px
;
}
\ No newline at end of file
.history/src/common/Nav/index_20190418120823.scss
0 → 100644
View file @
587d04a0
.root
{
height
:
50px
;
position
:
fixed
;
z-index
:
50
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
display
:
flex
;
background
:
#fff
;
border-top
:
1px
solid
#ccc
;
}
.navOne
,
.navTwo
,
.navThree
,
.navFour
,
.navFive
{
color
:
#09f
;
&
:hover
,
&
:active
{
color
:
#09f
;
}
}
.iconfont
{
font-size
:
24px
!
important
;
margin-bottom
:
4px
;
}
\ No newline at end of file
.history/src/common/Nav/index_20190418120838.scss
0 → 100644
View file @
587d04a0
.root
{
height
:
50px
;
position
:
fixed
;
z-index
:
50
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
display
:
flex
;
background
:
#fff
;
border-top
:
1px
solid
#ddd
;
}
.navOne
,
.navTwo
,
.navThree
,
.navFour
,
.navFive
{
color
:
#09f
;
&
:hover
,
&
:active
{
color
:
#09f
;
}
}
.iconfont
{
font-size
:
24px
!
important
;
margin-bottom
:
4px
;
}
\ No newline at end of file
src/common/Nav/index.scss
View file @
587d04a0
...
...
@@ -6,7 +6,8 @@
left
:
0
;
width
:
100%
;
display
:
flex
;
border-top
:
1px
solid
#ccc
;
background
:
#fff
;
border-top
:
1px
solid
#ddd
;
}
.navOne
,
.navTwo
,
.navThree
,
.navFour
,
.navFive
{
...
...
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