HTML TABLE表列宽自动匹配宽度
<style>
table{
border-right:1px dashed #e8e6e6;
border-bottom:1px dashed #e8e6e6;
}
table td{
border-left:1px dashed #e8e6e6;
border-top:1px dashed #e8e6e6;
line-height:20px;
font-size:12px;
text-align:right;
padding-right:5px;
white-space: nowrap;
}
</style>
转载请注明:RAIN MAN » HTML TABLE表列宽自动匹配宽度
还没有人抢沙发呢~