diff --git a/contest/quiz/static/img/bg-contest.jpg b/contest/quiz/static/img/bg-contest.jpg new file mode 100644 index 0000000..5dd1ec5 Binary files /dev/null and b/contest/quiz/static/img/bg-contest.jpg differ diff --git a/contest/quiz/static/img/bg-info.jpg b/contest/quiz/static/img/bg-info.jpg new file mode 100644 index 0000000..c6965e6 Binary files /dev/null and b/contest/quiz/static/img/bg-info.jpg differ diff --git a/contest/quiz/templates/base.html b/contest/quiz/templates/base.html index 0651a94..bfed189 100644 --- a/contest/quiz/templates/base.html +++ b/contest/quiz/templates/base.html @@ -18,6 +18,15 @@ {% block scripts %} {% endblock scripts %} {% tailwind_css %} + {# 一般样式编译时能确定,请用 Tailwind;若需`{% static … %}`(部署时才确定),再加到这里 #} +
@@ -139,8 +148,8 @@

{% current_page_titl {% endblock heading %} {% block main %} -
-
+
+
{% block content %} {% endblock content %}
diff --git a/contest/quiz/templates/contest.html b/contest/quiz/templates/contest.html index 13fd8b8..308e6e9 100644 --- a/contest/quiz/templates/contest.html +++ b/contest/quiz/templates/contest.html @@ -11,7 +11,7 @@ {% endblock scripts %} {% block main %} {# 宽度超过 7xl / 80rem / 1280px 后,aside 与 header 右对齐 #} -
+
{# 进度 #}