|
|
|
@ -10,11 +10,11 @@ |
|
|
|
<style scoped> |
|
|
|
.navbar{ |
|
|
|
position: fixed; |
|
|
|
height: 2.2rem; |
|
|
|
height:2.8rem; |
|
|
|
width: 100%; |
|
|
|
display: block; |
|
|
|
margin-top: 4rem; |
|
|
|
|
|
|
|
font-size: 0.98rem; |
|
|
|
left: 0; |
|
|
|
bottom: 0; |
|
|
|
z-index: 90; |
|
|
|
@ -25,24 +25,14 @@ |
|
|
|
float: left; |
|
|
|
width: 33.33%; |
|
|
|
text-align: center; |
|
|
|
line-height: 36px; |
|
|
|
/* background-image: linear-gradient(#0e173c, #0c2050); */ |
|
|
|
/* margin-left: 12px; |
|
|
|
padding-left: 12px; */ |
|
|
|
line-height: 44px; |
|
|
|
background-color: #0c2151; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar a.router-link-exact-active{ |
|
|
|
background-color: #2132fa; |
|
|
|
/* font-weight: 800; |
|
|
|
font-size: 20px; */ |
|
|
|
/* color: #2132fa; */ |
|
|
|
padding-bottom: 10px; |
|
|
|
background-image: linear-gradient(#2132fa, #1d37fb); |
|
|
|
} |
|
|
|
|
|
|
|
/* .navbar a.router-link-active .navbar a.router-link-exact-active{ |
|
|
|
background-color: #026AFF; |
|
|
|
background-image: linear-gradient(#070a27,#0081f0, #080A25); |
|
|
|
} */ |
|
|
|
</style> |
|
|
|
|