首页 > 苹果教程文章正文

苹果cmsV10模板开发悬浮播放器

苹果教程 2025-11-18 00:00:00 facai1688
后台-插件-广告管理-内容页头部广告(手机)




在你的模板目录下template/模板名称/html/index的include.html里加入如下代码:

.in {

animation: ac 1s;

}

.out {

position: fixed;

bottom:

在你的模板目录下template/模板名称/html/index的include.html里加入如下代码:
.in {
animation: ac 1s;
}
.out {
position: fixed;
bottom: 50%;(播放器位置)
right: 1%;(播放器位置)
z-index: 999;
animation: an 0.5s;
}

window.onload=function(){
var ha = ($('.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');(播放器大小)
} else if ( $(window).scrollTop()
后台-插件-广告管理-内容页尾部广告(手机)

标签: 苹果CMS教程   苹果CMS漏洞修复   苹果CMS优化教程   苹果CMS漏洞   苹果CMS系统教程   苹果CMS木马清除

发表评论

评论列表

免责申明:苹果cms模板网所有模板插件资源收集来源于互联网,如有侵权你的版权请联系告知我们删除!
Copyright @ 2011-2025 苹果cms模板网 All Rights Reserved.