📜  低不透明度没有孩子点头 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:36.402000             🧑  作者: Mango

代码示例1
#container {
    opacity: 0.3;
    background-color: #777788;
    position: absolute;
    top: 100px;
    left: 100px;
    height: 150px;
    width: 300px;
}
#box {
    opacity: 1;
    background-color: #ffffff;
    position: absolute;
    top: 110px;
    left: 110px;
    height: 130px;
    width: 270px;
}

Something in here