jquery手风琴效果
发布时间
阅读量:
阅读量
css:
<style>
* {
padding: 0;
margin: 0;
list-style: none;
}
.cont {
width: 375px;
height: 165px;
margin: 50px auto;
/* overflow: hidden; */
display: flex;
}
.cont dl {
display: flex;
}
.cont dl dt {
width: 20px;
height: 165px;
color: #fff;
text-align: center;
font-size: 12px;
cursor:
全部评论 (0)
还没有任何评论哟~
