yz
2021-03-05 ded74de21871a897e6a9f8f71b6225a70eec868e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
$bg:#283443;
$light_gray:#fff;
$cursor: #555;
 
@supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
  .login-container .el-input input {
    color: $cursor;
  }
}
 
.login-container {
  .el-col{
       border-radius: 0px;
  }
  //.el-input {
  //  display: inline-block;
  //  font-size: .9rem !important;
  //  input {
  //    background: transparent;
  //    border: 0;
  //    -webkit-appearance: none;
  //    border-radius: 0;
  //    color: #000000;
  //    height: 32px;
  //    caret-color: $cursor;
  //    &:-webkit-autofill {
  //      box-shadow: 0 0 0 1000px $bg inset !important;
  //      -webkit-text-fill-color: $cursor !important;
  //    }
  //  }
  //}
  .el-form-item {
    color: #454545;
    transition: all .3s;
    margin-bottom: 2.34vh;
    &:hover {
      border-color: #57a3f3;
    }
  }
  .el-button:not(.is-circle,.is-round), .el-input__inner {
    border-radius: 40px !important;
}
}
 
 
.login-container .login-form-new {
  padding-left: 4.16vw;
  input.el-input__inner {
    width: 100%;
    height: 7.44vh;
    background-color: #f1f1f1 !important;
    font-size: 1.91vh;
    padding-left: 4.16vw;
  }
 
  i.el-input__icon {
    line-height: 8vh;
    width: 1.3vw;
    font-size: 2.65vh;
    margin-left: 1.3vw;
  }
}