Fork me on GitHub

[CSS]学习总结

1. 遮挡层

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

 

posted @ 2015-09-18 12:52  种花生的读书人  阅读(117)  评论(0编辑  收藏  举报

该博客仅作为记录笔记,转载随意