在弹出窗口中,背景显示黑色的半垂直屏幕

时间:2014-10-04 11:33:03

标签: jquery jquery-mobile

我的问题是弹出窗口,背景显示黑色半垂直屏幕。

需要你的帮助来解决这个问题。

enter image description here

这是弹出窗口的代码

<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>

任何人都可以帮我识别我的错误吗? 任何帮助将受到高度赞赏。 在此先感谢。

0 个答案:

没有答案