发布网友 发布时间:2022-04-22 03:31
共1个回答
热心网友 时间:2022-04-06 02:43
您好!很高兴能为您解答,
<!-- 如果background的url为空会刷新页面两次-->
{if !empty($detail_thumb)}
<style>
body:before {
content: ' ';
position:fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background:url({$detail_thumb}) center 0 no-repeat;
/*background-size: 100%;*/
}
</style>
{/if}