



* {
margin:0px;
padding:0px;
}
#small {
width:400px;
height:400px;
position:absolute;
left:10px;
top:10px;
border:solid 1px #ddd;
}
#big {
display:none;
width:400px;
height:400px;
position:absolute;
left:500px;
top:10px;
border:solid 1px #ddd;
overflow:hidden;
}
#move {
display:none;
width:160px;
height:160px;
background:url('./img/bg.png');
position:absolute;
left:0px;
top:0px;
}
#list {
list-style:none;
position:absolute;
left:10px;
top:420px;
width:100%;
height:100px;
}
#list li {
width:90px;
height:90px;
float:left;
margin-right:10px;
padding:5px;
border:solid 1px #ddd;
}
我这里发布代码无法发布图片,请用户自己加上图片