css 父层 透明 子层不透明Alpha

html代码

<div class="user2-register-bg">
<div class="user2-register-con"> </div>
</div>

css代码

.user2-register-bg{padding: 10px;padding: 10px;background:rgba(0,0,0,0.3)!important;background:#;filter:Alpha(opacity=); margin-top: 30px;}
.user2-register-con{height:500px; background:#fff; position:relative; }

注意这两个位置

上一篇:log4j.xml配置示例


下一篇:Nginx开发从入门到精通 学习目录分享学习 (阿里著作)