Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这种内部边框透明仅适用于单页或 jsfiddle,但不适用于我的网站,我的代码有什么问题?任何人都可以帮助请...</p>
在 jsfiddle 上运行良好。
演示
但我的网站照片没有显示:(
:(
我添加z-index和类是这样position: relative的:.item
z-index
position: relative
.item
.item { width: 21%; float: left; display: block; margin: 20px 2%; padding: 0px; cursor: pointer; /* Code added */ position: relative; z-index: 0; }