<style>
.user {background:url("32.png");background-repeat:no-repeat; background-position: 5px center;}
.icon-position {z-index:3;position:relative;height:40px;width:37px;}
.input-position {margin-top:-40px;padding-left:40px;width:340px;}
.input-style {border:1px solid #dedede;border-radius:4px;font-size:14px;font-family:微软雅黑,黑体;vertical-align:middle;height:40px;line-height:40px;outline:0px;}
</style>
<div>
<div class="user icon-position"></div>
<input type="text" class="input-position input-style" name="username" id="username" placeholder="登录账号" />
</div>
截图:
直接打包测试: