dad6c3fd by 任超

feat:消息

1 parent 7b47da98
......@@ -236,7 +236,7 @@ div.navigation {
}
/* 消息模块 */
.sysNews {
margin-right: 30px;
margin-right: 15px;
cursor: pointer;
height: auto!important;
line-height: auto!important;
......@@ -247,7 +247,7 @@ div.navigation {
position: relative;
}
.sysNewsList {
top: 39px!important;
top: 30px!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
......

636 Bytes | W: | H:

1.17 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -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>");
......