正在显示
1 个修改的文件
包含
1 行增加
和
3 行删除
@@ -18,7 +18,6 @@ | @@ -18,7 +18,6 @@ | ||
18 | <!-- 内容 --> | 18 | <!-- 内容 --> |
19 | <div class="land_box"> | 19 | <div class="land_box"> |
20 | <h1>會員登錄</h1> | 20 | <h1>會員登錄</h1> |
21 | - <form action="" class="form"> | ||
22 | <ul> | 21 | <ul> |
23 | <li> | 22 | <li> |
24 | <input type="text" placeholder="請輸入您的用戶名"> | 23 | <input type="text" placeholder="請輸入您的用戶名"> |
@@ -27,8 +26,7 @@ | @@ -27,8 +26,7 @@ | ||
27 | <input type="password" placeholder="請輸入您的密碼"> | 26 | <input type="password" placeholder="請輸入您的密碼"> |
28 | </li> | 27 | </li> |
29 | </ul> | 28 | </ul> |
30 | - <button type="submit">登錄</button> | ||
31 | - </form> | 29 | + <button type="button">登錄</button> |
32 | </div> | 30 | </div> |
33 | </body> | 31 | </body> |
34 | 32 |
-
请 注册 或 登录 后发表评论