mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 22:38:03 +08:00
增加空背景支持
This commit is contained in:
parent
73cc78c9ef
commit
32ac4a2197
@ -38,7 +38,9 @@ if (!empty($q)) {
|
||||
<link href="<?php echo $templatepath;?>/css/wea.css" rel="stylesheet">
|
||||
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-2-M/jquery/3.5.1/jquery.min.js"></script>
|
||||
</head>
|
||||
<body style="background: url(<?php echo background()?>) no-repeat center/cover;">
|
||||
<?php if(!empty(background())){
|
||||
echo '<body style="background: url('.background().') no-repeat center/cover;">';}
|
||||
else{ echo '<body>';}?>
|
||||
<div id="menu"><i></i></div>
|
||||
<div class="list closed">
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user