tr td 移动变色

jsp

<table  id="tableList" class="table table-hover"></table>

css

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: blue;
}

posted @ 2018-04-09 17:36  木头爹  阅读(249)  评论(0编辑  收藏  举报