gpt4 book ai didi

html - CSS 1px 边框描边围绕边框半径断开

转载 作者:技术小花猫 更新时间:2023-10-29 12:09:28 32 4
gpt4 key购买 nike

这是为网络开发者准备的。当在具有真正圆 Angular 的圆形或正方形上使用 1px 的边框半径时,描边开始中断。如果我们将其更改为 2px,我们添加的 px 越多,它就会变得越来越好。但是有没有办法用 1px 的描边来解决这个问题呢?

background: rgba(32, 32, 32, .9);
height: 30px;
width: 30px;
border: 1px solid white;
border-radius: 20px;
:hover {
height: 300px;
width: 200px;
}

附上图片!

enter image description here

最佳答案

添加 box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white; 这将为您提供您正在寻找的抗锯齿效果。

关于html - CSS 1px 边框描边围绕边框半径断开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23135196/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com