shuishen
2022-03-15 85c7235b4fe8d38f6e635d6af17d19642d6f3421
src/styles/login.scss
@@ -10,8 +10,15 @@
}
.login-weaper {
  margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  width: 1000px;
    height: 500px;
    min-height: 500px;
  box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
  .el-input-group__append {
@@ -20,7 +27,9 @@
}
.login-left,
.login-border {
.login-border,
.login-radius,
.login-radius-bg {
  position: relative;
  min-height: 500px;
  align-items: center;
@@ -28,15 +37,30 @@
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
    position: absolute;
    left: 0;
    top: -40px;
    padding: 40px 0;
    width: 34%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  justify-content: center;
  flex-direction: column;
  background-color: #409EFF;
    background-color: #02255e;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
    z-index: 10;
}
.login-radius {
    position: absolute;
    left: 34%;
    top: -40px;
    padding: 40px 0;
    width: 16%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #02255e;
    z-index: 10;
}
.login-left .img {
@@ -65,14 +89,22 @@
}
.login-border {
    position: absolute;
    right: 0;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  color: #fff;
  background-color: #fff;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.login-radius-bg {
    position: absolute;
    left: 34%;
    background-color: #fff;
    width: 16%;
}
.login-main {
@@ -113,12 +145,12 @@
.login-submit {
  width: 100%;
  height: 45px;
  border: 1px solid #409EFF;
    border: 1px solid #02255e;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
    color: #02255e;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";