专题文章
时长:00:00更新时间:2020-11-27 18:52:32
有关在IE8中CSS3选择器nth-child()不兼容问题的解决方法:一、代码<style>ul{list-style: none}p ul li{width:100px;height:30px;border:#eee 1px solid;float:left;}p ul li:nth-child(1){background:#f00;}p ul li:nth-child(3){background:#ccc;
查看详情