Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用dojox/mobile/Carousel。
我想mblCarouselHeaderBar在控件的底部而不是顶部显示。任何人都知道如何快速完成。
mblCarouselHeaderBar
您可以通过 css 更改轮播位置,方法是设置轮播标题栏的 margin-top 并将位置更改为绝对而不是轮播页面的相对位置。
轮播页眉
.mblCarouselHeaderBar { padding: 1px; margin-top: 123px; }
轮播的页面或图像
.mblCarouselPages { text-align: center; margin-top: -153px; position: absolute; }