zoukankan      html  css  js  c++  java
  • other 遮罩层

    <!DOCTYPE HTML>
    <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">
        <title>无标题文档</title>
        <style>
            #div1{
                position:absolute;
                left: 50%;
                top: 50%;
                margin-left: -200px;
                margin-top: -100px;
                400px;
                height: 200px; 
                background: white;
                border: 2px solid #ccc;
                padding: 15px;
                z-index: 6;
            }
            h1{
                text-align: center;
            }
            .center{
                 200px;
                margin: 0 auto;
    
            }
            #wrap{
                 100%;
                height: 100%;
                background: gray;
                z-index: 5;
                position: absolute;  top: 0%;  left: 0%;
                display: block;
                -moz-opacity: 0.7;
                opacity:.70;
                filter: alpha(opacity=70);
            }
        </style>
        </head>
        <body>
            <div id = "wrap"></div>
                <div id = "div1">
                    <h1>我是标题党</h1>
                    <a class="btn btn-default center">OK</a>
                </div>
                <div id = "div2">
                    <p>装修流程, 菜鸟入门
    
    一、 前期设计
    在前期设计中,我们必须还要做的一件事,那就是对自己的房间进行一次详细的测量,这除了让你购买建材时准确外,在结算时更能免遭被黑
    家具配饰还包括可以考虑买一些绿色植物、挂墙画、摆设工艺品…………总之,入住之后,你就可以自由发挥了。这个时候,你已经由菜鸟荣升为装修大师了。 </p>
                <a href="http://www.hao123.com/" class="btn btn-default center">GOGOGO</a>
                </div>    
            
            
        </body>
    </html>
  • 相关阅读:
    Datasource Server returns invalid timezone问题
    springboot之异常处理
    maven的安装配置
    Javajdk的安装
    jdbc连接mysql数据库 (idea)
    关于MySQL数据库的卸载
    python3.6.8的安装及初步使用
    计算机基础及编程语言的简单了解
    git、码云的使用
    粘滞位权限
  • 原文地址:https://www.cnblogs.com/mayufo/p/4367187.html
Copyright © 2011-2022 走看看