split-05-gradient.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>登录 - 分屏渐变动画</title>
  7. <script src="https://cdn.tailwindcss.com"></script>
  8. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  9. <style>
  10. body { font-family: 'Inter', sans-serif; }
  11. @keyframes gradient-shift {
  12. 0%, 100% { background-position: 0% 50%; }
  13. 50% { background-position: 100% 50%; }
  14. }
  15. .animate-gradient {
  16. background: linear-gradient(-45deg, #6366f1, #8b5cf6, #d946ef, #ec4899, #6366f1);
  17. background-size: 400% 400%;
  18. animation: gradient-shift 8s ease infinite;
  19. }
  20. @keyframes float {
  21. 0%, 100% { transform: translateY(0); }
  22. 50% { transform: translateY(-20px); }
  23. }
  24. .float-1 { animation: float 6s ease-in-out infinite; }
  25. .float-2 { animation: float 8s ease-in-out infinite; animation-delay: -2s; }
  26. </style>
  27. </head>
  28. <body class="min-h-screen bg-gray-50">
  29. <div class="min-h-screen flex">
  30. <!-- Left Panel - Animated Gradient -->
  31. <div class="hidden lg:flex lg:w-1/2 animate-gradient relative overflow-hidden">
  32. <div class="absolute inset-0 bg-black/20"></div>
  33. <div class="absolute top-20 left-20 w-32 h-32 bg-white/20 rounded-full blur-2xl float-1"></div>
  34. <div class="absolute bottom-32 right-20 w-48 h-48 bg-white/10 rounded-full blur-3xl float-2"></div>
  35. <div class="relative z-10 flex flex-col justify-between p-12 w-full">
  36. <div class="flex items-center gap-3">
  37. <div class="w-10 h-10 bg-white/20 backdrop-blur-sm rounded-lg flex items-center justify-center">
  38. <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  39. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"/>
  40. </svg>
  41. </div>
  42. <span class="text-white font-semibold text-lg">TG Live Game</span>
  43. </div>
  44. <div class="text-center">
  45. <h1 class="text-5xl font-bold text-white leading-tight mb-6">
  46. 创造无限<br/>可能
  47. </h1>
  48. <p class="text-white/80 text-xl max-w-md mx-auto">
  49. 一个账户,畅享所有直播功能
  50. </p>
  51. </div>
  52. <div class="flex justify-center gap-8">
  53. <div class="text-center">
  54. <div class="w-16 h-16 bg-white/20 backdrop-blur-sm rounded-2xl flex items-center justify-center mx-auto mb-3">
  55. <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  56. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"/>
  57. </svg>
  58. </div>
  59. <div class="text-white/90 text-sm">高清直播</div>
  60. </div>
  61. <div class="text-center">
  62. <div class="w-16 h-16 bg-white/20 backdrop-blur-sm rounded-2xl flex items-center justify-center mx-auto mb-3">
  63. <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  64. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"/>
  65. </svg>
  66. </div>
  67. <div class="text-white/90 text-sm">实时互动</div>
  68. </div>
  69. <div class="text-center">
  70. <div class="w-16 h-16 bg-white/20 backdrop-blur-sm rounded-2xl flex items-center justify-center mx-auto mb-3">
  71. <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  72. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/>
  73. </svg>
  74. </div>
  75. <div class="text-white/90 text-sm">数据分析</div>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <!-- Right Panel -->
  81. <div class="w-full lg:w-1/2 flex items-center justify-center p-8 bg-white">
  82. <div class="w-full max-w-md">
  83. <div class="lg:hidden flex items-center gap-3 mb-8">
  84. <div class="w-10 h-10 bg-gradient-to-r from-indigo-600 to-purple-600 rounded-lg flex items-center justify-center">
  85. <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  86. <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"/>
  87. </svg>
  88. </div>
  89. <span class="text-gray-900 font-semibold text-lg">TG Live</span>
  90. </div>
  91. <div class="mb-10">
  92. <h2 class="text-3xl font-bold text-gray-900 mb-2">登录</h2>
  93. <p class="text-gray-500">欢迎回来,继续您的直播之旅</p>
  94. </div>
  95. <form class="space-y-5">
  96. <div>
  97. <label class="block text-gray-700 text-sm font-medium mb-2">用户名</label>
  98. <input type="text" placeholder="请输入用户名"
  99. class="w-full px-4 py-3.5 bg-gray-50 border border-gray-200 rounded-xl text-gray-900 placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent focus:bg-white transition-all">
  100. </div>
  101. <div>
  102. <label class="block text-gray-700 text-sm font-medium mb-2">密码</label>
  103. <input type="password" placeholder="请输入密码"
  104. class="w-full px-4 py-3.5 bg-gray-50 border border-gray-200 rounded-xl text-gray-900 placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent focus:bg-white transition-all">
  105. </div>
  106. <div class="flex items-center justify-between">
  107. <label class="flex items-center text-gray-600 cursor-pointer">
  108. <input type="checkbox" class="w-4 h-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 mr-2">
  109. <span class="text-sm">保持登录状态</span>
  110. </label>
  111. <a href="#" class="text-sm text-indigo-600 hover:text-indigo-700 font-medium">忘记密码?</a>
  112. </div>
  113. <button type="submit" class="w-full py-4 bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white font-semibold rounded-xl transition-all cursor-pointer">
  114. 登 录
  115. </button>
  116. </form>
  117. <div class="flex items-center my-8">
  118. <div class="flex-1 h-px bg-gray-200"></div>
  119. <span class="px-4 text-gray-400 text-sm">或继续使用</span>
  120. <div class="flex-1 h-px bg-gray-200"></div>
  121. </div>
  122. <div class="grid grid-cols-2 gap-4">
  123. <button class="py-3 border border-gray-200 rounded-xl hover:bg-gray-50 transition-colors flex items-center justify-center gap-2 cursor-pointer">
  124. <svg class="w-5 h-5" viewBox="0 0 24 24"><path fill="#4285F4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="#34A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="#FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="#EA4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>
  125. <span class="text-gray-700 text-sm">Google</span>
  126. </button>
  127. <button class="py-3 border border-gray-200 rounded-xl hover:bg-gray-50 transition-colors flex items-center justify-center gap-2 cursor-pointer">
  128. <svg class="w-5 h-5" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
  129. <span class="text-gray-700 text-sm">GitHub</span>
  130. </button>
  131. </div>
  132. <p class="text-center text-gray-500 text-sm mt-8">
  133. 还没有账户?<a href="#" class="text-indigo-600 hover:text-indigo-700 font-medium">立即注册</a>
  134. </p>
  135. </div>
  136. </div>
  137. </div>
  138. </body>
  139. </html>