保存进度!
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user