liuyg
2021-10-13 6b5c7f553667bedddd7068e594134ed3de9ec858
src/styles/login.scss
@@ -32,7 +32,7 @@
  border-bottom-left-radius: 5px;
  justify-content: center;
  flex-direction: column;
  background-color: #409EFF;
  background-color: #409eff;
  color: #fff;
  float: left;
  width: 50%;
@@ -73,8 +73,19 @@
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.login-erweima {
  position: absolute;
  right: 0;
  color: #333;
  top: 0;
  width: 130px;
  img {
    width: 100%;
    height: 100%;
  }
}
.login-main {
  margin: 0 auto;
  width: 65%;
@@ -113,12 +124,12 @@
.login-submit {
  width: 100%;
  height: 45px;
  border: 1px solid #409EFF;
  border: 1px solid #409eff;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  color: #409eff;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
@@ -180,5 +191,5 @@
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor:pointer!important;
  cursor: pointer !important;
}