[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
|
||||||
@@ -481,7 +493,7 @@ export default {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
border-bottom: 0.01rem solid rgba(0,148,255,0.4) !important;
|
border-bottom: 0.01rem solid rgba(0, 148, 255, 0.4) !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
height: 0.48rem;
|
height: 0.48rem;
|
||||||
padding-left: 0.36rem;
|
padding-left: 0.36rem;
|
||||||
@@ -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