苹果CMS教程 苹果cmsV10模板开发悬浮播放器
在你的模板目录下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(){...







