【问题标题】:Why is my bootstrap button not getting rounded为什么我的引导按钮没有变圆
【发布时间】:2017-08-07 10:01:42
【问题描述】:

我正在使用“btn-info”类,但由于某种原因,按钮没有得到正确的圆角和设计。我没有这门课的任何CSS。我在一个没有类且位于“容器”div 中的 div 中使用它。我得到了按钮的蓝色,仅此而已。

【问题讨论】:

  • 请提供您的代码
  • 代码太大,无法粘贴她
  • 你检查过border-radius
  • @Tere 他不是指整个代码,只是相关部分

标签: html twitter-bootstrap


【解决方案1】:

您必须将btn-infobtn 一起使用。例如:

<button type="button" class="btn btn-info">Info</button>

【讨论】:

  • 我必须为我的添加一些 CSS:.btn.btn-rounded { border-radius: 50px }
  • @phyatt 您可能使用的是较新的 Bootstrap 版本,默认情况下不圆角。上面的答案已经快 4 岁了。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2017-12-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-08-02
  • 1970-01-01
相关资源
最近更新 更多