LoginCss.less 1.27 KB
:global {
  html, body, #root {
    height: 100%;
    background: #fff !important;
  }
  .am-list-item .am-input-control input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px white inset !important;
  }
  .chooseCompany{
    .am-list-content{
      width: 85px !important;
      flex: none !important;
      margin-right: 5px;
    }
    .am-list-extra{
       width: 100% !important;
      flex: 1;
      text-align: left !important;
      color: #000 !important;
      font-size: 17px !important;
     }
    .am-list-line:after{
      content: '';
      position: absolute;
      background-color: #ddd;
      display: block;
      z-index: 1;
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1PX;
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5);
    }
  }
}
.wraper{
    width: 100%;
    height: 100%;
  }
.login{
  margin-top: 5%;
  height: 100%;
  background-color: #fff;
}
.logo {
  width: 100%;
  height: 28%;
  text-align: center;
}
.logo img{
  margin-top: 12%;
  width: 80px;
  height: 64px;
}
.loginSubmit{
  padding: 0px 5%;
}

.setting{
  display: block;
  text-align: center;
  margin-top: 10px;
}
.chooseCompany{
  width: 100%;
}