背景图片固定不变
2017-07-02 本文已影响0人
leomei91
<style>
body{background-image: url({% static 'img/bg.jpg' %});background-repeat:no-repeat; background-attachment:fixed}
</style>
<style>
body{background-image: url({% static 'img/bg.jpg' %});background-repeat:no-repeat; background-attachment:fixed}
</style>