【问题标题】:Bootstrap carousel indicators引导轮播指标
【发布时间】:2019-10-29 01:56:48
【问题描述】:

我正在使用引导轮播我想在指标中执行border-radius

将代码添加到 style.css 但无法更改样式

.carousel-indicators li {
width: 11px!important;
height: 5px!important;
border-radius: 2.5px !important;
background-color: #ffffff!important;
opacity: 1 !important;
}

为什么不改怎么改,你能帮帮我吗?

https://i.hizliresim.com/WX4qrE.png

【问题讨论】:

    标签: html css carousel


    【解决方案1】:

    我尝试复制您的问题here,但我可以轻松更改指标样式。

    您的style.css 文件是否正确linked?如:<link rel="stylesheet" href="path/to/style.css">

    另外,您应该避免使用!important,并尝试寻找其他方法来增加specificity

    【讨论】:

      【解决方案2】:

      我解决了这个问题如下

      border-top 和border-bottom 0px

      【讨论】:

        猜你喜欢
        • 2020-12-11
        • 2018-04-20
        • 2015-08-12
        • 1970-01-01
        • 2015-04-02
        • 2017-04-11
        • 1970-01-01
        • 2023-03-22
        相关资源
        最近更新 更多