verify.css 2.4 KB
.inline {
  display: inline-block;
}
.uploadimages {
  padding: 20px;
}
.uploadimages > ul {
  text-align: justify;
}
.uploadimages li {
  display: inline-block;
  vertical-align: middle;
  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;
  vertical-align: middle;
}
.upimages img,
.upimages .preimg {
  width: 80px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  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;
}
.subline {
  margin-top: 15px;
  text-align: center;
  position: relative;
}
.subline .uploadinfo,
.subline .notverify {
  position: absolute;
  width: 40%;
  padding: 0;
  text-align: center;
}
.subline .notverify {
  left: 15px;
}
.subline .uploadinfo {
  right: 15px;
}
.subline .uploadall {
  padding: 0 15px;
  display: block;
}
.subline .uploadall .m-btn {
  width: 100%;
}
a.reverse {
  background-color: #fff;
  border-color: #e2e2e2;
  color: #333;
}
.m-select-lpn {
  height: 44px;
  line-height: 44px;
  float: left;
  margin-left: 11px;
}
.m-select-lpn ~ .text {
  margin-left: 135px;
}
.m-select-lpn .word {
  width: 50px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.downarrow {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 5px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.prov-ul {
  padding: 5px;
}
.prov-ul > li {
  float: left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}
.prov-ul > li:active,
.prov-ul > li:focus {
  background-color: #1c69a3;
  color: #fff;
}
.m-popup {
  width: 260px;
}
.tipword {
  background-color: #fff;
  padding: 15px 10px;
}
.tipword > p {
  margin: 3px 0;
}
#car-select {
  text-align: center;
}
#car-select h3 {
  font-size: 15px;
  border: 1px solid #e2e2e2;
  line-height: 45px;
  border-radius: 5px 5px 0 0;
}
#car-select a {
  display: block;
  color: #666;
  line-height: 40px;
}