我的登录页面中有 html 文本框,该文本框在 ipad 中有顶部阴影。我怎样才能删除它?
这是我的代码:
<div style="width:205px; height:30px; float:left; background-color:transparent;">
<input name="UserNameBox" type="text" id="tbEmail" style="margin-top:2px; outline- style:none; -webkit-border: 0px none transparent; border:0px none transparent; font-size:1em; height:1.5em; background-color:transparent;" tabindex="1" runat="server" onkeydown="if (event.keyCode == 13) validateExample()"/>