Html
    Css
    Js

    
                        
.item_content ul {
	list-style:none;
}
.item_content ul li {
	width:200px;
	height:120px;
	float:left;
	margin:5px
}
.item_content {
	background:#eee;
	width:740px;
	height:460px;
	margin:5px auto;
	border:1px solid #ccc;
	border-radius:5px;
}
.item_content .item {
	width:200px;
	height:120px;
	line-height:120px;
	text-align:center;
	cursor:pointer;
	background:#ccc;
}
.item_content .item img {
	width:200px;
	height:120px;
	border-radius:6px;
	border:1px solid;
}

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

九宫格图片拖拽排序

0