美文网首页
transparent

transparent

作者: 琪33 | 来源:发表于2018-04-25 10:53 被阅读0次
            .out{
                width: 400px;
                height: 400px;
                margin:100px auto;
                border: 1px solid #000;
                /* 可以单独设置透明度,但是无法 改变透明的值*/
                background: transparent;
            }
    
            .in{
                width: 200px;
                height: 200px;
                background-color: red;
                margin:100px auto;
    
            }
        </style>
    </head>
    <body>
    <div class="out">
        <div class="in"></div>
    </div>
    </body>

    相关文章

      网友评论

          本文标题:transparent

          本文链接:https://www.haomeiwen.com/subject/dvldlftx.html