登录&注册

This commit is contained in:
limqhz
2022-05-13 00:43:04 +08:00
parent 4eadfe16f3
commit a3df75bd66
27 changed files with 255 additions and 120 deletions

View File

@@ -4,7 +4,7 @@
<!-- 导航栏 -->
<nav th:fragment="header" class="navbar sticky-top navbar-expand-lg navbar-light"
style="background-color: #ffffff;box-shadow: 0px -2px 10px #d0cccc;">
style="opacity: 0.9;background-color: #ffffff;box-shadow: 0px -2px 10px #d0cccc;">
<div class="container">
<!--标题-->
<a class="navbar-brand">
@@ -84,10 +84,7 @@
</li>
</ul>
</div>
</div>
</div>
</nav>
</html>