前两行是通用 css,由所有浏览器解释,接下来的两行是特定于 chrome 的。但是当我运行页面时,chrome 不会覆盖其特定的 css。它只是解释泛型。
th.column_cars { width:71.2%; }
td.column_cars { width:71.5%; }
.chrome th.column_cars { width:72.6%; }
.chrome td.column_cars { width:72.6%; }