#king {
width:780px;
height:90px;
background-color:cornflowerblue;
position:relative;
line-height:90px;
margin:0 auto;
margin-top:200px;
}
#king ul li {
float:left;
width:70px;
height:90px;
list-style:none;
margin-top:10px;
}
#king ul li:first-child {
width:224px;
}
#king ul li:first-child .small {
display:none;
}
#king ul li:first-child .big {
display:inline;
}
#king ul li .big {
display:none;
}
#king ul li .small {
position:absolute;
width:69px;
height:69px;
}
.big{
width: 200px
}更新时间:2023-09-05 09:58:02