html-->table中去掉每一行的第一个td的左边框的css

.table_id tr td:first-child{
    border-left: 0;
}

posted @ 2018-05-30 13:58  晴天fly  阅读(6041)  评论(0编辑  收藏  举报