.wrap{
width:800px;
height:500px;
margin:0 auto;
position:relative;
}
.wrap :after{
content:'';
background:transparent;
position:absolute;
top:50%;
bottom:0px;
right:20px;
left:20px;
z-index:-2;
}部分代码,想做曲线阴影,为什么设置了z-index,.wrap :after还是在前边????该怎么写???
- 4 回答
- 0 关注
- 2400 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消