<style>
.container{
background-image: url('test.png');
background-repeat: no-repeat;
background-size: 100% auto;
width: 100%;
height: 0;
padding-bottom: 50%;
/* 宽高比*/
}
</style>
<div class="container">
<p>这里是内容...</p>
</div>
原理:div内容高度设为0,由padding撑起来