gpt4 book ai didi

css - Microsoft Edge 无法很好地呈现样式

转载 作者:太空宇宙 更新时间:2023-11-04 06:13:51 25 4
gpt4 key购买 nike

我有一个带有 css 的椭圆,在 Chrome 中渲染得很好,但在 Microsoft Edge 中却没有。这是我的照片:

边缘

enter image description here

CHROME 或 Firefox

enter image description here

这是我的课:

.ovalo {
margin-left: -3.2rem;
top: 4px;
position: absolute;
background: #343434;
background-repeat: repeat;
border-width: thin 10px;
transition: all;
border-radius: 150px;
-webkit-border-radius: 10 50% / 0 100%;
-moz-border-radius: 0 50% / 0 100%;
height: 100px;
width: 80%;
border: 4px solid #343434;
overflow: hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
<div class="ovalo"></div>

最佳答案

border-radius: 150px;
-webkit-border-radius: 10 50% / 0 100%;
-moz-border-radius: 0 50% / 0 100%;

此代码是该显示的罪魁祸首。这应该是相同的,以便在所有浏览器中正确呈现。事实上,您可以修剪所有浏览器前缀,只需将 border-radius: valu 放在地球上超过 98% 的浏览器上就可以了! Here is proof.

关于css - Microsoft Edge 无法很好地呈现样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56172178/

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