style:注册
Showing
2 changed files
with
5 additions
and
3 deletions
... | @@ -33,9 +33,11 @@ document.writeln(""); | ... | @@ -33,9 +33,11 @@ document.writeln(""); |
33 | document.writeln(" <ul class=\'login\'>"); | 33 | document.writeln(" <ul class=\'login\'>"); |
34 | document.writeln(" <!-- <li>登录</li> -->"); | 34 | document.writeln(" <!-- <li>登录</li> -->"); |
35 | document.writeln(" <li>"); | 35 | document.writeln(" <li>"); |
36 | document.writeln(" <a href=\'"+localhostPaht+"/staticViews/grzx.html\'>登录</a>"); | 36 | document.writeln(" <a href=\'"+localhostPaht+"/staticViews/grzx.html\'>个人中心</a>"); |
37 | document.writeln(" </li>"); | ||
38 | document.writeln(" <li>"); | ||
39 | document.writeln(" <a href=\'"+localhostPaht+"/staticViews/register.html\'>注册</a>"); | ||
37 | document.writeln(" </li>"); | 40 | document.writeln(" </li>"); |
38 | document.writeln(" <li>注册</li>"); | ||
39 | document.writeln(" </ul>"); | 41 | document.writeln(" </ul>"); |
40 | document.writeln(" </div>"); | 42 | document.writeln(" </div>"); |
41 | document.writeln(" </div>"); | 43 | document.writeln(" </div>"); | ... | ... |
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | 17 | ||
18 | <body> | 18 | <body> |
19 | <div class="register"> | 19 | <div class="register"> |
20 | <form class="layui-form login_form"> | 20 | <form class="layui-form login_form" action=""> |
21 | <div class="layui-form-item"> | 21 | <div class="layui-form-item"> |
22 | <h1 class="register_title">注册</h1> | 22 | <h1 class="register_title">注册</h1> |
23 | </div> | 23 | </div> | ... | ... |
-
Please register or sign in to post a comment