我想只使用 CSS 在附加图像上创建类似的东西。到目前为止,我想出了:
.block5-header:after {
content:"";
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
background: url({template_relativeimagepath}{template_imagesfolder}blocks/elipsa.png) no-repeat;
background-size: contain;
}
但是这个解决方案需要使用很多不同的 png 图像,因为我有很多不同大小的标题块。我曾尝试使用具有径向渐变的伪元素,但无济于事。如果有更简单的解决方案,请告诉我;)
我想要实现的图片。http://i.imgur.com/pwN54o1.png