经典的 圆角 处理

来源:互联网 发布:网络会议软件哪个好 编辑:程序博客网 时间:2024/05/16 10:15
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>


原创粉丝点击