12 2019 档案

摘要:h5标签:nth-child(N){}指定标签父元素的第N个子元素的css样式 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 p:nth-child(2) 6 { 7 background:#ff0000; 8 } 9 </style> 10 </h 阅读全文
posted @ 2019-12-30 18:00 云冬 阅读(4055) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示