在你的模板目录下template/模板名称/html/index的include.html里加入如下代码:
<styletype="text/css">
.in{
animation:ac1s;
}
.out{
position:fixed;
bottom:50%;(播放器位置)
right:1%;(播放器位置)
z-index:999;
animation:an0.5s;
}
</style>
<script>window.jQuery||document.write('<scriptsrc="/macplus/js/jquery-1.11.0.min.js"><\/script>')</script>
<scripttype="text/javascript">
window.onload=function(){
varha=($('.MacPlayer').find('table').offset().top+$('.MacPlayer').find('table').height());
$(window).scroll(function(){
if($(window).scrollTop()>ha){
$('.MacPlayer').find('table').removeClass('in').addClass('out');
$('.MacPlayer').find('table').css('height','200px');(播放器大小)
$('.MacPlayer').find('table').css('width','350px');(播放器大小)
}elseif($(window).scrollTop()<ha){
$('.MacPlayer').find('table').removeClass('out').addClass('in');
$('.MacPlayer').find('table').css('height','100%');
}
});
}