userSecurity.css 1.78 KB
.yes-verify,
.no-verify {
  color: #f47163;
  border: 1px solid #f47163;
  border-radius: 3px;
  height: 19px;
  line-height: 19px;
  font-size: 13px;
  padding: 2px 5px;
  display: inline-block;
  vertical-align: middle;
}
.yes-verify {
  color: #69b8dc;
  border-color: #69b8dc;
}
.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;
}
.usertitle,
.usertext {
  text-align: right;
}
.usertitle span {
  color: #333;
}
.tips-word {
  background-color: transparent;
  color: #333;
  line-height: 40px;
}
.tips-word ~ ul {
  margin-top: 0;
}
.line {
  margin: 0 30px 10px 30px;
  position: relative;
}
.subline {
  padding: 0 10px 10px;
}
.tipword {
  background-color: #fff;
  padding: 15px 10px;
}
.formup {
  margin-top: 20px;
}
.formup .btn-sub {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.vph {
  float: left;
  width: 55%;
}
.btn-lb {
  float: right;
  width: 30%;
  line-height: 44px;
  background-color: #69b8dc;
  border-color: #69b8dc;
}
.m50 {
  margin-top: 50px;
}
.upimages .preimg {
  background-size: cover;
}