标签:com 设置 post let div box shadow for cti
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
<form action="loginAction" method="post" autocomplete="off">
方法1:给input框设置一个足够大的阴影
方法2:添加 autocomplete="off" 让input框输完内容不记录值
标签:com 设置 post let div box shadow for cti
原文地址:http://www.cnblogs.com/dongxiaolei/p/6862120.html