Update style.css

This commit is contained in:
appexplore 2021-08-30 14:55:58 +08:00 committed by GitHub
parent de32bb9030
commit d28fa4b52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ li{ list-style: none; float: left}
a{ text-decoration: none}
<!-- 注意为了优化演示站访问速度下方引用的是CDN上的背景图片文件地址请修改为自己的背景图片文件地址 -->
body {
background-image: url(https://i.loli.net/2021/08/30/cZdF1VRga8nT2fU.jpg);
background-image: url(https://cdn.jsdelivr.net/gh/appexplore/jianavi/img/01.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;