为什么这个 css 页面卷曲阴影不起作用?
:之前 & :after 不应该在前面!我认为问题与 z 索引有关,但我没有看到它。我以为我完全复制了这个代码..我一定错过了一些东西,什么?
http://jsfiddle.net/wije/nxVTk/
Chrome 15.0.874.121
编辑:我是什么尝试实现与 this 相同,即两个角度包装 div 下方的阴影,赋予其“卷曲页面”效果。
The :before & :after are in front when they shouldn't be! I take it the problem has something do with the z-indexes, but I don't see it. Thought I copied this code exactly.. I must be missing something, what?
http://jsfiddle.net/wije/nxVTk/
Chrome 15.0.874.121
Edit: What I'm trying to acheive is the same as this, i.e. a two angled shadows beneath the wrapper div, giving it "curly page" effect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从
.wrapper
中删除z-index: 1
:http ://jsfiddle.net/nxVTk/17/
Remove the
z-index: 1
from.wrapper
:http://jsfiddle.net/nxVTk/17/