css代码:
.block-image.feaimg a:after, .hunter-thumb i:after, .item-thumb a:after {
content: ' ';
position: absolute;
inset: 0;
background-image: url(https://upyun-img.rlxx.vip/2024/02/1840531996.png);
background-size: cover;
z-index: 1;
}
或者添加到主题header.php文件最后面应该就可以
<style>
.block-image.feaimg a:after, .hunter-thumb i:after, .item-thumb a:after {
content: ' ';
position: absolute;
inset: 0;
background-image: url(https://upyun-img.rlxx.vip/2024/02/1840531996.png);
background-size: cover;
z-index: 1;
}
</style>