* {
	margin:0;
	padding:0;
}
.div {
	margin:100px auto;
	height:300px;
	width:1000px;
	border:1px solid #333;
	overflow:hidden;
}
.div>ul {
	width:3000px;
	height:300px;
	margin-left:0;
	background:#000;
}
.div>ul>li {
	list-style:none;
	float:left;
}
更新时间:2020-06-12 09:04:12
jquery无限循环轮播,鼠标滑入图片停止,其他选项变暗。