Browse Source

底部导航增高

master
453530270@qq.com 3 years ago
parent
commit
7a412e2aef
  1. 16
      src/App.vue

16
src/App.vue

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

Loading…
Cancel
Save