首页 > 解决方案 > 轮播蓝色下划线

问题描述

我在使用引导轮播时遇到了一些问题。我无法删除线下的蓝色。

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;
}

标签: csscarouselslideshow

解决方案


推荐阅读