做了一个登陆界面!
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2022-10-11 23:19:28
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-10-12 00:22:29
|
||||
* @LastEditTime: 2022-10-12 15:06:58
|
||||
* @FilePath: \car_dealer\login.html
|
||||
* @Description:
|
||||
*
|
||||
@@ -18,13 +18,47 @@
|
||||
<link rel="stylesheet" href="css/root.css" />
|
||||
<link rel="stylesheet" href="css/normalize.css" />
|
||||
<link rel="stylesheet" href="css/login.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Poppins:600&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="dash_box">
|
||||
<div class="title_box">
|
||||
<h1>车商渠道</h1>
|
||||
<!-- <h1>车商渠道</h1> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="login_box"></div>
|
||||
<div class="login_box">
|
||||
<form action="">
|
||||
<img src="img/login/avatar.svg" alt="" />
|
||||
<h2>欢迎</h2>
|
||||
<div class="input-div user">
|
||||
<div class="i">
|
||||
<i class="fas fa-user"></i>
|
||||
</div>
|
||||
<div>
|
||||
<!-- <h5>用户名</h5> -->
|
||||
<input type="text" placeholder="用户名" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="input-div user">
|
||||
<div class="i">
|
||||
<i class="fa fa-lock"></i>
|
||||
</div>
|
||||
<div>
|
||||
<!-- <h5>密码</h5> -->
|
||||
<input
|
||||
type="password"
|
||||
name=""
|
||||
id=""
|
||||
placeholder="密码"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn_login">登录</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user