20161215-弹出层·参考问卷星

来源:互联网 发布:矩阵的逆 编辑:程序博客网 时间:2024/05/17 03:07
<html>
 <head>
  <style type="text/css">
        #layer_bg {
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index: 10001;
            opacity: 0.6;
            position: fixed;
        }

        #layer_container {
            left: 235px;
            top: 60px;
            width: 900px;
            height: 400px;
            position: fixed;
            background-color: white;
            z-index: 10003;
            border-radius: 40px;
        }

        #layer_content {
            width: 860px;
            height: 350px;
            margin: 20px;
            padding: 0px;
            z-index: 10005;
            background: white;
            border: solid 1px red;
        }

    </style>  

</head>
 <body>  

  <div id="layer_bg"></div> 
  <div id="layer_container"> 
   <iframe id="layer_content" frameborder="0" src="/Admin/Questionaire/OpenQuestionDetail"></iframe> 

  </div>  


 </body>
</html>
0 0
原创粉丝点击