style:头部导航
Showing
2 changed files
with
3 additions
and
26 deletions
... | @@ -283,8 +283,8 @@ div.top-logo .top_logo_search i { | ... | @@ -283,8 +283,8 @@ div.top-logo .top_logo_search i { |
283 | cursor: pointer; | 283 | cursor: pointer; |
284 | height: auto!important; | 284 | height: auto!important; |
285 | position: relative; | 285 | position: relative; |
286 | top: -10px; | ||
287 | height: auto; | 286 | height: auto; |
287 | float: left; | ||
288 | } | 288 | } |
289 | .sysNewsItem { | 289 | .sysNewsItem { |
290 | position: relative; | 290 | position: relative; |
... | @@ -304,7 +304,7 @@ div.top-logo .top_logo_search i { | ... | @@ -304,7 +304,7 @@ div.top-logo .top_logo_search i { |
304 | border-radius: 50%; | 304 | border-radius: 50%; |
305 | line-height: 14px; | 305 | line-height: 14px; |
306 | right: -3px; | 306 | right: -3px; |
307 | top: 0; | 307 | top: -5px; |
308 | font-size: 12px; | 308 | font-size: 12px; |
309 | text-align: center; | 309 | text-align: center; |
310 | } | 310 | } | ... | ... |
... | @@ -34,31 +34,8 @@ document.writeln(" class=\'layui-input\'>"); | ... | @@ -34,31 +34,8 @@ document.writeln(" class=\'layui-input\'>"); |
34 | document.writeln(" <img class=\'search_img\' src=\'" + localhostPaht + "/staticImages/search.png\'>"); | 34 | document.writeln(" <img class=\'search_img\' src=\'" + localhostPaht + "/staticImages/search.png\'>"); |
35 | document.writeln(" </div>"); | 35 | document.writeln(" </div>"); |
36 | document.writeln(" <ul class='login login-con isLogin'>"); | 36 | document.writeln(" <ul class='login login-con isLogin'>"); |
37 | document.writeln(" <li class='loginSelect'>"); | 37 | document.writeln(" <span class='loginButton' id='login'>登录</span>"); |
38 | document.writeln(" <p class='loginButton PersonLogin'>登录</p>"); | ||
39 | document.writeln(" <p class='loginButton register' id='register'><a href=\'" + localhostPaht + "/staticViews/register.html\'>注册</a></p>"); | 38 | document.writeln(" <p class='loginButton register' id='register'><a href=\'" + localhostPaht + "/staticViews/register.html\'>注册</a></p>"); |
40 | document.writeln(" </li>"); | ||
41 | document.writeln(" </ul>"); | ||
42 | document.writeln(" <ul class='login layui-nav login-con loginAfter'>"); | ||
43 | document.writeln(" <li class='layui-nav-item sysNews'>"); | ||
44 | document.writeln(" <p class='sysNewsItem'><img class='userImage' src=\'" + localhostPaht + "/staticImages/xiaoxi.png\'><span class='sysNewsNum'>12</span></p>"); | ||
45 | document.writeln(" <dl class='layui-nav-child sysNewsList'>"); | ||
46 | document.writeln(" <div class='sysNewsTitle'>最新消息</div>"); | ||
47 | document.writeln(" <div class='sysNewsOperation'><span>全部标记为已阅</span><a href=\'" + localhostPaht + "/staticViews/sysnews-center.html\'>查看全部</a></div>"); | ||
48 | document.writeln(" <dd><a><p class='newsDetail ellipsis'>您申请办理的XXX业务已成功提交您申请办理的XXX业务已成功提交</p><div class='newsDetail-time'><span>2020-12-32</span> <span>已读</span></div></a></dd>"); | ||
49 | document.writeln(" <dd><a><p class='newsDetail ellipsis'>您申请办理的XXX业务已成功提交您申请办理的XXX业务已成功提交</p><div class='newsDetail-time'><span>2020-12-32</span> <span>已读</span></div></a></dd>"); | ||
50 | document.writeln(" </dl>"); | ||
51 | document.writeln(" </li>"); | ||
52 | document.writeln(" <img class='userImage' src=\'" + localhostPaht + "/staticImages/user.png\'>"); | ||
53 | document.writeln(" <p class='personalCenter'><a href=\'" + localhostPaht + "/staticViews/grzx.html\'>个人中心</a></p>"); | ||
54 | document.writeln(" <li class='layui-nav-item loginSelect'>"); | ||
55 | document.writeln(" <p class='loginButton PersonLogin'>登录</p>"); | ||
56 | document.writeln(" <dl class='layui-nav-child userInfo'>"); | ||
57 | document.writeln(" <!-- 二级菜单 -->"); | ||
58 | document.writeln(" <dd><a>个人信息</a></dd>"); | ||
59 | document.writeln(" <dd><a id='cancellation'><img src=\'" + localhostPaht + "/staticImages/zhuxiao.png\'>退出</a></dd>"); | ||
60 | document.writeln(" </dl>"); | ||
61 | document.writeln(" </li>"); | ||
62 | document.writeln(" </ul>"); | 39 | document.writeln(" </ul>"); |
63 | document.writeln(" </div>"); | 40 | document.writeln(" </div>"); |
64 | document.writeln(" </div>"); | 41 | document.writeln(" </div>"); | ... | ... |
-
Please register or sign in to post a comment