更换新手引导图片

This commit is contained in:
kron
2026-02-09 09:16:26 +08:00
parent d9a2e53faf
commit 2044821e4d
2 changed files with 9 additions and 10 deletions

View File

@@ -75,7 +75,7 @@ const handleChange = (e) => {
.dots {
position: absolute;
bottom: 15%;
bottom: 5%;
left: 50%;
transform: translateX(-50%);
display: flex;
@@ -90,6 +90,6 @@ const handleChange = (e) => {
}
.dot.active {
background-color: #000;
background-color: #fed847;
}
</style>