button id=answer onclick=callCHATGPT autocomplete=off class=btn btn-large href=# style=background-color #333; color #f4f4f4; border-radius 10px;回答button 调整按钮到右边并且距离下面框有3px
<style>
#answer {
float: right;
margin-bottom: 3px;
}
</style>
<p><button id="answer" onclick="callCHATGPT()" autocomplete="off" class="btn btn-large" href="#" style="background-color: #333; color: #f4f4f4; border-radius: 10px;">回答</button></p>
原文地址: https://www.cveoy.top/t/topic/OjQ 著作权归作者所有。请勿转载和采集!