Update style.css
This commit is contained in:
parent
3084faac37
commit
d37328d95f
|
@ -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://cdn.jsdelivr.net/gh/appexplore/jianavi/img/01.jpg);
|
background-image: url(..//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