jQuery-rollad
广告轮番图--模仿网易云音乐的广告轮番图
这是网易音乐的效果图:
这是轮播插件的效果图:
你只需将项目的 html 模板插入到你的html页面中:
<article class="jq-roll">
<!--......-->
</article>
并在html头部加入样式
<link type="text/css" rel="stylesheet" href="css/roll-ad.css">
body底部加入 script 脚本即可
<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
<script src="js/jquery.roll-ad.js"></script>
<script>
RollAd.init($('.rollad'));
</script>
其中 <div class="rollad"
的 data-setting
属性 应许你自定义,设置你所需的参数
<div class="rollad" data-setting ='{
"width":800,
"height":250,
"liWidth":520,
"liHeight":220,
"delay":1000
}'>
具体源码可以到我的 github 查看 -- 项目链接
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。