摘要: input { background-color: #fff !important; } /* 核心代码 */ input:-webkit-autofill { transition: background-color 5000s ease-in-out 0s; } input:-webkit-au 阅读全文
posted @ 2021-11-24 19:33 Life_countdown 阅读(51) 评论(0) 推荐(0)
摘要: // 获取焦点 input:focus { border: none; } // 失去焦点 input:valid { border: none; } 阅读全文
posted @ 2021-11-24 16:27 Life_countdown 阅读(1274) 评论(0) 推荐(0)