国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

vuejs選中當前樣式active的實例

2024-05-06 15:31:17
字體:
來源:轉載
供稿:網友

如下所示:

<template> <div>  <table id="longzhoufeng" class="table table-striped table-bordered" width="100%" style="border: 0 solid #fff;margin-top: 10px;">   <thead class="thead-bottom-line">   <tr>    <th class="sorting-title">名稱1</th>    <th class="sorting-title">名稱2</th>    <th class="sorting-title">名稱3</th>    <th class="sorting-title">名稱4</th>   </tr>   </thead>   <tbody>   <tr @click="activeHover(index)" class="list-table-hover" v-for="(item,index) in items" >    <th class="sorting-title">{{item.text}}</th>    <th class="sorting-title">{{item.text}}</th>    <th class="sorting-title">{{item.text}}</th>    <th class="sorting-title">{{item.text}}</th>   </tr>   </tbody>  </table> </div></template>

vue js代碼

<script> export default {  data:function() {   return{    items: [     { text: '巴士' },     { text: '快車' },     { text: '專車' },     { text: '順風車' },     { text: '出租車' },     { text: '代駕' }    ],   }  },  methods:{   activeHover:function(index){    var arrLi=[];    var aLi=$("table tbody tr")    for(var i=0;i<aLi.length;i++){     arrLi.push(aLi[i])    }    for( var i=0; i<arrLi.length; i++ ){     if(arrLi[i] !=this){      $(arrLi[i]).removeClass("active")     }     if(!$(arrLi[i]).hasClass("active")){      $(arrLi[index]).addClass("active")     }else{      $(arrLi[i]).removeClass("active")     }    }   },  } }</script>

CSS代碼

<style scoped> .abc{  background-color: #2aabd2; } table>thead.thead-bottom-line{  border-bottom: 1px solid #eeeeef;  border-top: 1px solid #eeeeef;  background-color: #fff; } table>thead>tr>th.sorting-title{  height: 35px;  line-height: 35px;  border: 0px solid #000000;  font-weight: bold } table>tbody>tr.list-table-hover{  height: 30px;  line-height: 30px;  background-color: #fff !important;  border-top: 0px solid #eeeeef;  border-left: 0px solid #eeeeef;  border-right: 0px solid #eeeeef;  border-bottom: 1px solid #eeeeef; } table>tbody>tr:hover{  background-color: rgba(130, 219, 201, .5)!important; } table>tbody>tr.list-table-hover:hover{  height: 30px;  line-height: 20px;  background-color: rgba(130, 219, 201, .5)!important;  border-top: 0px solid #eeeeef;  border-left: 0px solid #eeeeef;  border-right: 0px solid #eeeeef;  border-bottom: 1px solid #eeeeef; } table>tbody>tr.list-table-hover.active{  background-color: rgba(130, 219, 201, .5)!important; } table>tbody>tr>td.sorting_content{  height: 30px;  line-height: 20px;  /*background-color: #fff;*/  border-top: 0px solid #eeeeef;  border-left: 0px solid #eeeeef;  border-right: 0px solid #eeeeef;  border-bottom: 1px solid #eeeeef; } table>tbody>tr>td.sorting_content:last-child{  height: 30px;  line-height: 30px;  min-width: 120px;  border-top: 0px solid #eeeeef;  border-left: 0px solid #eeeeef;  border-right: 0px solid #eeeeef;  border-bottom: 1px solid #eeeeef; }</style>            
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 特克斯县| 沙坪坝区| 尚义县| 湛江市| 兰考县| 会同县| 虹口区| 灌南县| 长岭县| 唐山市| 扶沟县| 凤山市| 兴和县| 什邡市| 景谷| 泗水县| 双鸭山市| 防城港市| 华坪县| 东丰县| 惠安县| 广东省| 双鸭山市| 丘北县| 沾益县| 惠州市| 上栗县| 古交市| 峨眉山市| 四会市| 二手房| 项城市| 广汉市| 海晏县| 鹤岗市| 周宁县| 洪洞县| 彰武县| 酉阳| 蒲江县| 许昌市|