Html
    Css
    Js

    
                        
 * {
	margin:0;
	padding:0;
}
html,body {
	width:100%;
	height:100%;
}
.box {
	width:300px;
	height:450px;
	margin:50px auto;
	border:1px solid #000;
}
.box>h1 {
	font-size:20px;
	line-height:35px;
	color:chocolate;
	padding-left:10px;
	border-bottom:1px dashed #ccc;
}
ul>li {
	list-style:none;
	padding:5px 10px;
	border:1px dashed #ccc;
}
ul>li:nth-child(-n+3) span {
	background:chocolate;
}
ul>li>span {
	display:inline-block;
	width:20px;
	height:20px;
	background:#ccc;
	line-height:20px;
	text-align:center;
	margin-right:10px;
}
.content {
	overflow:hidden;
	margin-top:5px;
	display:none;
}
.content>img {
	width:80px;
	height:120px;
}
.content>p {
	width:180px;
	height:120px;
	float:right;
	font-size:12px;
	line-height:20px;
}
.current .content {
	display:block;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.4
 立即下载

jquery电影排行榜列表

更新时间:2019-12-22 22:47:54

主要利用jquery中的addclass和removeclass先隐藏再显示

0