3a7b0d06 by 任超

style:头部导航

1 parent 0cd30ed3
......@@ -283,8 +283,8 @@ div.top-logo .top_logo_search i {
cursor: pointer;
height: auto!important;
position: relative;
top: -10px;
height: auto;
float: left;
}
.sysNewsItem {
position: relative;
......@@ -304,7 +304,7 @@ div.top-logo .top_logo_search i {
border-radius: 50%;
line-height: 14px;
right: -3px;
top: 0;
top: -5px;
font-size: 12px;
text-align: center;
}
......
......@@ -34,31 +34,8 @@ document.writeln(" class=\'layui-input\'>");
document.writeln(" <img class=\'search_img\' src=\'" + localhostPaht + "/staticImages/search.png\'>");
document.writeln(" </div>");
document.writeln(" <ul class='login login-con isLogin'>");
document.writeln(" <li class='loginSelect'>");
document.writeln(" <p class='loginButton PersonLogin'>登录</p>");
document.writeln(" <p class='loginButton register' id='register'><a href=\'" + localhostPaht + "/staticViews/register.html\'>注册</a></p>");
document.writeln(" </li>");
document.writeln(" </ul>");
document.writeln(" <ul class='login layui-nav login-con loginAfter'>");
document.writeln(" <li class='layui-nav-item sysNews'>");
document.writeln(" <p class='sysNewsItem'><img class='userImage' src=\'" + localhostPaht + "/staticImages/xiaoxi.png\'><span class='sysNewsNum'>12</span></p>");
document.writeln(" <dl class='layui-nav-child sysNewsList'>");
document.writeln(" <div class='sysNewsTitle'>最新消息</div>");
document.writeln(" <div class='sysNewsOperation'><span>全部标记为已阅</span><a href=\'" + localhostPaht + "/staticViews/sysnews-center.html\'>查看全部</a></div>");
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>");
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>");
document.writeln(" </dl>");
document.writeln(" </li>");
document.writeln(" <img class='userImage' src=\'" + localhostPaht + "/staticImages/user.png\'>");
document.writeln(" <p class='personalCenter'><a href=\'" + localhostPaht + "/staticViews/grzx.html\'>个人中心</a></p>");
document.writeln(" <li class='layui-nav-item loginSelect'>");
document.writeln(" <p class='loginButton PersonLogin'>登录</p>");
document.writeln(" <dl class='layui-nav-child userInfo'>");
document.writeln(" <!-- 二级菜单 -->");
document.writeln(" <dd><a>个人信息</a></dd>");
document.writeln(" <dd><a id='cancellation'><img src=\'" + localhostPaht + "/staticImages/zhuxiao.png\'>退出</a></dd>");
document.writeln(" </dl>");
document.writeln(" </li>");
document.writeln(" <span class='loginButton' id='login'>登录</span>");
document.writeln(" <p class='loginButton register' id='register'><a href=\'" + localhostPaht + "/staticViews/register.html\'>注册</a></p>");
document.writeln(" </ul>");
document.writeln(" </div>");
document.writeln(" </div>");
......