2022-08-19 19:48:37 +08:00
|
|
|
body {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body a:hover {
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-tab-brief {
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-list-item:hover, .layui-instant-footer a:hover, .message-btn-more:hover {
|
2022-08-19 19:48:37 +08:00
|
|
|
background: #F2F2F2;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-list {
|
2022-08-19 19:48:37 +08:00
|
|
|
position: absolute;
|
|
|
|
|
top: 51px;
|
|
|
|
|
bottom: 44px;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-list-item {
|
2022-08-19 19:48:37 +08:00
|
|
|
padding: 10px 24px;
|
|
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
|
|
-ms-flex-align: start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex: 1 1;
|
|
|
|
|
flex: 1 1;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-list-item:hover, .message-btn-clear:hover, .message-btn-more:hover {
|
2022-08-19 19:48:37 +08:00
|
|
|
background: #F2F2F2;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-item-icon {
|
2022-08-19 19:48:37 +08:00
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 4px;
|
2023-07-03 10:05:58 +08:00
|
|
|
border-radius: 50%;
|
2022-08-19 19:48:37 +08:00
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-item-right {
|
2022-08-19 19:48:37 +08:00
|
|
|
display: block;
|
|
|
|
|
flex: 1 0;
|
|
|
|
|
line-height: 24px;
|
2022-11-28 19:11:12 +08:00
|
|
|
max-width: 100%;
|
|
|
|
|
overflow: hidden;
|
2022-08-19 19:48:37 +08:00
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-item-title {
|
2022-08-19 19:48:37 +08:00
|
|
|
font-size: 13px;
|
2022-11-28 19:11:12 +08:00
|
|
|
color: #000;
|
2022-08-19 19:48:37 +08:00
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-item-text {
|
|
|
|
|
color: #000;
|
2022-08-19 19:48:37 +08:00
|
|
|
font-size: 12px;
|
2022-11-28 19:11:12 +08:00
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-instant-list .active_1 .layui-instant-item-title {
|
|
|
|
|
color: rgba(0, 0, 0, .55);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-instant-list .active_1 .layui-instant-item-text {
|
|
|
|
|
color: rgba(0, 0, 0, .55);
|
2022-08-19 19:48:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-btn-clear, .layui-instant-btn-more {
|
2022-08-19 19:48:37 +08:00
|
|
|
display: block;
|
|
|
|
|
padding: 10px 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-btn-more {
|
2022-08-19 19:48:37 +08:00
|
|
|
color: #666;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-list-empty {
|
2022-08-19 19:48:37 +08:00
|
|
|
text-align: center;
|
|
|
|
|
color: rgba(0, 0, 0, .45);
|
|
|
|
|
padding: 73px 0 88px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-list-empty img {
|
2022-08-19 19:48:37 +08:00
|
|
|
height: 76px;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-footer {
|
2022-08-19 19:48:37 +08:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
background: white;
|
|
|
|
|
right: 0;
|
|
|
|
|
border-top: 1px solid #e8e8e8;
|
|
|
|
|
text-align: center;
|
2022-11-28 19:11:12 +08:00
|
|
|
white-space: nowrap;
|
2022-08-19 19:48:37 +08:00
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:11:12 +08:00
|
|
|
.layui-instant-footer a {
|
2022-08-19 19:48:37 +08:00
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #333;
|
|
|
|
|
width: 49%;
|
|
|
|
|
height: 42px;
|
|
|
|
|
line-height: 42px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-icon-email {
|
|
|
|
|
font-size: 40px;
|
2022-11-28 19:11:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-flow-more a {
|
|
|
|
|
height: 26px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-flow-more a cite {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
/*// 系统通知样式*/
|
|
|
|
|
#adminNotice {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-title {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-title .time {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #999;
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-title img {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-message {
|
|
|
|
|
height: 150px;
|
|
|
|
|
padding: 5px 5px 10px;
|
|
|
|
|
text-indent: 1em;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .borderNone {
|
|
|
|
|
border-bottom: 1px solid #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-message img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-instructions {
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-footer {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-card-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#adminNotice .layui-card-header .time {
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 2px;
|
|
|
|
|
height: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*// 用户私信样式*/
|
|
|
|
|
#adminMessage {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*// 代办项样式*/
|
|
|
|
|
#adminTodo .layui-card-header {
|
2022-11-28 19:11:12 +08:00
|
|
|
padding: 0;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
#adminTodo .layui-card-header div {
|
2022-11-28 19:11:12 +08:00
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
#adminTodo .layui-card-header .time {
|
2022-11-28 19:11:12 +08:00
|
|
|
float: right;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #999;
|
2023-07-03 10:05:58 +08:00
|
|
|
font-size: 12px;
|
2022-11-28 19:11:12 +08:00
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
#adminTodo .layui-panel {
|
2022-11-28 19:11:12 +08:00
|
|
|
min-height: 250px;
|
|
|
|
|
padding: 0 20px 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
#adminTodo .layui-banner {
|
2022-11-28 19:11:12 +08:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 8px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
#adminTodo .layui-todo {
|
|
|
|
|
height: 180px;
|
2022-11-28 19:11:12 +08:00
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
#adminTodo .layui-todo img {
|
2022-11-28 19:11:12 +08:00
|
|
|
max-width: 100%;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 10:05:58 +08:00
|
|
|
#adminTodo .layui-footer {
|
2022-11-28 19:11:12 +08:00
|
|
|
text-align: right;
|
|
|
|
|
padding: 10px 0;
|
2023-07-03 10:05:58 +08:00
|
|
|
}
|