gpt4 book ai didi

html - 如何增加 Bootstrap 按钮的大小?

转载 作者:技术小花猫 更新时间:2023-10-29 12:00:54 26 4
gpt4 key购买 nike

例如我做了我的按钮

<div class="btn btn-default">
Active
</div>

它看起来像下面这样

enter image description here

但是我想要这样的按钮

enter image description here

如何在不考虑文本大小的情况下扩大 Bootstrap 按钮的宽度?

最佳答案

您可以像这样尝试使用 btn-sm、btn-xs 和 btn-lg 类:

.btn-xl {
padding: 10px 20px;
font-size: 20px;
border-radius: 10px;
}

JSFIDDLE DEMO

您可以使用 Bootstrap .btn-group-justified css 类。或者您可以简单地添加:

.btn-xl {
padding: 10px 20px;
font-size: 20px;
border-radius: 10px;
width:50%; //Specify your width here
}

JSFIDDLE DEMO

关于html - 如何增加 Bootstrap 按钮的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32864415/

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