[CSS]学习总结

1. 遮挡层

.occlusion {
    opacity: -.35;/*透明程度*/
    -moz-opacity: -.35;
    filter: alpha(opacity=-35);
    height: 100%;
    position: absolute;
    background: #fff;
    width: 63%;
    z-index: 100;
}

 

你可能感兴趣的:([CSS]学习总结)