add background img
parent
1929c65011
commit
b3c61d22d3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue