CSS 选择器

table tbody td:first-child {
    text-align: left;
}
.table tbody tr td + td {
    text-align: center;
}
table tbody tr:nth-child(even) {
    background-color: #333;
}

 

posted @ 2014-01-14 15:57  Seaurl  阅读(143)  评论(0编辑  收藏  举报