add background img

pull/98/head
qkqpttgf 2020-05-22 18:53:23 +08:00 committed by GitHub
parent 1929c65011
commit b3c61d22d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -22,11 +22,12 @@
<link rel="shortcut icon" href="<!--base_path-->favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="<!--base_path-->favicon.ico" type="image/x-icon">
<style> <style>
body{<!--BackgroundStart-->background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url("<!--BackgroundUrl-->");<!--BackgroundEnd-->}
.mdui-appbar .mdui-toolbar{ .mdui-appbar .mdui-toolbar{
height:64px; height:64px;
font-size: 15px; font-size: 15px;
} }
.mdui-toolbar>*{ .mdui-toolbar>*{
padding: 0 6px; padding: 0 6px;
margin: 0 2px; margin: 0 2px;
opacity:0.5; opacity:0.5;
@ -66,13 +67,13 @@
} }
.mdui-video-fluid { .mdui-video-fluid {
height: -webkit-fill-available; height: -webkit-fill-available;
} }
.dplayer-video-wrap .dplayer-video { .dplayer-video-wrap .dplayer-video {
height: -webkit-fill-available !important; height: -webkit-fill-available !important;
} }
.gslide iframe, .gslide video { .gslide iframe, .gslide video {
height: -webkit-fill-available; height: -webkit-fill-available;
} }
@media screen and (max-width:950px) { @media screen and (max-width:950px) {
.mdui-list-item .mdui-text-right{ .mdui-list-item .mdui-text-right{
display: none; display: none;