去掉input自动填充的黄色背景

添加样式:

<style type="text/css">
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }
</style>

猜你喜欢

转载自blog.csdn.net/wang704987562/article/details/81586277
今日推荐