| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <!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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
- <style>body { font-family: 'Inter', sans-serif; }</style>
- </head>
- <body class="min-h-screen bg-white">
- <div class="min-h-screen flex">
- <!-- Left Panel - Features -->
- <div class="hidden lg:flex lg:w-1/2 bg-gradient-to-br from-emerald-500 to-teal-600 relative overflow-hidden">
- <div class="absolute top-0 right-0 w-96 h-96 bg-white/10 rounded-full -translate-y-1/2 translate-x-1/2"></div>
- <div class="absolute bottom-0 left-0 w-64 h-64 bg-white/10 rounded-full translate-y-1/2 -translate-x-1/2"></div>
- <div class="relative z-10 flex flex-col justify-between p-12 w-full">
- <div class="flex items-center gap-3">
- <div class="w-10 h-10 bg-white rounded-lg flex items-center justify-center">
- <svg class="w-5 h-5 text-emerald-600" 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-semibold text-lg">TG Live Game</span>
- </div>
- <div>
- <h1 class="text-4xl font-bold text-white leading-tight mb-8">
- 为什么选择我们?
- </h1>
- <div class="space-y-6">
- <div class="flex items-start gap-4">
- <div class="w-12 h-12 bg-white/20 rounded-xl flex items-center justify-center flex-shrink-0">
- <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="M13 10V3L4 14h7v7l9-11h-7z"/>
- </svg>
- </div>
- <div>
- <h3 class="text-white font-semibold text-lg mb-1">极速响应</h3>
- <p class="text-emerald-100">毫秒级延迟,让你的直播流畅无阻</p>
- </div>
- </div>
- <div class="flex items-start gap-4">
- <div class="w-12 h-12 bg-white/20 rounded-xl flex items-center justify-center flex-shrink-0">
- <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="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
- </svg>
- </div>
- <div>
- <h3 class="text-white font-semibold text-lg mb-1">安全可靠</h3>
- <p class="text-emerald-100">企业级安全防护,数据加密传输</p>
- </div>
- </div>
- <div class="flex items-start gap-4">
- <div class="w-12 h-12 bg-white/20 rounded-xl flex items-center justify-center flex-shrink-0">
- <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="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"/>
- </svg>
- </div>
- <div>
- <h3 class="text-white font-semibold text-lg mb-1">多端同步</h3>
- <p class="text-emerald-100">手机、电脑、平板,随时随地管理</p>
- </div>
- </div>
- </div>
- </div>
- <div class="text-emerald-100 text-sm">
- 受到全球 50,000+ 主播的信赖
- </div>
- </div>
- </div>
- <!-- Right Panel -->
- <div class="w-full lg:w-1/2 flex items-center justify-center p-8">
- <div class="w-full max-w-md">
- <div class="lg:hidden flex items-center gap-3 mb-8">
- <div class="w-10 h-10 bg-emerald-600 rounded-lg 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="text-gray-900 font-semibold text-lg">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 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-50 border border-gray-200 rounded-xl text-gray-900 placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-emerald-500 focus:border-transparent focus:bg-white 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-50 border border-gray-200 rounded-xl text-gray-900 placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-emerald-500 focus:border-transparent focus:bg-white 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-emerald-600 focus:ring-emerald-500 mr-2">
- <span class="text-sm">记住我</span>
- </label>
- <a href="#" class="text-sm text-emerald-600 hover:text-emerald-700 font-medium">忘记密码?</a>
- </div>
- <button type="submit" class="w-full py-4 bg-emerald-600 hover:bg-emerald-700 text-white font-semibold rounded-xl transition-colors cursor-pointer">
- 登 录
- </button>
- </form>
- <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>
- <div class="grid grid-cols-2 gap-4">
- <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">
- <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 text-sm">Google</span>
- </button>
- <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">
- <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>
- <span class="text-gray-700 text-sm">GitHub</span>
- </button>
- </div>
- <p class="text-center text-gray-500 text-sm mt-8">
- 还没有账户?<a href="#" class="text-emerald-600 hover:text-emerald-700 font-medium">免费注册</a>
- </p>
- </div>
- </div>
- </div>
- </body>
- </html>
|