Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经阅读了此链接什么是用户代理样式表 ,并且我尝试将整个规则复制到站点的样式表中,但没有成功。我试过给表本身一个类并写一个规则。我尝试过border:none,并且尝试过制作边框颜色#fff。
#fff
显然,我错过了显而易见的事情。
该页面是http://www.outreachnc.com/rack-locations/
这就是你应该使用 firebug 的原因
.art-article th, .art-article td - Line 846
消除border: 1px solid #B8B8B8;
border: 1px solid #B8B8B8;
TD有一个规则。是的,我错过了显而易见的事情。