How to apply CSS to td of one particular table; excluding all other tables in web page?
< 4条回答 面向向阳花 (楼主) 2021-01-19 01:37 This should work (Assuming that you dont want to specify id for table) table.pure-table:first-child td {padding:23px;font-weight:bold} DEMO 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
This should work (Assuming that you dont want to specify id for table)
id
table.pure-table:first-child td {padding:23px;font-weight:bold}
DEMO