您的位置:首页 > Web前端 > CSS

css3有用效果

2015-09-24 22:00 597 查看
斑马线:

 ul li:nth-child(odd) {   background-color: #f4f4f4;}    奇数

.main_right_dian:nth-child(even) {background-color: #f4f4f4;}   偶数

.warp_box .tabbox tbody tr:nth-child(odd){ background:#f8f8f8;}

.warp_box .tabbox tbody tr:nth-child(even){ background:#f8f8f8;}

li里的a和span同时改变

div li a:hover 表示当鼠标移动到a上头的样式
div li:hover a 表示当鼠标移到li上头时,a的样式
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: