css样式:奇数行偶数行设置特定样式、css设置三角形
奇数行偶数行设置特定样式
odd表示奇数行,even表示偶数行; tr:nth-child(odd); .table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; }
css设置三角形
div {width: 0;
height: 0;
border-color:
border-width:
border-style:
奇数行偶数行设置特定样式
odd表示奇数行,even表示偶数行; tr:nth-child(odd); .table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; }
css设置三角形
div {width: 0;
height: 0;
border-color:
border-width:
border-style: