Html
    Css
    Js

    
                        
  .img-cont{
    width:700px;
    border:1px solid #317ef3;
    margin:50px auto;
  }

  .img-cont>div{
    width:300px;
    height:260px; 
    border:1px solid #777; 
    float:left;
    margin:20px 0 0 20px;
  }

  .img-cont>div>div{
    width:300px;
    height:220px;
    border:1px solid red;
  }

  .img-cont>div>a{
    width:60px;
    height:30px;
    border-radius:4px;
    line-height: 30px;
    text-align: center;
    color:#fff;
    display: block;
    background: #317ef3;
    margin:5px 0 0 0px;
    cursor: pointer;
  }

  .hide{
    display: none !important;
  }

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

jquery多图上传

2
      趁着还年轻〃0
      2018/11/12 10:00:44
      金木水火土0
      2017/11/19 9:59:50

      可以在提交相同的图片时提示重复提交吗?

      回复