{% extends "base.html" %} {% block title %}登录 - AI答案采集平台{% endblock %} {% block styles %} .login-container { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); } .login-box { background: white; padding: 40px; border-radius: 10px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); width: 400px; } .login-title { text-align: center; margin-bottom: 30px; color: #333; font-size: 24px; font-weight: 600; } .register-link { text-align: center; margin-top: 20px; color: #666; } .register-link a { color: #667eea; text-decoration: none; } .register-link a:hover { text-decoration: underline; } {% endblock %} {% block content %}