亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何使用Vue實現導航欄點擊當前標簽變色功能

發布時間:2021-04-02 11:08:50 來源:億速云 閱讀:606 作者:小新 欄目:web開發

小編給大家分享一下如何使用Vue實現導航欄點擊當前標簽變色功能,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

Vue實現導航欄點擊當前標簽變色功能的具體代碼如下

1.效果

如何使用Vue實現導航欄點擊當前標簽變色功能

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實現導航欄點擊當前標簽變色功能”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

vue
AI

高尔夫| 婺源县| 文山县| 武功县| 遂川县| 厦门市| 石首市| 巨鹿县| 稻城县| 乌兰察布市| 宜川县| 莆田市| 清涧县| 图们市| 新河县| 寿宁县| 楚雄市| 正宁县| 长子县| 漠河县| 德安县| 郧西县| 霞浦县| 吉水县| 静安区| 富阳市| 林西县| 玉门市| 宜城市| 福鼎市| 安远县| 张家川| 苗栗县| 安顺市| 汝阳县| 辽宁省| 扎囊县| 太和县| 什邡市| 南京市| 大竹县|