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