php 使用中继器领域的Boostrap转盘

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 使用中继器领域的Boostrap转盘相关的知识,希望对你有一定的参考价值。

<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">

    <!-- Indicators -->
    <div class="carousel-inner" role="listbox">
        <?php if( get_field( 'repeater-field' ) ) : 
          $i = 0; while( has_sub_field( 'repeater-field' ) ): ?>
            <div class="item <?php if( $i==0 ): echo 'active'; endif; ?>">
              <!-- item content -->
            </div>
          <?php $i++; 
          endwhile; 
        endif; ?>
    </div>
    <ol class="carousel-indicators hidden-xs">
        <?php if( get_field( 'repeater-field' ) ) : 
          $ic = 0; while( has_sub_field( 'repeater-field' ) ):  ?>
            <li data-target="#carousel-example-generic" data-slide-to="<?php echo $ic; ?>" class="<?php if( $ic==0 ): echo 'active'; endif; ?>">
              <!-- indicator content, if needed -->
            </li>
          <?php $ic++; endwhile;  
        endif; ?>
    </ol>

    <!-- Controls -->
    <a class="left carousel-control hidden-xs" href="#carousel-example-generic" role="button" data-slide="prev">
        <i class="fa fa-angle-left" aria-hidden="true"></i>
        <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control hidden-xs" href="#carousel-example-generic" role="button" data-slide="next">
        <i class="fa fa-angle-right" aria-hidden="true"></i>
        <span class="sr-only">Next</span>
    </a>
    
  </div>

以上是关于php 使用中继器领域的Boostrap转盘的主要内容,如果未能解决你的问题,请参考以下文章

PHP jQuery微信大转盘抽奖源代码分享

php 产品转盘 - OWL转盘

php大转盘抽奖

PHP实现大转盘抽奖算法实例

PHP新写的大转盘抽奖源码

php Boostrap M2用于简单测试