css代码
<div class="modal" id="prompt">
<h2>提示,请输入测试网址</h2>
<!-- input form. you can press enter too -->
<input type="text" value="" style="width:90%;" />
<br />
<br />
<div style="text-align:right;">
<input type="button" id="startTest" value=" 开始测试 "/>
<input type="button" class="close" value=" 取消测试 "/>
</div>
<br />
</div>
html代码
<div class="modal" id="prompt">
<h2>提示,请输入测试网址</h2>
<!-- input form. you can press enter too -->
<input type="text" value="" style="width:90%;" />
<br />
<br />
<div style="text-align:right;">
<input type="button" id="startTest" value=" 开始测试 "/>
<input type="button" class="close" value=" 取消测试 "/>
</div>
<br />
</div>