diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8d3bbd82..5e94ab86 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -239,22 +239,27 @@ $cursor: #fff; display: inline-block; height: 47px; width: 85%; - - input { + .el-input__wrapper { + padding: 0; background: transparent; - border: 0px; - -webkit-appearance: none; - border-radius: 0px; - padding: 12px 5px 12px 15px; - color: $light_gray; - height: 47px; - caret-color: $cursor; + box-shadow:none; + .el-input__inner { + background: transparent; + border: 0px; + -webkit-appearance: none; + border-radius: 0px; + padding: 12px 5px 12px 15px; + color: $light_gray; + height: 47px; + caret-color: $cursor; - &:-webkit-autofill { - box-shadow: 0 0 0px 1000px $bg inset !important; - -webkit-text-fill-color: $cursor !important; + &:-webkit-autofill { + box-shadow: 0 0 0px 1000px $bg inset !important; + -webkit-text-fill-color: $cursor !important; + } } } + } .el-input__inner {