Commit 82c897f5 authored by 田争光's avatar 田争光

feat(*):登录页样式修改

parent 67394a34
This diff is collapsed.
* { * {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
.page-container { .page-container {
width: 100%; width: 100%;
background: #ffffff; background: #ffffff;
border-radius: 6px; border-radius: 6px;
box-shadow: 0px 3px 6px 0px rgba(13,15,18,0.10); box-shadow: 0px 3px 6px 0px rgba(13, 15, 18, 0.10);
padding: 1rem; padding: 1rem;
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -29,7 +29,18 @@ ...@@ -29,7 +29,18 @@
background: transparent !important; background: transparent !important;
border: unset !important; border: unset !important;
} }
.login-container .el-input__wrapper { .login-container .el-input__wrapper {
background: #181d21 !important; background: #181d21 !important;
border-radius: 0 !important; border-radius: 0 !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-text-fill-color: black !important;
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
background-color: transparent;
background-image: none;
transition: background-color 50000s ease-in-out 0s;
} }
\ No newline at end of file
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
tabindex="1" tabindex="1"
@blur="handleAccountBlur($event)" @blur="handleAccountBlur($event)"
@input="debounceAction" @input="debounceAction"
autocomplete="on" autocomplete="off"
/> />
</el-form-item> </el-form-item>
</div> </div>
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
show-password show-password
placeholder="密码 / Password" placeholder="密码 / Password"
tabindex="1" tabindex="1"
autocomplete="off"
/> />
</el-form-item> </el-form-item>
</el-tooltip> </el-tooltip>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment