任务修改1
This commit is contained in:
parent
853f2df83e
commit
6625ca4878
@ -53,7 +53,7 @@ export default {
|
|||||||
width 1200px
|
width 1200px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
.nav
|
.nav
|
||||||
height 40px
|
height 50px
|
||||||
background #2a5ca1
|
background #2a5ca1
|
||||||
.nav-content
|
.nav-content
|
||||||
width 1200px
|
width 1200px
|
||||||
@ -65,9 +65,9 @@ export default {
|
|||||||
clear both
|
clear both
|
||||||
li
|
li
|
||||||
float left
|
float left
|
||||||
line-height 40px
|
line-height 50px
|
||||||
text-align center
|
text-align center
|
||||||
font-size 14px
|
font-size 18px
|
||||||
color #fff
|
color #fff
|
||||||
width 200px
|
width 200px
|
||||||
cursor pointer
|
cursor pointer
|
||||||
@ -96,7 +96,7 @@ export default {
|
|||||||
white-space nowrap
|
white-space nowrap
|
||||||
overflow hidden
|
overflow hidden
|
||||||
text-overflow ellipsis
|
text-overflow ellipsis
|
||||||
font-size 14px
|
font-size 16px
|
||||||
background rgba(255, 79, 1, 0.9) none repeat scroll 0 0
|
background rgba(255, 79, 1, 0.9) none repeat scroll 0 0
|
||||||
&:hover
|
&:hover
|
||||||
background #cc3f00
|
background #cc3f00
|
||||||
|
Loading…
Reference in New Issue
Block a user