jquery 弹出层

<html>
<head>
<meta charset="utf-8">
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<style>
.theme-popover-mask {
 z-index: 9998;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:#000;
 opacity:0.4;
 filter:alpha(opacity=40);
 display:none
}
.theme-popover {
 z-index:9999;
 position:fixed;
 top:50%;
 left:50%;
 width:660px;
 height:360px;
 margin:-180px 0 0 -330px;
 border-radius:5px;
 border:solid 2px #666;
 background-color:#fff;
 display:none;
 box-shadow: 0 0 10px #666;
}
</style>
<script>
   jQuery(document).ready(function($) {
       $('.theme-popover-mask').fadeIn(100);
       $('.theme-popover').slideDown(200);
     $('.theme-poptit .close').click(function(){
       $('.theme-popover-mask').fadeOut(100);
       $('.theme-popover').slideUp(200);
     })
    })
  </script>
</head>
<body>
<div class="theme-popover">
        <div class="theme-popbod dform">
           <ol>
                <li style="margin-top:40px;">
                   <strong style="font-size:-webkit-xxx-large;font-family:serif;">验证码:</strong>
                   <input class="ipt" id="code" type="text" name="log" style="width:250px;height:62px;font-size:xx-large"/>
                </li>
                <li><input class="btn btn-primary" style= "width:200px;height:50px;margin-top:50px;font-size:xx-large;font-family:serif" id="confirm" type="submit" name="submit" value="确   认" /></li>
           </ol>
        </div>
</div>
<div class="theme-popover-mask"></div>
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值