Update lybwb.php

This commit is contained in:
qkqpttgf
2020-03-08 16:52:24 +08:00
committed by GitHub
parent fc97b2269d
commit f8c8d80e04
+6 -1
View File
@@ -10,7 +10,12 @@
<link rel="icon" href="<?php echo $_SERVER['base_disk_path'];?>favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo $_SERVER['base_disk_path'];?>favicon.ico" type="image/x-icon" />
<style type="text/css">
body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:1em;color:#000;background-color:#000000;background-image:url("<?php echo getConfig('background')?getConfig('background'):($_SERVER['base_disk_path'].'background.jpg'); ?>");background-repeat:no-repeat;width:100;height:100;minwidth:1000px;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;backgroundposition:center0;}
body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:1em;color:#000;background-color:#000000;background-image:url("<?php echo getConfig('background')?getConfig('background'):($_SERVER['base_disk_path'].'background.jpg'); ?>")!important;
background-position: center bottom !important;
background-size: cover !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
}
a{color:#FFFFFF;cursor:pointer;text-decoration:none}
ion-icon{font-size:15px;vertical-align:bottom}
a:hover{color:#05f7d5;}