gpt4 book ai didi

html - 按钮宽度占父项的百分比

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

我想让我的按钮展开 90% 的屏幕宽度。

当我运行 HTML 时,按钮仅占屏幕的大约 10%。但是,如果我将宽度设置为带像素的数字,它会很好地调整大小。

出了什么问题?

.quiz {
/*top: 240px;*/
position: fixed;
z-index: -1;
}

.quiz button {
width: 90%;
border-radius: 8px;
display: block;
}
<div class="quiz">
<button>Option 1</button>
</div>

最佳答案

要设置百分比高度,其父元素必须具有明确的高度。

在您的情况下,最好的方法是将 width: 100% 添加到 .quiz

关于html - 按钮宽度占父项的百分比,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45923542/

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