gpt4 book ai didi

parent-child - 子元素 bg 颜色剪辑到父 border-radius

转载 作者:技术小花猫 更新时间:2023-10-29 10:59:37 27 4
gpt4 key购买 nike

有谁知道强制子元素留在其父元素的边界半径内的万无一失的方法?

这是我正在使用的 js fiddle 示例: http://jsfiddle.net/fuego/qCNRZ/

标记:

<div id="outer">
<div id="inner">
Nah nah nah<br/>
Nah nah nah<br/>
Nah nah nah<br/>
Nah nah nah<br/>
Nah nah nah<br/>
Nah nah nah<br/>
Nah nah nah<br/>
Nah nah nah<br/>
</div>
</div>

CSS:

#outer {
width: 300px;
background: red;
border-radius:20px;

}

#inner {
background:blue;
}

我只是希望容器现在显示为蓝色,但父容器的边缘是圆 Angular 的。我更新了 fiddle 以反射(reflect)。

最佳答案

根据您的示例,将 overflow:hidden 添加到您的 #outer 元素就足够了。

关于parent-child - 子元素 bg 颜色剪辑到父 border-radius,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7825551/

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