Zurb foundation 基础5轨道子弹 我想在滑块上移动子弹导航,这样它就在中间。br>但当我执行此操作并单击另一张幻灯片时,项目符号消失。有没有解决方法?

Zurb foundation 基础5轨道子弹 我想在滑块上移动子弹导航,这样它就在中间。br>但当我执行此操作并单击另一张幻灯片时,项目符号消失。有没有解决方法?,zurb-foundation,orbit,Zurb Foundation,Orbit,您需要覆盖一些轨道项目符号CSS规则,例如: .orbit-bullets { position: absolute; // instaed of relative top: 100px; // where you want it z-index: 1000; // > 10 will probably work } 欢迎来到SO。密码。

您需要覆盖一些轨道项目符号CSS规则,例如:

.orbit-bullets {
  position: absolute; // instaed of relative
  top: 100px; // where you want it 
  z-index: 1000; // > 10 will probably work
}
欢迎来到SO。密码。