TaoLer/view/taoler/index/public/index-slider.html

14 lines
407 B
HTML
Raw Normal View History

2021-12-15 15:46:04 +08:00
<div class="layui-row fly-panel-main" style="padding: 15px">
<div class="layui-carousel fly-topline" id="FLY_topline">
<div carousel-item="">
{volist name="slider" id="vo"}
<div time-limit="">
<a href="{$vo.slid_href}" target="_blank" rel="nofollow">
<img src="{$vo.slid_img}" alt="{$vo.slid_name}" />
</a>
</div>
{/volist}
</div>
</div>
</div>