/* = 表格(默認有斑馬條紋) ------------------------------------------ */ .data-table { margin: 10px 0; } .data-table table { width: 100%; border-collapse: collapse; //設置表格邊框合並為單一邊框 } .data-table caption { height: 30px; line-height: 30px; font-weight: 700; } .data-table thead th, .data-table tbody td { padding:8px; height: 19px; line-height: 19px; font-weight: 400; } .data-table thead th { text-align: left; color:#fff; background-color: #353535; } .data-table tbody tr { background-color: #fefefe; color: #686868; } .data-table tbody tr:nth-child(even) { background-color: #f2f2f2; } /* 復選框的列寬 */ .row-selected { width: 15px; }
2、