优化主页样式以及NAV头样式

This commit is contained in:
2022-06-05 14:58:13 +08:00
parent bc3650e737
commit 8f4c18fb2e
4 changed files with 6 additions and 7 deletions

View File

@@ -47,7 +47,7 @@
<div th:replace="~{common/header::header(activeUrl='index.html')}"></div>
<main role="main">
<div class="container ">
<div class="container">
<div class="jumbotron jumbotron-fluid mt-5">
<div class="container">
<h2 style="margin: 0;padding: 0;text-align: center;color: #3A3A3A;font-size: 30px;">
@@ -136,7 +136,7 @@
<script th:src="@{/live/js/addlive2d.js}"></script>
<script>
var typed = new Typed('.element', {
strings: ["从前有座山,山里有座庙,庙里有个老和尚给小和尚讲故事...", "Quinn注册流程,技术博客,交流反馈。可点击下方了解详情↓"], //输入内容, 支持html标签
strings: ["Quinn注册流程技术博客交流反馈。可点击下方了解详情↓"], //输入内容, 支持html标签
typeSpeed: 120, //打字速度
backSpeed: 50 //回退速度
});