首页
Java
登录
6mi
u
盘
搜
搜 索
Java
Chrome 自动填充表单表单元素黄色背景去除方式
Chrome 自动填充表单表单元素黄色背景去除方式
xiaoxiao
2021-02-28
18
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; } input[type=text]:focus, input[type=password]:focus, textarea:focus { -webkit-box-shadow: 0 0 0 1000px white inset; }
转载请注明原文地址: https://www.6miu.com/read-2626164.html
技术
最新回复
(
0
)