| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>登录 - 分屏设计风格</title>
- <script src="https://cdn.tailwindcss.com"></script>
- <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
- <style>
- body { font-family: 'Plus Jakarta Sans', sans-serif; }
- @keyframes slide-up {
- from { opacity: 0; transform: translateY(20px); }
- to { opacity: 1; transform: translateY(0); }
- }
- .animate-slide-up { animation: slide-up 0.6s ease-out forwards; }
- </style>
- </head>
- <body class="min-h-screen bg-gray-50">
- <div class="min-h-screen flex">
- <!-- Left Panel - Branding -->
- <div class="hidden lg:flex lg:w-1/2 bg-gradient-to-br from-indigo-600 via-purple-600 to-pink-500 relative overflow-hidden">
- <!-- Pattern Overlay -->
- <div class="absolute inset-0 opacity-10" style="background-image: url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 80 80%22><circle cx=%2240%22 cy=%2240%22 r=%2230%22 fill=%22white%22 fill-opacity=%220.1%22/></svg>'); background-size: 80px 80px;"></div>
- <!-- Content -->
- <div class="relative z-10 flex flex-col justify-between p-12 w-full">
- <!-- Logo -->
- <div class="flex items-center gap-3">
- <div class="w-12 h-12 bg-white/20 backdrop-blur-sm rounded-xl flex items-center justify-center">
- <svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
- <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"/>
- </svg>
- </div>
- <span class="text-white font-bold text-xl">TG Live</span>
- </div>
- <!-- Hero Text -->
- <div class="animate-slide-up">
- <h1 class="text-5xl font-extrabold text-white leading-tight mb-6">
- 实时直播<br/>尽在掌控
- </h1>
- <p class="text-white/80 text-lg max-w-md">
- 专业的直播管理平台,让您的内容触达更多观众
- </p>
- </div>
- <!-- Stats -->
- <div class="flex gap-12">
- <div>
- <div class="text-4xl font-bold text-white">10K+</div>
- <div class="text-white/60 text-sm mt-1">活跃用户</div>
- </div>
- <div>
- <div class="text-4xl font-bold text-white">99.9%</div>
- <div class="text-white/60 text-sm mt-1">在线率</div>
- </div>
- <div>
- <div class="text-4xl font-bold text-white">24/7</div>
- <div class="text-white/60 text-sm mt-1">技术支持</div>
- </div>
- </div>
- </div>
- <!-- Decorative Circles -->
- <div class="absolute -bottom-40 -right-40 w-80 h-80 bg-white/10 rounded-full"></div>
- <div class="absolute top-20 -right-20 w-40 h-40 bg-white/10 rounded-full"></div>
- </div>
- <!-- Right Panel - Login Form -->
- <div class="w-full lg:w-1/2 flex items-center justify-center p-8">
- <div class="w-full max-w-md">
- <!-- Mobile Logo -->
- <div class="lg:hidden flex items-center gap-3 mb-8">
- <div class="w-10 h-10 bg-indigo-600 rounded-xl flex items-center justify-center">
- <svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
- <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"/>
- </svg>
- </div>
- <span class="font-bold text-xl text-gray-900">TG Live</span>
- </div>
- <div class="mb-10">
- <h2 class="text-3xl font-bold text-gray-900 mb-2">欢迎回来</h2>
- <p class="text-gray-500">请登录您的账户继续</p>
- </div>
- <!-- Form -->
- <form class="space-y-5">
- <div>
- <label class="block text-gray-700 text-sm font-medium mb-2">用户名</label>
- <input type="text" placeholder="请输入用户名"
- class="w-full px-4 py-3.5 bg-gray-100 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 transition-all">
- </div>
- <div>
- <label class="block text-gray-700 text-sm font-medium mb-2">密码</label>
- <input type="password" placeholder="请输入密码"
- class="w-full px-4 py-3.5 bg-gray-100 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 transition-all">
- </div>
- <div class="flex items-center justify-between">
- <label class="flex items-center text-gray-600 cursor-pointer">
- <input type="checkbox" class="w-4 h-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500 mr-2">
- <span class="text-sm">记住我</span>
- </label>
- <a href="#" class="text-sm text-indigo-600 hover:text-indigo-700 font-medium">忘记密码?</a>
- </div>
- <button type="submit"
- class="w-full py-4 bg-indigo-600 hover:bg-indigo-700 text-white font-semibold rounded-xl transition-colors duration-200 cursor-pointer">
- 登 录
- </button>
- </form>
- <!-- Divider -->
- <div class="flex items-center my-8">
- <div class="flex-1 h-px bg-gray-200"></div>
- <span class="px-4 text-gray-400 text-sm">或使用以下方式登录</span>
- <div class="flex-1 h-px bg-gray-200"></div>
- </div>
- <!-- Social Login -->
- <div class="grid grid-cols-2 gap-4">
- <button class="py-3 px-4 bg-white border border-gray-200 rounded-xl hover:bg-gray-50 transition-colors flex items-center justify-center gap-2 cursor-pointer">
- <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>
- <span class="text-gray-700 font-medium">Google</span>
- </button>
- <button class="py-3 px-4 bg-gray-900 border border-gray-900 rounded-xl hover:bg-gray-800 transition-colors flex items-center justify-center gap-2 cursor-pointer">
- <svg class="w-5 h-5 text-white" 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>
- <span class="text-white font-medium">GitHub</span>
- </button>
- </div>
- <!-- Footer -->
- <p class="text-center text-gray-500 text-sm mt-8">
- 还没有账户?<a href="#" class="text-indigo-600 hover:text-indigo-700 font-medium">立即注册</a>
- </p>
- </div>
- </div>
- </div>
- </body>
- </html>
|