css单双行样式

时间:2016-08-18 19:34:12   收藏:0   阅读:9943
#random_box li:nth-child(odd) {//双行
            background: #fff5c4;
        }

        #random_box li:nth-child(even) {//单行
            background: #ffeb8c;
        }
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!