gpt4 book ai didi

html - 如何为子 div 提供背景颜色?

转载 作者:行者123 更新时间:2023-11-28 06:25:18 24 4
gpt4 key购买 nike

在我的 HTML 页面中有左面板和右面板。在右侧面板中,有一个包含在 div(包装器)中的表单。包装器包含在另一个 div 中。包装 div 的背景为黄色。但我想将整个右侧面板的背景设为黄色。使用 CSS。我尝试使用 min-height:100% 和 overflow:auto。但它不起作用。

最佳答案

$(document).ready(function(){
$("button").click(function(){
$("#parent p").css({"background-color": "red"});
});
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>

<div id="parent">
<p>This is a child.</p>
</div>

<button>Set BG</button>

关于html - 如何为子 div 提供背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35335232/

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