Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
.fileImg {
	padding:20px;
	background:#ececec;
	overflow:hidden;
	width:800px;
	margin:20px auto;
}
.fileImg ul li {
	position:relative;
	border:1px solid #c5c5c5;
	width:50px;
	height:50px;
	float:left;
	margin-right:50px;
	list-style-type:none;
	background:#f4f5f7;
	border-radius:5px;
}
.fileImg ul li input {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.fileImg ul li:after {
	position:absolute;
	content:' ';
	display:block;
	width:2px;
	height:30px;
	background:#cdcdcd;
	left:50%;
	margin-left:-1px;
	top:50%;
	margin-top:-15px;
	z-index:2;
}
.fileImg ul li:before {
	position:absolute;
	content:' ';
	display:block;
	top:50%;
	margin-top:-1px;
	z-index:2;
	width:30px;
	height:2px;
	background:#cdcdcd;
	left:50%;
	margin-left:-15px;
}
.fileImg ul li span:nth-child(2) {
	display:none;
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	background:#f4f5f7;
	cursor:pointer;
	border-radius:5px;
	overflow:hidden;
	z-index:3;
}
.fileImg ul li span:nth-child(2):after {
	content:'x';
	display:block;
	z-index:4;
	width:20px;
	height:20px;
	line-height:16px;
	color:#fff;
	background:red;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
	text-align:center;
}
.fileImg ul li span:nth-child(2) img {
	width:100%;
	position:absolute;
	left:0;
	top:50%;
}

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

多张图片上传 本地预览效果

4
      oicq110
      2017/11/4 23:52:43
      如果我只要3个位置。上传成功后,在编辑时,怎么显示已存在,对应位置的图。 回复
      找不到北0
      2017/8/9 12:38:25
      兼容性?????能够兼容IE几???? 回复
      熊瑞0
      2017/5/2 2:20:29

      如何用到实际上去呢?

      回复
      leopard0
      2017/4/25 11:18:47

      效果不错,拿下来做个参考

      回复