This commit is contained in:
杜恒
2021-01-20 12:47:04 +08:00
parent 1e35537f64
commit 9d4ff99084
5 changed files with 27 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -278,11 +278,23 @@
left: 0;
width: 100%;
height: 273px;
background: url('https://cdn.jsdelivr.net/npm/typecho_joe_theme@4.3.5/assets/img/snow.gif') no-repeat;
background: url('https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/snow.gif') no-repeat;
background-size: cover;
z-index: 3;
pointer-events: none;
}
&:hover::after {
display: block;
}
.image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
object-fit: cover;
z-index: 1;
}
}
}
}