保存进度!
This commit is contained in:
		@@ -40,6 +40,7 @@ body {
 | 
				
			|||||||
    background-color: #ffffffcf;
 | 
					    background-color: #ffffffcf;
 | 
				
			||||||
    z-index: 10;
 | 
					    z-index: 10;
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    flex-direction: column;
 | 
				
			||||||
    justify-content: center;
 | 
					    justify-content: center;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
@@ -107,7 +108,7 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.btn_login {
 | 
					.btn_login {
 | 
				
			||||||
    display: block;
 | 
					    display: block;
 | 
				
			||||||
    width: 60%;
 | 
					    width: 40%;
 | 
				
			||||||
    height: 50px;
 | 
					    height: 50px;
 | 
				
			||||||
    border-radius: 25px;
 | 
					    border-radius: 25px;
 | 
				
			||||||
    outline: none;
 | 
					    outline: none;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2022-10-11 23:19:28
 | 
					 * @Date: 2022-10-11 23:19:28
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2022-10-12 17:37:14
 | 
					 * @LastEditTime: 2022-10-12 20:49:35
 | 
				
			||||||
 * @FilePath: \car_dealer\login.html
 | 
					 * @FilePath: \car_dealer\login.html
 | 
				
			||||||
 * @Description: 
 | 
					 * @Description: 
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
@@ -24,7 +24,7 @@
 | 
				
			|||||||
    <body>
 | 
					    <body>
 | 
				
			||||||
        <div class="dash_box">
 | 
					        <div class="dash_box">
 | 
				
			||||||
            <div class="title_box">
 | 
					            <div class="title_box">
 | 
				
			||||||
                <!-- <h1>车商渠道</h1> -->
 | 
					                <!-- <h1>車商渠道</h1> -->
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="login_box">
 | 
					        <div class="login_box">
 | 
				
			||||||
@@ -37,7 +37,7 @@
 | 
				
			|||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                    <div>
 | 
					                    <div>
 | 
				
			||||||
                        <!-- <h5>用户名</h5> -->
 | 
					                        <!-- <h5>用户名</h5> -->
 | 
				
			||||||
                        <input type="text" placeholder="用户名" />
 | 
					                        <input type="text" placeholder="请输入P13账号" />
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                <div class="input-div user">
 | 
					                <div class="input-div user">
 | 
				
			||||||
@@ -54,8 +54,9 @@
 | 
				
			|||||||
                        />
 | 
					                        />
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                <button class="btn_login">登录</button>
 | 
					                <!-- <button class="btn_login">登录</button> -->
 | 
				
			||||||
            </form>
 | 
					            </form>
 | 
				
			||||||
 | 
					            <button class="btn_login">登录</button>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </body>
 | 
					    </body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user