登录&注册

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

@@ -6,7 +6,7 @@
<title>论坛-Quinn</title>
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/wangedit/css/wang.style.css}"/>
<link rel="stylesheet" th:href="@{/css/backgroud.css}">
<style>
.nav-underline .nav-link {
padding-top: .75rem;
@@ -16,11 +16,10 @@
}
</style>
</head>
<body style="background: #f2f2f2;">
<body>
<!-- 导航栏 -->
<div th:replace="~{common/header::header(activeUrl='blog')}"></div>
<main role="main" class="container mt-3 p-3 bg-white rounded">
<div class="row">
<div class="col-md-12 blog-main">

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>论坛-Quinn</title>
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/css/backgroud.css}">
<style>
#maxLength {
max-width: 500px;
@@ -14,10 +15,9 @@
}
</style>
</head>
<body style="background: #f2f2f2;">
<body>
<div th:replace="~{common/header::header(activeUrl='blog')}"></div>
<main role="main" class="container">
<div class="row">
<div class="col-md-9 blog-main">
@@ -128,7 +128,6 @@
</main>
<div th:replace="~{common/footer::footer}"></div>
<a class="to-top badge badge-light">返回顶部</a>

View File

@@ -6,7 +6,7 @@
<title>论坛-Quinn</title>
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/wangedit/css/wang.style.css}"/>
<link rel="stylesheet" th:href="@{/css/backgroud.css}">
<style>
.nav-underline .nav-link {
padding-top: .75rem;
@@ -16,11 +16,10 @@
}
</style>
</head>
<body style="background: #f2f2f2;">
<body>
<!-- 导航栏 -->
<div th:replace="~{common/header::header(activeUrl='blog')}"></div>
<main role="main" class="container mt-3 p-3 bg-white rounded">
<div class="row">
<div class="col-md-12 blog-main">

View File

@@ -6,7 +6,7 @@
<title>论坛-Quinn</title>
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/wangedit/css/wang.style.css}"/>
<link rel="stylesheet" th:href="@{/css/backgroud.css}">
<style>
.nav-underline .nav-link {
padding-top: .75rem;
@@ -16,7 +16,7 @@
}
</style>
</head>
<body style="background: #f2f2f2;">
<body>
<!-- 导航栏 -->
<div th:replace="~{common/header::header(activeUrl='blog')}"></div>