vue,一路走来(17)--底部tabbar切换

<router-link></router-link>存在router-link-active属性,那么底部tabbar切换就简单多了。不会再出现刷新回到第一个的bug。

<div class="tabbar">
    <footer class="footer">
          <router-link to='/Wechat' tag='li' class="footer__li--1"></router-link>
          <router-link to='/Message' tag='li' class="footer__li--2"></router-link>
          <router-link to='/Explore' tag='li' class="footer__li--3"></router-link>
          <router-link to='/News' tag='li' class="footer__li--4"></router-link>
      </footer>
    <div style="height:50px;"></div>
  </div>
<style lang='less'>
*{margin:0;padding:0;}
li,ol,ul{list-style: none;}
.tabbar {
    .footer {
        width:100%;
        position: absolute;
        left:0;
        bottom:0;
        border-top:1px solid #ddd;
        &__li--1{
            width: 25%;
            height:50px;
            background:url('/static/home.png') center no-repeat;
            background-size: 40%;
            float: left;
            &.router-link-active {
                  background:url('/static/home-active.png') center no-repeat;
                   background-size: 40%; 
                }
        }
        &__li--2{
            width: 25%;
            height:50px;
            background:url('/static/information.png') center no-repeat;
            background-size: 40%;
            float: left;
            &.router-link-active {
                      background:url('/static/information-active.png') center no-repeat;
                       background-size: 40%;
            }
        }
        &__li--3{
            width: 25%;
            height:50px;
            background:url('/static/write.png') center no-repeat;
            background-size: 40%;
            float: left;
            &.router-link-active {
                      background:url('/static/write-active.png')center no-repeat;
                       background-size: 40%;  
            }
        }
        &__li--4{
            width: 25%;
            height:50px;
            background:url('/static/me.png') center no-repeat;
            background-size: 40%;
            float: left;
            &.router-link-active {
                      background:url('/static/me-active.png') center no-repeat;
                       background-size: 40%; 
            }
        }
    }
}
</style>

 

转载于:https://www.cnblogs.com/juewuzhe/p/8303466.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值