一.发送效果HTML<div id="send-btn"> <button> // 这里是一个svg的占位 Send </button> </div> CSS#send-btn{ display: flex; align-items: center; justify-content: ce...