upimage.less 709 Bytes
.inline {display: inline-block;}
.uploadimages {
  padding: 20px;
  >ul {
    text-align: justify;
  }
  li {
    .inline;
    min-width: 32%;
    text-align: center;
    margin-bottom: 10px;
  }
  .justend {
    width: 100%;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
.upimages {
  position: relative;
  width: 80px;
  height: 60px;
  overflow: hidden;
  .inline;
  img,
  .preimg {
    width: 80px;
    height: 60px;
    .inline;
    background-repeat: no-repeat;
  }
  .input-file {
    font-size: 100px;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  ~p {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding-top: 5px;
  }
}