<div class="bd">
<ul>
<div> {form form=lunbotupian order=displayorder,inputtime num=1}
<!-- <li _src="url('{dr_get_file($t.lunbotu)}')" style="background:#B8CED1 center width='1920px' no-repeat;"><a style="cursor: pointer" onclick="window.open('{$t.tplj}','newwindow')" rel="nofollow"></a></li> -->
<li _src="url('{dr_get_file($t.lunbotu)}')" style="background:#B8CED1 center width='1920px' no-repeat;"><a style="cursor: pointer" onclick="window.open('{$t.tplj}','newwindow')" rel="nofollow"></a></li>
{/form}
</ul>
</div>
<span class="prev"></span>
<span class="next"></span>
</div>
<script type="text/javascript">
$(".fullSlide").hover(function(){
$(this).find(".prev,.next").stop(true, true).fadeTo("show", 0.5)
},
function(){
$(this).find(".prev,.next").fadeOut()
});
$(".fullSlide").slide({
titCell: ".hd ul",
mainCell: ".bd ul",
effect: "fold",
autoPlay: true,
autoPage: true,
trigger: "click",
startFun: function(i) {
var curLi = jQuery(".fullSlide .bd li").eq(i);
if ( !! curLi.attr("_src")) {
curLi.css("background-image", curLi.attr("_src")).removeAttr("_src")
}
}
});
</script>轮播图不显示出来,但是点击链接能够跳转,如果图片过多就会显示多张图片出来
{form form=lunbotupian order=displayorder,inputtime num=1}首先分析这句话是迅睿标签,作用是调用表单的一篇内容,你指定了一篇,num是控制数量的,如果标签输出的内容ok的话,其他可以找一个会前端的人帮你排查下js逻辑