You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
757 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{% load static %}
<!--导入Bootstrap5-->
<link rel="stylesheet" href="{% static 'bootstrap5/bootstrap.css' %}">
<!--导入Bootstrap的图标库-->
<link rel="stylesheet" href="{% static 'bootstrap-icons/bootstrap-icons.css' %}">
<!--导入sweetalert一个漂亮的alert插件-->
<link rel="stylesheet" href="{% static 'sweetalert/sweetalert2.css' %}">
<!--导入mc-calendar一个漂亮的日期插件-->
<link rel="stylesheet" href="{% static 'mc_calendar/mc-calendar.min.css' %}">
<!--一个日期时间插件该插件依赖于jquery-->
<link rel="stylesheet" href="{% static 'datetimepicker/jquery.datetimepicker.css' %}">
<!--一个特别好用的图标图-->
<link rel="stylesheet" href="{% static 'fontawesome/css/font-awesome.css' %}">