| | |
| | | </Link> |
| | | |
| | | {/* 登录按钮 */} |
| | | <div className="relative group ml-6"> |
| | | <div className="relative group"> |
| | | <Link href="/login" className="relative overflow-hidden flex items-center justify-center px-7 py-2 rounded-full border border-[#6ADBFF]/40 bg-gradient-to-r from-[#131C41] to-[#1E2B63] hover:border-[#6ADBFF]/70 transition-all duration-300 group quantum-button"> |
| | | <span className="relative z-10 text-white group-hover:text-[#6ADBFF] transition-colors duration-300 quantum-pulse">登录</span> |
| | | |
| | |
| | | </div> |
| | | |
| | | {/* 注册按钮 */} |
| | | <div className="relative group ml-2"> |
| | | <div className="relative group -ml-2"> |
| | | <Link href="/register" className="relative overflow-hidden flex items-center justify-center px-7 py-2 rounded-full border border-[#FF6A88]/40 bg-gradient-to-r from-[#131C41] via-[#1E2B63] to-[#2A1B48] hover:border-[#FF6A88]/70 transition-all duration-300 group quantum-button"> |
| | | <span className="relative z-10 text-white group-hover:text-[#FF6A88] transition-colors duration-300 quantum-pulse">注册</span> |
| | | |