// 自动填充样式修改方法一:
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
//设置为透明色时不要写transparent,否则不生效,可自行调整其他颜色 -webkit-text-fill-color: #fff !important; //字体颜色
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.ant-input-affix-wrapper input.ant-input:focus {
background: transparent !important;
box-shadow: none !important;
}
Input {
color: #ffffff;
background-color: #162751;
// 自动填充样式修改方法二:
&:-webkit-autofill,
&:-webkit-autofill:hover,
&:-webkit-autofill:focus,
&:-webkit-autofill:active {
transition: background-color 5000s!important;
-webkit-text-fill-color: #ffffff !important;
}
}
此页面不支持夜间模式!
已进入夜间模式!
已进入普通模式!
搜索框不允许为空
签到成功!经验+5!芋圆币+2!
签到失败!今日已签到!
需要登录社区账号才可以进入!