主要使用:background-size:cover;
<body style="width:1024px;height:700px;"> <form id="form1" runat="server"> <div style="background-image:url('top2.png');width:100%;height:100%;background-size:cover;"> </div> </form></body>