必威体育Betway必威体育官网
当前位置:首页 > IT技术

bootstrap affix 的使用

时间:2019-08-12 06:44:21来源:IT技术作者:seo实验室小编阅读:81次「手机版」
 

affix

bootstrap affix

<p class="js-affix">

sidebar

</p>

配置 css

.js-affix {
    top: 10px;
}

.js-affix.affix-bottom {
    position: absolute;
}

js

$('.js-affix').affix({
    offset: {
        top: 112,
        bottom: 434
    }
});

相关阅读

分享到:

栏目导航

推荐阅读

热门阅读