Is there a way to apply a Class\' style to only ONE level of td tags?
7条回答 庸人自扰 (楼主) 2020-12-13 03:57 I think, It will work. .Myclass tr td:first-child{ } or .Myclass td:first-child { } 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I think, It will work.
.Myclass tr td:first-child{ } or .Myclass td:first-child { }