chrome input自动填充密码背景颜色/chrome input自动填充密码背景图片被覆盖/解决方案

helei 2020-6-16 641 6/16

使用display:flex

<div style="width:90%;height:35px;display:flex;flex-direction:row;margin-top:40px;">
	<div style="height:100%;width:auto;background:rgba(255,255,255,0.5);border-radius: 5px 0px 0px 5px;display:flex;align-items: center;">
	<img src="/static/img/user.png" width=24 height=24>
	</div>
	<input id= "account" autocomplete="off" onchange="status()" class="shuru" type="text" placeholder="用户名"/>
</div>
- THE END -

helei

6月16日15:59

最后修改:2020年6月16日
0