{% extends "base.html" %} {% block extra_styles %} /* 战场模式单战绩卡片:紧凑信息行风格 */ .card { max-width: 440px; } .muted { color: #6b7280; } /* 紧凑并排名值对布局 */ .inline-group { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; } .inline-group:last-child { border-bottom: none; } .kv-inline { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; flex: 1; } .kv-label { color: #6b7280; font-size: 14px; } .kv-value { color: #1a1a1a; font-weight: 600; } /* 结果着色:胜利绿,失败红,中途退出灰 */ .kv-value.success { color: #10b981; } .kv-value.danger { color: #ef4444; } .kv-value.neutral { color: #9ca3af; } {% endblock %} {% block content %}
{{ user_name }}
{% endif %}