table 中实现 控制 指定列的 左对齐 右对齐方式
.listTable{ border-collapse:collapse; border-top:1px solid #8c9594; border-right:1px solid #8c9594; font-size:12px; color:#333; width:100%; } /**---table下面所有的td---**/ .listTable tr td{ border-left:1px solid #8c9594; border-bottom:1px solid #8c9594; padding:5px 0 5px 5px; } /*.listTable tr td:first-child{ text-align:right; width:100px; }*/ .listTable tr td:nth-child(1),td:nth-child(3),td:nth-child(5) { text-align:right; }