81,122
社区成员




<style>
#bodybg {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
z-index: 0;
}
#bodybg .stretch { width:100%;height:100%;}
</style>
<!--/背景拉伸-->
<div id="bodybg">
<img src=/img/bg.jpg class="stretch" />
</div>
<!--背景拉伸/-->