util = layui.util//引入util
util.fixbar({
top:true
, css: { right: 15, bottom: 35 }
, bgcolor: '#2a96ff !important;display:block;'
,showHeight:100
, click: function (type) {
if (type === 'top') {
$('.layui-body').animate({//主要代码
scrollTop: 0
}, 200);
}
}
});
注意:一定要找到有进度条的那个页面,也是难点,我最开始就是找不到有进度条的也面,怎么调也不行