91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

如何使用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

沙雅县| 林州市| 玉龙| 昌平区| 天台县| 盱眙县| 芜湖市| 永安市| 康定县| 博客| 乐都县| 梨树县| 绩溪县| 洛扎县| 子洲县| 丁青县| 京山县| 新昌县| 北宁市| 科尔| 孝义市| 军事| 济宁市| 陆河县| 福清市| 盐池县| 秭归县| 克东县| 德阳市| 苍南县| 香格里拉县| 牙克石市| 观塘区| 丹东市| 冷水江市| 潞城市| 康平县| 天台县| 卫辉市| 内乡县| 醴陵市|