This commit is contained in:
2025-10-16 16:21:56 +08:00
parent dd3936944b
commit 89dbdc63db
12 changed files with 512 additions and 222 deletions

View File

@@ -224,24 +224,10 @@ export default {
}
.register-button {
background: linear-gradient(135deg, #00D4FF, #1D3B5A);
border: none;
height: 50px;
font-size: 16px;
font-weight: bold;
margin-top: 20px;
box-shadow: 0 8px 20px rgba(0, 212, 255, 0.3);
transition: all 0.3s ease;
}
.register-button:hover {
transform: translateY(-2px);
box-shadow: 0 12px 25px rgba(0, 212, 255, 0.4);
}
.register-button:active {
transform: translateY(0);
box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
}
.login-link {