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.
如果您查看:texasbruce.com/notes
您会注意到顶部有黑色边框。
我已经将它设置border-color为蓝色,outline: none但它仍然存在。我怎样才能摆脱它?
border-color
outline: none
border-style:solid;应该用来确保它不会做一些奇怪的事情。
border-style:solid;
这都可以通过一条规则来完成border: 1px solid blue;
border: 1px solid blue;
但也正如上面评论中提到的那样,这box-shadow可能会产生更暗边框的错觉。
box-shadow