我想使用短代码进行分类我不想使用任何插件我在我的插件中使用此代码可以有人帮助我
.edge { width: 20px; height: 196px; background-size: auto 100%; position: absolute; left: 30px; top: 2px; transform: perspective(600px) rotateY(-45deg); transform-origin: right; }
.panel { position: absolute; left: 31px; top: 0; clip: rect(auto,auto,auto,20px); }
.panel img { width: 350px; height: 200px;transform: perspective(600px) rotateY(30deg); transform-origin: left; }
.edgee { width: 20px; height: 196px; background-size: auto 100%; position: absolute; left: 30px; top: 2px; transform: perspective(600px) rotateY(-45deg); transform-origin: right; }
.panels { position: absolute; left: 31px; top: 0; clip: rect(auto,auto,auto,20px); }
.panels img { width: 350px; height: 200px;transform: perspective(600px) rotateY(30deg); transform-origin: left; }