当用户点击搜索图标时,我需要将搜索字段显示为叠加层。在我的情况下,叠加正在工作,但搜索输入字段在垂直中间显示。
<a href="#overlay" id="open-overlay">Search</a>
<div id="overlay"> <a href="#" class="close">X</a>
<div class="s-wrapper"><input value="" placeholder="Search"/></div>
</div>
此叠加层基于纯css解决方案,因为在这种情况下我无法使用基于脚本的叠加层。