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

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

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