baseInfo.scss 1.37 KB
.base_info_wrap{
  position: relative;

  .top_bg {
    width: 100%;
  }
  .info_wrap {
    position: absolute;
    top: 4rem;
    width: 100%;
    .template_btn {
      position: absolute;
      top: -2.5rem;
      right: 20px;
      color: #ffffff;
    }
  }

  .business_licence {
    position: relative;
    margin: 0 10px 10px;
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
    .bg_wrap {
      position: relative;
      .licence{
        width: 100%;
        position: absolute;
        top: 0px;
        z-index: 21;
        left: 0px;
        height: 100%;
      }
    }
    .upload_wrap {
      color: #ffffff;
      background-color: #F4F7FF;
      border-radius: 8px;
      .upload_btn {
        height: 34px;
        background: #556AD5;
        border-radius: 0px 0px 8px 8px;
        line-height: 34px;
      }
    }
  }

  .info_form {
    margin: 0 10px 10px;
    padding: 20px;
    background-color: #ffffff;
    .info_form_item {
      padding-top: 20px;
      border-top: 1px #E9E9E9 solid;
    }
    .info_form_item:nth-child(1) {
      border: 0px;
      padding-top: 10px;
    }
    .el-input{
      width: 100%;
      border: 0px;
    }
    .el-input__wrapper {
      box-shadow: none;
      padding: 0px;
    }
    .el-select{
      width: 100%;
    }
  }
  .info_btn_wrap {
    margin: 0 10px;
    .info_btn {
      margin: 50px auto 0;
    }
  }
}