PHPOK 调用bootstrap 自适应轮播图的方法。

首页网页中要引入bootstrap 的文件

<link rel="stylesheet" type="text/css" href="images/bootstrap.min.css" />
<script src="images/jquery.1.9.1.min.js"></script>


//然后轮播放图部分


<style type="text/css">
/***轮播图***/
.carousel-control.right { background-image: none; }
.carousel-control.left { background-image: none; }
.bs-example .btnr{width:46px; height:100%; background:url(btnlr.png) no-repeat right center;}
.bs-example .btnl{width:46px; height:100%; background:url(btnlr.png) no-repeat left center;}
.carousel-indicators li{width:11px; height:11px; background:url(01.png) no-repeat left; margin:0 10px; border:0px; }
.carousel-indicators li.active{background:url(01.png) no-repeat right; margin:0 10px;width:11px; height:11px;}
</style>
<div class="bs-example">
  <div id="myCarousel" class="carousel slide" data-ride="carousel">
      <ol class="carousel-indicators">     
       <!-- run:$tags = phpok_c_list("shouyehuandengpian",99) -->
      <!-- $tags[rslist] AS $key=>$v -->
       <li data-target="#myCarousel" data-slide-to=""></li>
       <!-- end -->
     <!-- run:unset($tags) -->
   </ol>   
    <div class="carousel-inner" role="listbox">
     <!-- run:$tags = phpok_c_list("shouyehuandengpian",99) -->
      <!-- $tags[rslist] AS $key=>$v -->
      <div class="item"><img data-holder-rendered="true" src="{:$v[picture]}"> </div>
     <!-- end -->
     <!-- run:unset($tags) -->
    </div>
    <a class="right carousel-control" href="#myCarousel" role="button" data-slide="prev">
    <span class="glyphicon btnr"></span> 
    </a> 
    <a class="left carousel-control" href="#myCarousel" role="button" data-slide="next"> 
    <span class="glyphicon btnl"></span> 
    </a> 
   </div>
</div>


<script type="text/javascript">
$(".carousel-indicators li:first").addClass("active");
$(".carousel-inner div:first").addClass("active");
<!-- run:$tags = phpok_c_list("shouyehuandengpian",99) -->
<!-- $tags[rslist] AS $key=>$v -->
$(".carousel-indicators li").each(function(index, element) {
    $(this).attr("data-slide-to",$(this).index());
});
<!-- end -->
<!-- run:unset($tags) -->


</script>     
   

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值