css 定位标签设置格式时间:2023-03-09 01:12:40 td a { color: #3c8dbc; } td a:hover { color: #00bdd8; } 上例即为定位td下的a标签。即用来给表格中的链接,未访问时和hover时设置不同的颜色。