mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -467,6 +467,22 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&__slideout {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 70%;
|
||||
z-index: 990;
|
||||
background: var(--background);
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
visibility: hidden;
|
||||
transition: transform 0.35s, visibility 0.35s;
|
||||
&.active {
|
||||
visibility: visible;
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.joe_aside {
|
||||
|
||||
Reference in New Issue
Block a user