输入banner图图片脚本导航/分类

cssnth-child选中tr中的第3列td

tr td:nth-child(3) {
    border-right: 1px solid #e5e5e5;
}

注意:这里的index是从1开始计数。