天天看点

html input text修改背景透明色

input text修改背景透明色

1把背景改成透明的

<input type="text" style="border:0px;background:rgba(0, 0, 0, 0); ">

2,直接隐藏背景

<input type="text" style="border:0px;background:none;">

继续阅读