本文主要教大家如何简单实现jquery手风琴效果,具有一定的参考价值,感兴趣的小伙伴们可以参考一下,希望能帮助到大家。
js代码:
css代码:
.li_list {
width: 100px;
height: 300px;
list-style: none;
float: left;
overflow: hidden;
}
.li_list img {
width: 100%;
height: 100%;
}
.pbg {
width: 600px;
height: 300px;
background: rgba(230, 0, 0, 0.5);
text-align: center;
line-height: 300px;
float: left;
}
.pbg span {
display: block;
width: 100px;
height: 300px;
float: left;
}
.p1 {
width: 500px;
height: 300px;
float: left;
}
.mo{
width: 600px;
}html代码:
-
萌宠
@@##@@
-
萌宠
@@##@@
-
萌宠
@@##@@
-
萌宠
@@##@@
相关推荐:










