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
dad6c3fd
authored
2021-01-15 17:25:38 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:消息
1 parent
7b47da98
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
4 deletions
staticCss/header.css
staticImages/ding.png
staticJs/head.js
staticCss/header.css
View file @
dad6c3f
...
...
@@ -236,7 +236,7 @@ div.navigation {
}
/* 消息模块 */
.sysNews
{
margin-right
:
30
px
;
margin-right
:
15
px
;
cursor
:
pointer
;
height
:
auto
!important
;
line-height
:
auto
!important
;
...
...
@@ -247,7 +247,7 @@ div.navigation {
position
:
relative
;
}
.sysNewsList
{
top
:
3
9
px
!important
;
top
:
3
0
px
!important
;
border-radius
:
5px
!important
;
width
:
360px
!important
;
}
...
...
@@ -266,7 +266,13 @@ div.navigation {
text-align
:
center
;
}
.sysNews
img
{
width
:
26px
;
width
:
17px
;
}
.sysNewsList
{
padding-top
:
0
!important
;
}
.sysNewsList
a
{
opacity
:
1
!important
;
}
.sysNewsList
dd
a
{
display
:
block
;
...
...
@@ -298,3 +304,34 @@ div.navigation {
.sysNewsList
dd
a
p
span
:nth-child
(
2
)
{
float
:
right
;
}
.sysNewsTitle
{
background-color
:
#dedede
;
line-height
:
36px
;
padding-left
:
20px
;
position
:
relative
;
top
:
-1px
;
border-top-left-radius
:
5px
;
border-top-right-radius
:
5px
;
}
.sysNewsOperation
{
height
:
36px
;
display
:
block
;
}
.sysNewsOperation
span
{
float
:
left
;
cursor
:
pointer
;
color
:
#006CFF
;
font-size
:
12px
;
margin-left
:
20px
;
}
.sysNewsOperation
a
{
float
:
right
;
cursor
:
pointer
;
color
:
#006CFF
!important
;
font-size
:
12px
;
}
.sysNewsOperation
a
:hover
{
background-color
:
#ffffff
!important
;
color
:
#006CFF
!important
;
font-weight
:
100
!important
;
}
\ No newline at end of file
...
...
staticImages/ding.png
View file @
dad6c3f
636 Bytes
|
W:
|
H:
1.17 KB
|
W:
|
H:
2-up
Swipe
Onion skin
staticJs/head.js
View file @
dad6c3f
...
...
@@ -40,10 +40,11 @@ document.writeln(" <p class='loginButton register' id='regist
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>历史消息</a></div>"
);
document
.
writeln
(
" <dd><a><p>您申请办理的XXX业务已成功提交</p><p><span>2020-12-32</span> <span>已读</span></p></a></dd>"
);
document
.
writeln
(
" <dd><a><p>您申请办理的XXX业务已成功提交</p><p><span>2020-12-32</span> <span>已读</span></p></a></dd>"
);
document
.
writeln
(
" </dl>"
);
...
...
Please
register
or
sign in
to post a comment