Update style.css

This commit is contained in:
appexplore 2021-08-02 22:24:28 +08:00 committed by GitHub
parent d37328d95f
commit 0fc04f1eb7
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(..//jianavi/img/01.jpg);
background-image: url(https://z3.ax1x.com/2021/08/02/fCQ6Fs.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;