添加链接;修改背景图;

This commit is contained in:
2019-10-30 14:48:57 +08:00
parent 2cd95c88b5
commit c852933c6b
5 changed files with 88 additions and 82 deletions

View File

@@ -28,6 +28,17 @@ body {
background-repeat: no-repeat;
background-size: cover;
}
.page-background:after {
content: "";
z-index: -90;
position: inherit;
top: inherit;
left: inherit;
width: inherit;
height: inherit;
background: inherit;
filter: blur(4px);
}
/* 滚动条 */