authentication.less 1017 Bytes
/**
 * name : zzf
 * info :
 */

@import "m/step";
@import "m/result";


.line {
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 100px 0 20px 0;
}
.photo {
  margin-left: 65px;
  .a-photo {
    float: left;
    margin-right: 20px;
    p {
      float: left;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      margin-right: 20px;
      span {
        color: #999;
        font-size: 13px;
      }
    }
    .img {
      float: left;
      width: 140px;
      height: 140px;
      border: 1px solid #ddd;
      position: relative;
      .file-end {
        position: absolute;
        height: 35px;
        background: #b2b2b2;
        width: 100%;
        bottom: 0px;
        input {
          opacity: 0;
        }
        p {
          position: absolute;
          width: 100%;
          top: 0px;
          color: #fff;
          line-height: 35px;
          z-index: 0;
        }
      }
    }
  }
}
.AuthenticationEnterprise {
  .m-result {
    margin-top: 100px;
  }
}