RGBA

作者: 琪33 | 来源:发表于2018-04-25 10:53 被阅读0次
<style>
        .out{
            width: 400px;
            height: 400px;
            background-color: rgba(0,0,255,0.3);
            margin:100px auto;
            border: 1px solid #000;
        }

        .in{
            width: 200px;
            height: 200px;
            background-color: red;
            margin:100px auto;

        }
    </style>
</head>
<body>
<div class="out">
    <div class="in"></div>
</div>
</body>

相关文章

网友评论

      本文标题:RGBA

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