









* {
margin:0;
padding:0;
}
ul,li,ol {
list-style:none;
}
ul li img {
width:500px;
height:320px;
}
.qin1 {
width:900px;
position:relative;
overflow:hidden;
height:320px;
}
.qin1 li {
position:absolute;
cursor:pointer;
top:0;
left:0;
transition:all 0.5s ease;
}
.qin2 li {
width:100px;
overflow:hidden;
float:left;
cursor:pointer;
transition:all 0.5s ease;
}
.qin2 li:hover {
width:500px;
}
更新时间:2020-08-11 23:24:18