<head>
<style type="text/css"> #bg { position:fixed; top:0; left:0; width:100%; height:100%; } #bg img { position:absolute; left:0; right:0; bottom:0; margin:auto; width:100%; height:100%; z-index:-1; } </style> </head> <body> <div class="container"> <div id="bg"> <img src="{% static 'img/login.jpg' %}" alt=""> </div> <div> 添加內容,該內容不會被遮擋,分割 </div>
</body>