background-attachment css3属性

<style type="text/css">
    body{
        margin: 0;
    }
    .zhan{
        width: 100%;
        height: 500px;
        background: pink;
     }
     .bigbg{
        background: url(https://image.metinfo.cn//templates/metinfo2016/min/img/index/logowall.jpg);
        height: 500px;
        background-attachment: fixed;
     }
</style>
<div id="box">
    <div class="zhan"></div>
    <div class="bigbg"></div>
    <div class="zhan"></div>
</div>

 

posted @ 2017-12-19 15:49  咚咚酱  阅读(345)  评论(0)    收藏  举报