diff --git a/src/assets/components/Header.vue b/src/assets/components/Header.vue index 9167aad..3a72227 100644 --- a/src/assets/components/Header.vue +++ b/src/assets/components/Header.vue @@ -53,7 +53,7 @@ export default { width 1200px margin 0 auto .nav - height 40px + height 50px background #2a5ca1 .nav-content width 1200px @@ -65,9 +65,9 @@ export default { clear both li float left - line-height 40px + line-height 50px text-align center - font-size 14px + font-size 18px color #fff width 200px cursor pointer @@ -96,7 +96,7 @@ export default { white-space nowrap overflow hidden text-overflow ellipsis - font-size 14px + font-size 16px background rgba(255, 79, 1, 0.9) none repeat scroll 0 0 &:hover background #cc3f00