login.css 1015 Bytes
input::-webkit-input-placeholder {
  font-weight:400;
}
/*登录页*/

.login-aui-view {
  background: #FFFFFF;
}

.login-aui-view .aui-list {
  background: none;
}

.login-aui-view .aui-list .aui-list-item-label, .login-aui-view .aui-list .aui-list-item-label-icon {
  width: auto;
}

.login-aui-view .aui-list .aui-list-item {
padding-left:0;
}

.login-aui-view .logo-img {
  height: 3.7rem;
  display: block;
  margin: 3.5rem auto 1rem;
  width: 10rem;
}

.login-aui-view .login-btn {
  height: 50px;
  background: #5B7FF8;
  border-radius:8px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  color: #FFFFFF;
  padding: 0;
  margin-top: 43px;
}

.login-aui-view .login-btn:active {
background: #435FD1;
}

.login-register {
  color: #5B7FF8;
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: block;
  margin-top: 19.5px;
}
.login-aui-view .aui-list-item-label img {
width: 18px;
}
.login-aui-view .aui-list-item-label img.img-user {
margin-left:2px;
width: 16px;
}