This commit is contained in:
杜恒
2021-06-16 13:25:09 +08:00
parent c52173b24c
commit 98d570bf8b
4 changed files with 36 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -53,6 +53,12 @@
background: var(--background);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
transition: top 0.35s;
&.active {
top: -60px;
.joe_header__below {
border-top: none;
}
}
&__above {
position: relative;
z-index: 999;
@@ -289,9 +295,6 @@
position: relative;
border-top: 1px solid var(--classC);
height: 45px;
&.active {
border-top-color: transparent;
}
&-class {
display: flex;
.item {