Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3a7b0d06
authored
2021-01-21 14:54:48 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:头部导航
1 parent
0cd30ed3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
27 deletions
staticCss/header.css
staticJs/head.js
staticCss/header.css
View file @
3a7b0d0
...
...
@@ -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
;
}
...
...
staticJs/head.js
View file @
3a7b0d0
...
...
@@ -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>"
);
...
...
Please
register
or
sign in
to post a comment