userSecurity.less 823 Bytes
@import 'verifyStatu';
@import "upimage.less";

.inline(){display: inline-block; vertical-align: middle}
.fl(){float: left}
.fr(){float: right}

.usertitle,
.usertext {
  text-align: right;
}
.usertitle span {
  color: #333;
}
.tips-word {
  background-color: transparent;
  color: #333;
  line-height: 40px;
  ~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;
  .btn-sub {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.vph {
  .fl;
  width: 55%;
}
.btn-lb {
  .fr;
  width: 30%;
  line-height: 44px;
  background-color: #69b8dc;
  border-color: #69b8dc;
}
.m50 {
  margin-top: 50px;
}
.upimages .preimg {
  background-size: cover;
}