保存进度!

This commit is contained in:
Kane 2022-10-12 21:03:59 +08:00
parent 3f65685e17
commit 03a069dca2
2 changed files with 7 additions and 5 deletions

View File

@ -40,6 +40,7 @@ body {
background-color: #ffffffcf;
z-index: 10;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
@ -107,7 +108,7 @@ body {
.btn_login {
display: block;
width: 60%;
width: 40%;
height: 50px;
border-radius: 25px;
outline: none;

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-10-11 23:19:28
* @LastEditors: Kane
* @LastEditTime: 2022-10-12 17:37:14
* @LastEditTime: 2022-10-12 20:49:35
* @FilePath: \car_dealer\login.html
* @Description:
*
@ -24,7 +24,7 @@
<body>
<div class="dash_box">
<div class="title_box">
<!-- <h1>商渠道</h1> -->
<!-- <h1>商渠道</h1> -->
</div>
</div>
<div class="login_box">
@ -37,7 +37,7 @@
</div>
<div>
<!-- <h5>用户名</h5> -->
<input type="text" placeholder="用户名" />
<input type="text" placeholder="请输入P13账号" />
</div>
</div>
<div class="input-div user">
@ -54,8 +54,9 @@
/>
</div>
</div>
<button class="btn_login">登录</button>
<!-- <button class="btn_login">登录</button> -->
</form>
<button class="btn_login">登录</button>
</div>
</body>
</html>