This commit is contained in:
Van
2019-07-13 13:04:30 +08:00
parent 82ff77d95c
commit e3ec33eb99
5 changed files with 30 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.1.0.1, Jul 9, 2019
* @version 0.1.1.0, Jul 13, 2019
*/
@import "../../../scss/reset";
@import "../../../scss/usite";
@@ -662,14 +662,23 @@ a {
&__top {
width: 100%;
height: 50vh;
background-size: cover;
background-position: center center;
max-width: 1404px;
filter: sepia(0.2) contrast(1.3);
position: relative;
z-index: 1;
background-position: center;
background-size: cover;
div {
max-width: 1404px;
background-size: cover;
background-position: center center;
filter: sepia(0.2) contrast(1.3);
height: 100%;
margin: 0 auto;
}
canvas {
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
@@ -751,6 +760,7 @@ a {
padding-left: 3px;
right: 20px;
max-width: 160px;
display: none;
&::-webkit-scrollbar {
display: none;