gpt4 book ai didi

html - css 在另一个 div 中包装 div 的问题

转载 作者:行者123 更新时间:2023-11-28 10:10:48 27 4
gpt4 key购买 nike

这是代码

<!DOCTYPE html>
<html>
<head>
<style>
div.p > div
{
width: 200px;
height: 30px;
overflow: hidden;
background-color: #FF0;
transform: rotate(40deg);
top: 45px;
position: absolute;
left: 45px;
}
div.p
{
width:200px;
height:300px;
background-color:red;
border:2px solid black;
}

</style>
</head>
<body>
<div class="p">
<div></div>
</div>
</body>
</html>

请检查这张图片https://www.dropbox.com/s/3wrivi3760l3t7f/123.jpg

我想删除黄色 div 的 Angular ,这样它就不会从其父 div 中消失,我想在我的网站中使用这种类型的框来展示特色产品我已经尝试了很多方法,但我无法做到!

提前致谢。

最佳答案

检查这个jsfiddle

div.p
{
width:200px;
height:300px;
background-color:red;
border:2px solid black;
overflow: hidden;
position:absolute;
}

关于html - css 在另一个 div 中包装 div 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24390609/

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