CSS background-image 背景图不重复
1 <div style="background-image:url('../Public/images/login_bg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top;
width:792px;
height:600px;">
</div>
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top;
width:792px;
height:600px;">
</div>