【无标题】

【无标题】,第1张

手风琴 jquery

CSS:
{
margin: 0;
padding: 0;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
.box{
width: 640px;
height: 180px;
/
border: 1px solid orange; /
margin: 200px auto;
}
.box ul{
position: relative;
height: 180px;
/
border: 1px solid #ccc; /
}
.box ul li{
position: relative;
width: 60px;
float: left;
overflow: hidden;
height: 180px;
border: 1px solid rebeccapurple;
}
.box ul li.on{
width: 300px;
}
.box ul li img.on{
/
width: 60px; */
height: 180px;
}
.small{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 180px;
}
.box li.on .small{
display: none;
height: 180px;
}
.box li.on .big{
display: block;
}
.big{
width: 300px;
height: 180px;
display: none;
}

BODY:
6个li,

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1322698.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-06-12
下一篇2022-06-12

发表评论

登录后才能评论

评论列表(0条)

    保存