充值密码 & 去除土味情话 优化了斗图样式

This commit is contained in:
2022-06-07 23:53:40 +08:00
parent 45755da454
commit cbf3d6029d
17 changed files with 373 additions and 188 deletions

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/css/backgroud.css}">
</head>
<body class="text-center">
<body>
<div class="container">
<div class="row">
<div class="col-md-4" >
@@ -30,6 +30,11 @@
<input type="checkbox" name="remember-me"> 7天免登录
</label>
</div>
<div class="float-right mb-3">
<label>
<a style="color: white" th:href="@{/forget}" class="float-right text-decoration-none">忘记密码?</a>
</label>
</div>
<button class="btn btn-dark btn-block" type="button" onclick="loginSubmit()">登 录</button>
<p class="mt-1 clearfix">
<a style="color: white" th:href="@{/register}" class="float-right text-decoration-none">没有账号?去注册</a>