transparent

2018-04-25  本文已影响0人  琪33
        .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>
上一篇下一篇

猜你喜欢

热点阅读