增加 手机电脑独立壁纸
This commit is contained in:
parent
32ac4a2197
commit
ed8fa985e4
|
@ -24,7 +24,8 @@
|
|||
<link rel="stylesheet" href="<?php echo $templatepath;?>css/font.css" type="text/css">
|
||||
</head>
|
||||
<body onload="FocusOnInput()"><div class="banner-video">
|
||||
<img src="<?php echo background()?>">
|
||||
<?php if(!empty(background())){ echo '<img src="'.background().'">';}?>
|
||||
|
||||
<div class="bottom-cover" style="background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(244 248 251 / 0.6) 50%, rgb(244 248 251) 100%);">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -22,7 +22,10 @@
|
|||
<link rel="stylesheet" href="<?php echo $templatepath;?>/css/style.css" type="text/css">
|
||||
<link rel="stylesheet" href="<?php echo $cdnpublic ?>/assets/css/fontawesome-free5.13.0.css" type="text/css">
|
||||
</head>
|
||||
<body onload="FocusOnInput()" style="background-image: url(<?php echo background()?>);background-size: cover;">
|
||||
<?php if(!empty(background())){
|
||||
echo '<body onload="FocusOnInput()" style="background-image: url('.background().');background-size: cover;">';}
|
||||
else{ echo '<body onload="FocusOnInput()">';}?>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top" style="position: absolute; z-index: 10000;">
|
||||
<!--<a class="navbar-brand" href="/"><img src="./assets/img/logo.png" height="25" title="六零起始页"></a>-->
|
||||
<button class="navbar-toggler collapsed" style="border: none; outline: none;"type="button" data-toggle="collapse" data-target="#navbarsExample05" aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
Loading…
Reference in New Issue