优化主页样式以及NAV头样式
This commit is contained in:
@@ -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 //回退速度
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user