3

我希望在应用程序中使用内容滑块。我入围了 BxSlider。请建议实现屏幕截图中显示的自定义寻呼机的方法

我指的是 BxSlider API。

所需解决方案的屏幕截图在此处输入图像描述

请帮忙!!

4

1 回答 1

6

这得到了解决。已更新样式如下:

a.pager-active > div{
    background: url("/images/dot_filled.png") no-repeat scroll !important;
    display:inline;
    outline:none;
}

.bx-pager a > div{      
    display:inline;
    padding:2px;
    background: url("/images/dot_empty.png") no-repeat scroll;
    position:relative;
    top:10px;
    outline:none;
}

我提供这个答案是为了帮助那些希望拥有自定义 BxSlider 寻呼机的人。谢谢!!

于 2011-10-25T06:35:02.993 回答