style:注册
Showing
3 changed files
with
32 additions
and
1 deletions
| ... | @@ -354,6 +354,18 @@ div.footer .system_service ul li a:hover { | ... | @@ -354,6 +354,18 @@ div.footer .system_service ul li a:hover { |
| 354 | font-size: 12px; | 354 | font-size: 12px; |
| 355 | display: none | 355 | display: none |
| 356 | } | 356 | } |
| 357 | .userInfo { | ||
| 358 | border-radius: 5px; | ||
| 359 | top: 50px!important; | ||
| 360 | border: none!important; | ||
| 361 | } | ||
| 362 | .userInfo img { | ||
| 363 | width: 18px; | ||
| 364 | display: inline-block; | ||
| 365 | position: relative; | ||
| 366 | top: 2px; | ||
| 367 | right: 5px; | ||
| 368 | } | ||
| 357 | .btns{ | 369 | .btns{ |
| 358 | display: flex; | 370 | display: flex; |
| 359 | justify-content: center; | 371 | justify-content: center; |
| ... | @@ -432,6 +444,24 @@ div.footer .system_service ul li a:hover { | ... | @@ -432,6 +444,24 @@ div.footer .system_service ul li a:hover { |
| 432 | top: -5px; | 444 | top: -5px; |
| 433 | cursor: pointer; | 445 | cursor: pointer; |
| 434 | } | 446 | } |
| 447 | .loginSelect p { | ||
| 448 | font-size: 16px; | ||
| 449 | display: inline-block; | ||
| 450 | } | ||
| 451 | .layui-nav * { | ||
| 452 | font-size: 16px; | ||
| 453 | } | ||
| 454 | .register { | ||
| 455 | position: relative; | ||
| 456 | margin-left: 12px; | ||
| 457 | } | ||
| 458 | .register::before { | ||
| 459 | content: ''; | ||
| 460 | position: absolute; | ||
| 461 | left: -9px; | ||
| 462 | height: 10px; | ||
| 463 | border-left: 1px solid #b1afaf; | ||
| 464 | } | ||
| 435 | .not-select{ | 465 | .not-select{ |
| 436 | -moz-user-select:none; /*火狐*/ | 466 | -moz-user-select:none; /*火狐*/ |
| 437 | -webkit-user-select:none; /*webkit浏览器*/ | 467 | -webkit-user-select:none; /*webkit浏览器*/ | ... | ... |
staticImages/zhuxiao.png
0 → 100644
7.57 KB
| ... | @@ -34,6 +34,7 @@ document.writeln(" </div>"); | ... | @@ -34,6 +34,7 @@ document.writeln(" </div>"); |
| 34 | document.writeln(" <ul class='login login-con isLogin'>"); | 34 | document.writeln(" <ul class='login login-con isLogin'>"); |
| 35 | document.writeln(" <li class='loginSelect'>"); | 35 | document.writeln(" <li class='loginSelect'>"); |
| 36 | document.writeln(" <p class='loginButton PersonLogin'>登录</p>"); | 36 | document.writeln(" <p class='loginButton PersonLogin'>登录</p>"); |
| 37 | document.writeln(" <p class='loginButton register' id='register'><a href=\'" + localhostPaht + "/staticViews/register.html\'>注册</a></p>"); | ||
| 37 | document.writeln(" </li>"); | 38 | document.writeln(" </li>"); |
| 38 | document.writeln(" </ul>"); | 39 | document.writeln(" </ul>"); |
| 39 | document.writeln(" <ul class='login layui-nav login-con loginAfter'>"); | 40 | document.writeln(" <ul class='login layui-nav login-con loginAfter'>"); |
| ... | @@ -44,7 +45,7 @@ document.writeln(" <p class='loginButton PersonLogin'>登录< | ... | @@ -44,7 +45,7 @@ document.writeln(" <p class='loginButton PersonLogin'>登录< |
| 44 | document.writeln(" <dl class='layui-nav-child userInfo'>"); | 45 | document.writeln(" <dl class='layui-nav-child userInfo'>"); |
| 45 | document.writeln(" <!-- 二级菜单 -->"); | 46 | document.writeln(" <!-- 二级菜单 -->"); |
| 46 | document.writeln(" <dd><a>个人信息</a></dd>"); | 47 | document.writeln(" <dd><a>个人信息</a></dd>"); |
| 47 | document.writeln(" <dd><a id='cancellation'>退出</a></dd>"); | 48 | document.writeln(" <dd><a id='cancellation'><img src=\'" + localhostPaht + "/staticImages/zhuxiao.png\'>退出</a></dd>"); |
| 48 | document.writeln(" </dl>"); | 49 | document.writeln(" </dl>"); |
| 49 | document.writeln(" </li>"); | 50 | document.writeln(" </li>"); |
| 50 | document.writeln(" </ul>"); | 51 | document.writeln(" </ul>"); | ... | ... |
-
Please register or sign in to post a comment