第一页部分开发

This commit is contained in:
2026-02-26 20:26:22 +08:00
parent 23d9e73969
commit 47615475a5
14 changed files with 641 additions and 587 deletions

View File

@@ -94,14 +94,16 @@ defineExpose({ currentIndex, goTo })
width: 10px;
height: 10px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
background: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.3s ease;
}
.dot.active {
background: #fff;
background: #00BFA5;
border-color: #00BFA5;
transform: scale(1.3);
box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
box-shadow: 0 0 8px rgba(0, 191, 165, 0.4);
}
</style>