gpt4 book ai didi

html - 我无法更改按钮的大小,我希望它们水平堆叠 - 而不是垂直堆叠

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

目前我无法控制我的按钮,我希望我的按钮水平堆叠,宽度为 #user-buttons 的 30%。我在论坛上看到解决方案是将 Display: inside-block.但它没有用。关于我应该如何继续的任何建议?

#user-buttons {
width: 100%;
border: 1px solid;
text-align: center;
background-color: red;
}
.button {
font-size: 10px;
font-weight: bold;
width: 30%;
}
<div id="user-buttons" class="controls">
<input type="button" class="button" value="Hi">
<input type="button" class="button" value="Bye">
<input type="button" class="button" value="Maybe">
</div>

最佳答案

容器按钮的宽度必须是可变的 width:100%,这样它就不会溢出容器的宽度。

代码:

div.controls input
{
width: 100%;
}

这是固定的 Example .

关于html - 我无法更改按钮的大小,我希望它们水平堆叠 - 而不是垂直堆叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33352036/

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