ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~ <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)