gpt4 book ai didi

javascript - Chrome 中的表单样式

转载 作者:行者123 更新时间:2023-11-28 17:33:28 25 4
gpt4 key购买 nike

<分区>

我有this web与联系表格。有谁知道如何防止 Chrome 使用“用户代理样式表”更改文本区域的背景颜色?

我有这个 CSS 样式表:

input[type=email] {
border: #e5e4e3 1px solid;
font-size: 14px;
padding: 4px;
background-color: #ffffff;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
font-family: 'Abel', sans-serif;
color: #586d7a;
min-width: 491px;
height: 30px;
}

input[type=text]{
border:#e5e4e3 1px solid;
font-size: 14px;
padding: 4px;
background-color:#fff;
margin-top:10px;
margin-bottom:10px;
font-family: 'Abel', sans-serif;
color:#586d7a;
width:491px;
height:30px;
}

但是一旦您在 Chrome 中完成该字段,它就会变成:

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb(250, 255, 189);
background-image: none;
color: rgb(0, 0, 0);
}

我使用了 Meyer Reset.css,但似乎并没有阻止它。谢谢!

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com