🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ <style> * { margin: 0; padding: 0 } .parent{ margin:100px; width: 158px; height: 32px; position: relative; } input { position: absolute; outline: none; width: 158px; height: 32px; border: 1px solid #333; border-radius: 10px 10px 10px 10px; } button{ position: absolute; width: 20px; height: 20px; background: url("images/topbar.png") no-repeat; background-position: -10px -106px; border: none; outline: none; left: 10px; top: 7px; } </style> ~~~ ~~~ <body> <form class="parent"> <input type="text" name="" id=""> <button></button> </form> </body> ~~~ 效果图如下: ![](https://box.kancloud.cn/80327d4433a7127a898e1d84e0f83ce5_302x180.png)