旋转木马蓝色下划线

问题描述

我在使用 bootstrap carousel 时遇到了一些麻烦。我无法去除线下的蓝色。

1

有人可以帮我吗?这不是文本修饰(text-decoration: none; 不起作用)。

.carousel {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-decoration: none !important
}
.carousel-inner,.carousel,.carousel-indicators {
    text-decoration: none;
    Box-shadow: none;
}
.carousel-indicators {
    bottom: -150px;
    text-decoration: none !important
}
.section1-text {
    line-height: 1.55;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    width: 100%;
    text-decoration: none !important
 
}

.section1-text p {
    color: white;
    font-size: 25px ;
    margin-bottom: 30px;
    width: 80%;
    z-index: 2;
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)