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;
}
 

  


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM