想了解免费建站的朋友,查看《免费建站教程》

CSS设置第n个li元素样式

2020-03-31 1360 建站
<style type="text/css">
ul li:nth-child(2){
 color:green;
}
</style>


版权保护: 转载请保留链接: https://cgy.isi8.cn/jianzhan/146.html