使用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 -
最后修改:2020年6月16日