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.
使用这种 CSS 样式,我希望有一个带虚线边框的圆圈:
div{ border: 1px dotted #000; padding: 50px; border-radius: 100px; display: inline-block; }
但是 Firefox 正在呈现实心边框(在这里摆弄)。有什么解决办法吗?
更新 这不再是一个问题。 已在 Firefox 50 中解决
如果您使用的是 Firefox,这是一个已知错误。您的选择是:
<canvas>