我的问题是弹出窗口,背景显示黑色半垂直屏幕。
需要你的帮助来解决这个问题。
这是弹出窗口的代码
<div data-role="popup" id="popupSearch7" data-overlay-theme="a" data-theme="d">
<div data-role="header" data-theme="a" class="ui-corner-top">
<h1>Search For</h1>
</div>
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
<div data-role="content" data-theme="d" class="ui-corner-bottom new-content">
<input type="text" name="prodtitle" id="txtSearch7" value="" />
<div align="center"><a href="#" data-role="button" data-inline="true" data-transition="flow" data-theme="g">Search</a></div>
</div>
</div>
任何人都可以帮我识别我的错误吗? 任何帮助将受到高度赞赏。 在此先感谢。