Update style.css
This commit is contained in:
parent
de32bb9030
commit
d28fa4b52d
|
@ -5,7 +5,7 @@ li{ list-style: none; float: left}
|
||||||
a{ text-decoration: none}
|
a{ text-decoration: none}
|
||||||
<!-- 注意!为了优化演示站访问速度下方引用的是CDN上的背景图片文件地址,请修改为自己的背景图片文件地址 -->
|
<!-- 注意!为了优化演示站访问速度下方引用的是CDN上的背景图片文件地址,请修改为自己的背景图片文件地址 -->
|
||||||
body {
|
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-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|
Loading…
Reference in New Issue