第三个页

This commit is contained in:
2026-02-27 14:20:35 +08:00
parent 3475dbae15
commit d11855f356
6 changed files with 114 additions and 15 deletions

View File

@@ -90,6 +90,17 @@ defineExpose({ currentIndex, goTo })
z-index: 100;
}
@media (max-width: 768px) {
.fullpage-dots {
right: unset;
top: unset;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
flex-direction: row;
}
}
.dot {
width: 10px;
height: 10px;