Commit 579f0834 authored by 周宏民's avatar 周宏民

fix: 修改确山登录页

parent fcdf862c
...@@ -218,22 +218,27 @@ ...@@ -218,22 +218,27 @@
:global { :global {
.queshanLogin { .queshanLogin {
input:-webkit-autofill {
box-shadow: 0 0 0 1000px rgba(1,12,47,0.1) inset;
-webkit-text-fill-color: #fff;
}
input:-internal-autofill-previewed, input:-internal-autofill-previewed,
input:-internal-autofill-selected { input:-internal-autofill-selected {
-webkit-text-fill-color: #807c7c !important; -webkit-text-fill-color: #807c7c !important;
transition: background-color 5000s ease-out 0.5s; transition: background-color 5000s ease-out 0.5s !important;
background-color: transparent !important;
} }
.panda-console-base-input-password-icon.anticon { .panda-console-base-input-password-icon.anticon {
color: #fff!important; color: #fff !important;
} }
} }
.queshan { .queshan {
.@{ant-prefix}-input-affix-wrapper-lg { .@{ant-prefix}-input-affix-wrapper-lg {
background-color: transparent; background-color: transparent!important;
} }
...@@ -243,8 +248,8 @@ ...@@ -243,8 +248,8 @@
} }
.@{ant-prefix}-input-affix-wrapper>input.@{ant-prefix}-input { .@{ant-prefix}-input-affix-wrapper>input.@{ant-prefix}-input {
background: transparent; background: transparent!important;
color: #FFFFFF; color: #FFFFFF!important;
padding-left: 20px; padding-left: 20px;
} }
......
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