|
|
|
@ -26,17 +26,23 @@ |
|
|
|
width: 33.33%; |
|
|
|
text-align: center; |
|
|
|
line-height: 36px; |
|
|
|
/* background-image: linear-gradient(#0e173c, #0c2050); */ |
|
|
|
/* margin-left: 12px; |
|
|
|
padding-left: 12px; */ |
|
|
|
background-color: #080A25; |
|
|
|
background-color: #0c2151; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar a.router-link-exact-active{ |
|
|
|
background-color: #026AFF; |
|
|
|
border-radius: 12rpx; |
|
|
|
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{ |
|
|
|
/* .navbar a.router-link-active .navbar a.router-link-exact-active{ |
|
|
|
background-color: #026AFF; |
|
|
|
} |
|
|
|
background-image: linear-gradient(#070a27,#0081f0, #080A25); |
|
|
|
} */ |
|
|
|
</style> |
|
|
|
|