gpt4 book ai didi

css - 使用css3创建右曲线

转载 作者:行者123 更新时间:2023-11-28 15:19:34 25 4
gpt4 key购买 nike

我想使用 css 创建如下图所示的曲线。

enter image description here

我正在尝试这样的事情:

.test {
background-color: #1d637d;
color: #ffffff;
border-right: 0 solid #cccccc;
border-radius: 0px 60px 60px 10px/10px 200px 200px 0px;
}

最佳答案

我可以建议您使用两个 <div> 来解决这个问题s 和 overflow: hidden; :

https://jsfiddle.net/pf1no14x/

您可以根据需要操纵元素的大小和位置。

而且您仍然可以在.test 中放置一些内容通过使用 position: absolute; 创建另一个元素或 z-index大于 .inner的。

关于css - 使用css3创建右曲线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46464343/

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