gpt4 book ai didi

html - 如何在包装器的左侧和右侧添加图像边框?

转载 作者:行者123 更新时间:2023-11-28 09:29:55 26 4
gpt4 key购买 nike

我想在包装元素的左侧和右侧添加一个边框图像,使其具有撕纸效果。

我试过使用前后伪选择器,但我无法让图像沿 y 轴重复。

达到预期结果的最佳方法是什么?

谢谢。

图片示例:http://i.imgur.com/9f5Y8bi.png

为清晰起见而编辑:这是目前为止完整站点的屏幕截图:http://i.imgur.com/IpifJyd.jpg

我想将当前纸张纹理的撕裂图像放置在主包装的左侧和右侧,并让它沿 y 轴重复,使包装具有撕裂的纸张效果。

目前,它只是一个盒子阴影。

最佳答案

你可以试试这个,我希望它对你有用。

Demo jsfiddle

CSS-

body{background: url(body/background/image/path);}
.wrapper{height: 316px;width: 700px;position:relative;background: url(your/background/image/path);margin: 0 auto;border-right:1px solid #333;border-left:1px solid #333;}
.wrapper:before{background: url(transparent/shadow/image/path);content: '';position: absolute;height: 100%;width: 43px;left:-44px;}
.wrapper:after{background: url(second/transparent/shadow/image/path);content: '';position: absolute;height: 100%;width: 43px;right:-44px;}

html:-

<div class="wrapper">

关于html - 如何在包装器的左侧和右侧添加图像边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25757172/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com