2023-04-07 17:09:02 +08:00

12 lines
156 B
SCSS

.page {
width: 100vw;
min-height: 100vh;
transform: scale(1);
}
.show-btn {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}