gpt4 book ai didi

function - Unslider 点功能未显示

转载 作者:行者123 更新时间:2023-12-04 13:16:50 24 4
gpt4 key购买 nike

我正在建立一个顶部有一个 slider 的网站,我想使用 unslider,因为它看起来很容易。

根据该站点,您应该只使用该功能- dots: true
我有,但我的 slider 没有任何幻灯片。

The site where I'm trying to set things up .

(这是一个学校项目)

最佳答案

尝试添加一些 CSS。

.dots {
position: absolute;
left: 0;
right: 0;
bottom: 20px;
text-align: center;
}

.dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
text-indent: -999em;
border: 2px solid #fff;
border-radius: 6px;
cursor: pointer;
opacity: .4;
-webkit-transition: background .5s, opacity .5s;
-moz-transition: background .5s, opacity .5s;
transition: background .5s, opacity .5s;
}

.dots li.active {
background: #fff;
opacity: 1;
}

关于function - Unslider 点功能未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16962383/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com