add mobile background

pull/128/head
qkqpttgf 2020-08-16 12:04:07 +08:00 committed by GitHub
parent 52a47fbd05
commit 55f267092d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@
.readme{padding:8px;background-color:rgba(245,245,245,0.5);}
.markdown-body, .customfile{padding:20px;text-align:left}
@media only screen and (max-width:480px){
<!--BackgroundMStart-->
body{background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url("<!--BackgroundMUrl-->");}
<!--BackgroundMEnd-->
.title{margin-bottom:24px}
.list-wrapper{width:95%; margin-bottom:24px;}
.list-table {padding:8px}