【问题标题】:How can I change color of button in bootstrap? [duplicate]如何更改引导程序中按钮的颜色? [复制]
【发布时间】:2019-08-11 19:38:21
【问题描述】:

Bootstrap 只有 3-4 种颜色的按钮。如何将按钮更改为其他颜色?

【问题讨论】:

  • మీరు మార్చంది మీరు మార్చంది

标签: html bootstrap-4


【解决方案1】:

尽量避免 !important 是代码异味

【讨论】:

    【解决方案2】:

    尝试给特定按钮一个新的 css 类:

    .new-button {
      background-color: lightblue; !important
    }
    

    【讨论】:

      猜你喜欢
      • 2018-08-17
      • 2016-03-12
      • 2018-03-23
      • 2015-04-27
      • 2019-07-04
      • 2014-11-10
      • 2021-12-01
      • 1970-01-01
      • 2018-09-06
      相关资源
      最近更新 更多