[fix 83980] 登录页自动填充样式处理
This commit is contained in:
@@ -389,6 +389,18 @@ export default {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
|
||||||
|
// 处理自动填充的样式
|
||||||
|
&:-webkit-autofill,
|
||||||
|
&:-webkit-autofill:hover,
|
||||||
|
&:-webkit-autofill:focus,
|
||||||
|
&:-webkit-autofill:active {
|
||||||
|
-webkit-transition-delay: 999999s;
|
||||||
|
-webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
|
||||||
|
font-family: Alibaba PuHuiTi, Alibaba PuHuiTi, sans-serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// label
|
// label
|
||||||
@@ -489,7 +501,20 @@ export default {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 0.16rem;
|
font-size: 0.16rem;
|
||||||
line-height: 0.24rem;
|
line-height: 0.24rem;
|
||||||
|
|
||||||
|
// 处理自动填充的样式
|
||||||
|
&:-webkit-autofill,
|
||||||
|
&:-webkit-autofill:hover,
|
||||||
|
&:-webkit-autofill:focus,
|
||||||
|
&:-webkit-autofill:active {
|
||||||
|
-webkit-transition-delay: 999999s;
|
||||||
|
-webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
|
||||||
|
font-family: PingFang SC, PingFang SC, sans-serif;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 0.16rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.login-btn {
|
.login-btn {
|
||||||
.ant-btn {
|
.ant-btn {
|
||||||
height: 0.48rem;
|
height: 0.48rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user