小编给大家分享一下如何使用Vue实现导航栏点击当前标签变色功能,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!
创新互联网站建设由有经验的网站设计师、开发人员和项目经理组成的专业建站团队,负责网站视觉设计、用户体验优化、交互设计和前端开发等方面的工作,以确保网站外观精美、网站设计、成都网站建设易于使用并且具有良好的响应性。Vue实现导航栏点击当前标签变色功能的具体代码如下
1.效果
2.所有代码
<template> <div class="now-time"> <div class="timebox"> <a href="#" rel="external nofollow" v-for="(item,index) in nowTime" v-on:click="addClass(index)" v-bind:class="{ bgColors:index==current}"> <p>{{item.time}}</p> <p>{{item.start}}</p> </a> </div> </div> </template> <script> export default { name: "Nowtime", methods: { addClass:function(index){ this.current=index; } }, mounted() { }, data(){ return{ current:0, nowTime:[ { time:"9:00", start:"已开抢" }, { time:"10:00", start:"已开抢" }, { time:"11:00", start:"已开抢" }, { time:"12:00", start:"已开抢" }, { time:"13:00", start:"未开抢" }, { time:"14:00", start:"未开抢" }, { time:"15:00", start:"未开抢" }, ], } } } </script> <style scoped> .now-time{ width: 100%; height: .8rem; background: #282832; display: flex; overflow-x:scroll; } .timebox{ width: 100%; height: .8rem; display: flex; background: #282832; } .now-time a{ display: flex; flex-direction: column; width: 1.35rem; height: .79rem; align-items: center; flex-shrink: 0; } .now-time a p:first-child{ font-size: .23rem; color: white; font-weight: bold; } .now-time a p:last-child{ font-size: .16rem; color: white; } .timebox .bgColors{ background: #ff5700; } </style>
以上是“如何使用Vue实现导航栏点击当前标签变色功能”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注创新互联行业资讯频道!
文章标题:如何使用Vue实现导航栏点击当前标签变色功能-创新互联
本文网址:https://www.cdcxhl.com/article28/ioijp.html
成都网站建设公司_创新互联,为您提供搜索引擎优化、网站改版、小程序开发、品牌网站设计、定制开发、App开发
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联