应该是动态渲染样式的路径有问题,看看mian.html里面引入的这些路径对不对
<link rel="stylesheet" th:href="@{/webjars/layui/css/layui.css}">
<script th:src="@{/webjars/layui/layui.all.js}"></script>
<script th:src="@{/webjars/jquery/jquery.js}"></script>
<script th:src="@{/js/login/main.js}"></script>