css隔行换色

时间:2014-08-11 17:29:12   收藏:0   阅读:257
.tab1 tr:nth-of-type(odd){ background:#eeeeee;}
.tab1 tr:nth-of-type(even){ background:#f8f8f8;}
.tab1 tr td{height: 30px; border-bottom: 1px solid #fff;  border-right: 1px solid #fff; padding: 0 10px;}
.tab1 tr td:first-child{color:#2e5f99; width:100px; text-align: center}

 

css隔行换色,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!