| | |
| | | |
| | | {/* 登录按钮 */} |
| | | <div className="relative group ml-6"> |
| | | <button className="relative bg-gradient-to-r from-[#5E72EB] to-[#FF9190] px-7 py-2 |
| | | rounded-full text-white font-medium overflow-hidden shadow-[0_2px_10px_rgba(94,114,235,0.3)] |
| | | hover:shadow-[0_5px_15px_rgba(94,114,235,0.5)] transition-shadow duration-300"> |
| | | <span className="relative z-10">登录</span> |
| | | <div className="absolute inset-0 bg-gradient-to-r from-[#FF9190] to-[#5E72EB] opacity-0 |
| | | group-hover:opacity-100 transition-opacity duration-500"></div> |
| | | </button> |
| | | <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 className="absolute inset-0 overflow-hidden"> |
| | | {/* 底层辉光效果 */} |
| | | <div className="absolute inset-0 opacity-0 group-hover:opacity-30 transition-opacity duration-500 bg-gradient-to-r from-[#6ADBFF]/20 to-[#6ADBFF]/40"></div> |
| | | |
| | | {/* 量子扫描线 */} |
| | | <div className="absolute top-[45%] -left-10 h-[1px] w-[120%] bg-gradient-to-r from-transparent via-[#6ADBFF] to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 quantum-scan-line"></div> |
| | | |
| | | {/* 量子数据流 */} |
| | | <div className="absolute top-0 h-full w-full"> |
| | | <div className="absolute left-[20%] top-0 bottom-0 w-[1px] bg-gradient-to-b from-transparent via-[#6ADBFF]/30 to-transparent transform scale-y-0 group-hover:scale-y-100 transition-transform duration-700 ease-out" style={{transitionDelay: '0.1s'}}></div> |
| | | <div className="absolute left-[50%] top-0 bottom-0 w-[1px] bg-gradient-to-b from-transparent via-[#6ADBFF]/30 to-transparent transform scale-y-0 group-hover:scale-y-100 transition-transform duration-700 ease-out" style={{transitionDelay: '0.2s'}}></div> |
| | | <div className="absolute left-[80%] top-0 bottom-0 w-[1px] bg-gradient-to-b from-transparent via-[#6ADBFF]/30 to-transparent transform scale-y-0 group-hover:scale-y-100 transition-transform duration-700 ease-out" style={{transitionDelay: '0.3s'}}></div> |
| | | </div> |
| | | |
| | | {/* 量子边缘效果 */} |
| | | <div className="absolute bottom-0 left-0 right-0 h-[2px] bg-gradient-to-r from-transparent via-[#6ADBFF] to-transparent transform scale-x-0 group-hover:scale-x-100 transition-transform duration-700 ease-out"></div> |
| | | </div> |
| | | </Link> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | </Link> |
| | | |
| | | <div className="pt-3 pb-1"> |
| | | <button className="w-full bg-gradient-to-r from-[#5E72EB] to-[#FF9190] |
| | | text-white font-medium px-6 py-2 rounded-md"> |
| | | 登录 |
| | | </button> |
| | | <Link href="/login" className="relative overflow-hidden flex items-center justify-center w-full px-6 py-2 rounded-full border border-[#6ADBFF]/40 bg-gradient-to-r from-[#131C41] to-[#1E2B63] text-white font-medium group"> |
| | | <span className="relative z-10 text-white group-hover:text-[#6ADBFF] transition-colors duration-300">登录</span> |
| | | |
| | | {/* 简化版量子效果 - 适合移动端 */} |
| | | <div className="absolute inset-0 overflow-hidden"> |
| | | <div className="absolute inset-0 opacity-0 group-hover:opacity-30 transition-opacity duration-500 bg-gradient-to-r from-[#6ADBFF]/20 to-[#6ADBFF]/40"></div> |
| | | <div className="absolute bottom-0 left-0 right-0 h-[2px] bg-gradient-to-r from-transparent via-[#6ADBFF] to-transparent transform scale-x-0 group-hover:scale-x-100 transition-transform duration-700 ease-out"></div> |
| | | </div> |
| | | </Link> |
| | | </div> |
| | | </div> |
| | | </div> |